Package org.ametys.plugins.cart
Class CartFactory
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
AmetysObjectFactory for handling Carts.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentTypeExtensionPointExtension point for content typesprotected ContentTypesHelperHelper for content typesprotected ContentTypeExtensionPointContent type extension pointprotected GroupManagerGroup managerstatic final StringJCR nodetype for cartFields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelCreates the query modelgetAmetysObject(javax.jcr.Node node, String parentPath) Creates aAmetysObjectfrom a persistent JCR node.getModel()Retrieves the query modelvoidservice(ServiceManager manager) Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNodeMethods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForIdMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
CART_NODETYPE
JCR nodetype for cart- See Also:
-
_groupManager
Group manager -
_cTypeEP
Content type extension point -
_contentTypesHelper
Helper for content types -
_contentTypeEP
Extension point for content types
-
-
Constructor Details
-
CartFactory
public CartFactory()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classDefaultAmetysObjectFactory- Throws:
ServiceException
-
getAmetysObject
public Cart getAmetysObject(javax.jcr.Node node, String parentPath) throws AmetysRepositoryException Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classDefaultAmetysObjectFactory- 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.
-
getModel
Retrieves the query model- Returns:
- the query model
-
_createQueryModel
Creates the query model- Returns:
- the created model
- Throws:
AmetysRepositoryException- if an error occurs.
-