Class ThemesDAO
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.cms.tag.AbstractTagsDAO
-
- org.ametys.plugins.linkdirectory.theme.ThemesDAO
-
- All Implemented Interfaces:
Component,LogEnabled,Serviceable
public class ThemesDAO extends AbstractTagsDAO
DAO for manipulating themes
-
-
Field Summary
Fields Modifier and Type Field Description protected JCRThemesDAO_jcrThemesDAOThe JCR Themes DAOstatic StringROLEThe avalon role-
Fields inherited from class org.ametys.cms.tag.AbstractTagsDAO
_i18nUtils, _tagProviderExtPt
-
-
Constructor Summary
Constructors Constructor Description ThemesDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractJCRTagsDAO_getTagJCRDAO()Get the tag JCR DAOprotected List<TagProvider<? extends Tag>>getCustomTagProvider()Get the list of custom tag providerStringgetTagProviderEPRole()Get the tag provider extension point rolevoidservice(ServiceManager manager)-
Methods inherited from class org.ametys.cms.tag.AbstractTagsDAO
_getFilteredTagName, _tagsToJSON, _tagToJSON, addTags, checkTags, filterTagsByRegExp, filterTagsFromListByRegExp, getFullPath, getPath, getTag, getTagPaths, getTagsTitle, tagToJSON
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_jcrThemesDAO
protected JCRThemesDAO _jcrThemesDAO
The JCR Themes DAO
-
-
Constructor Detail
-
ThemesDAO
public ThemesDAO()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractTagsDAO- Throws:
ServiceException
-
getTagProviderEPRole
public String getTagProviderEPRole()
Description copied from class:AbstractTagsDAOGet the tag provider extension point role- Specified by:
getTagProviderEPRolein classAbstractTagsDAO- Returns:
- the tag provider extension point role
-
_getTagJCRDAO
protected AbstractJCRTagsDAO _getTagJCRDAO()
Description copied from class:AbstractTagsDAOGet the tag JCR DAO- Specified by:
_getTagJCRDAOin classAbstractTagsDAO- Returns:
- the tag JCR DAO
-
getCustomTagProvider
protected List<TagProvider<? extends Tag>> getCustomTagProvider()
Description copied from class:AbstractTagsDAOGet the list of custom tag provider- Specified by:
getCustomTagProviderin classAbstractTagsDAO- Returns:
- the list of custom tag provider
-
-