Class DefaultItemModelFactory

java.lang.Object
de.hybris.platform.inboundservices.persistence.impl.DefaultItemModelFactory
All Implemented Interfaces:
ItemModelFactory

public class DefaultItemModelFactory extends Object implements ItemModelFactory
  • Constructor Details

    • DefaultItemModelFactory

      public DefaultItemModelFactory()
  • Method Details

    • createItem

      public ItemModel createItem(PersistenceContext context)
      Creates new ItemModel instance.
      Specified by:
      createItem in interface ItemModelFactory
      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

      protected ModelService getModelService()
    • setModelService

      public void setModelService(ModelService service)