Class DefaultThemeFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
org.ametys.plugins.glossary.theme.DefaultThemeFactory
- All Implemented Interfaces:
 AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
Factory which creates 
Theme objects, which represent a directory for glossary themes.- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe theme node type.static final StringThe theme container node type.Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAmetysObject(javax.jcr.Node node, String parentPath) Creates aAmetysObjectfrom a persistent JCR node.Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, getWorkspaceNode, hasAmetysObjectForId, serviceMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Field Details
- 
THEME_ROOT_NODE_TYPE
The theme container node type.- See Also:
 
 - 
THEME_NODE_TYPE
The theme node type.- See Also:
 
 
 - 
 - 
Constructor Details
- 
DefaultThemeFactory
public DefaultThemeFactory() 
 - 
 - 
Method Details
- 
getAmetysObject
public DefaultTheme getAmetysObject(javax.jcr.Node node, String parentPath) throws AmetysRepositoryException, javax.jcr.RepositoryException Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
 getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
 getAmetysObjectin classSimpleAmetysObjectFactory- Parameters:
 node- the JCR node to use.parentPath- the parent Path in the Ametys hierarchy, may benullif not known yet.- Returns:
 - the object.
 - Throws:
 AmetysRepositoryException- if an error occurs.javax.jcr.RepositoryException- if a JCR error occurs.
 
 -