Class KeywordsDAO
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.cms.tag.AbstractTagsDAO
-
- org.ametys.plugins.workspaces.keywords.KeywordsDAO
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
public class KeywordsDAO extends AbstractTagsDAO
DAO for manipulating project's tags
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.tag.AbstractTagsDAO
_i18nUtils, _tagProviderExtPt
-
-
Constructor Summary
Constructors Constructor Description KeywordsDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<TagProvider<? extends Tag>>
getCustomTagProvider()
Get the list of custom tag providerString
getTagProviderEPRole()
Get the tag provider extension point role-
Methods inherited from class org.ametys.cms.tag.AbstractTagsDAO
_getFilteredTagName, checkTags, filterTagsByRegExp, filterTagsFromListByRegExp, getFullPath, getPath, getTag, getTagPaths, getTagsTitle, service
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
KeywordsDAO
public KeywordsDAO()
-
-
Method Detail
-
getTagProviderEPRole
public String getTagProviderEPRole()
Description copied from class:AbstractTagsDAO
Get the tag provider extension point role- Specified by:
getTagProviderEPRole
in classAbstractTagsDAO
- Returns:
- the tag provider extension point role
-
getCustomTagProvider
protected List<TagProvider<? extends Tag>> getCustomTagProvider()
Description copied from class:AbstractTagsDAO
Get the list of custom tag provider- Specified by:
getCustomTagProvider
in classAbstractTagsDAO
- Returns:
- the list of custom tag provider
-
-