Class ComposedTypes
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<ComposedTypeModel>
-
- de.hybris.platform.warehousing.util.models.ComposedTypes
-
public class ComposedTypes extends AbstractItems<ComposedTypeModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCS_CUSTOMER_EVENT
-
Constructor Summary
Constructors Constructor Description ComposedTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposedTypeModelcustomerEvent()protected TypeServicegetTypeService()voidsetTypeService(TypeService typeService)-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CS_CUSTOMER_EVENT
public static final java.lang.String CS_CUSTOMER_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
customerEvent
public ComposedTypeModel customerEvent()
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-