Class DefaultItemModelFactory
java.lang.Object
de.hybris.platform.inboundservices.persistence.impl.DefaultItemModelFactory
- All Implemented Interfaces:
ItemModelFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateItem(PersistenceContext context) Creates newItemModelinstance.protected ModelServicevoidsetModelService(ModelService service)
-
Constructor Details
-
DefaultItemModelFactory
public DefaultItemModelFactory()
-
-
Method Details
-
createItem
Creates newItemModelinstance.- Specified by:
createItemin interfaceItemModelFactory- Parameters:
context- context containing information about exact type of the instance to be created.- Returns:
- a new item model of the type specified by context.
- Throws:
SystemException- if new instance could not be created
-
getModelService
-
setModelService
-