Class DeliveryModes
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<DeliveryModeModel>
-
- de.hybris.platform.warehousing.util.models.DeliveryModes
-
public class DeliveryModes extends AbstractItems<DeliveryModeModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODE_PICKUPstatic java.lang.StringCODE_REGULARstatic java.lang.StringCODE_STANDARD_SHIPMENTstatic java.lang.StringDELIVERY_MODE_SHIPING
-
Constructor Summary
Constructors Constructor Description DeliveryModes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryModeDaogetDeliveryModeDao()DeliveryModeModelPickup()DeliveryModeModelRegular()voidsetDeliveryModeDao(DeliveryModeDao deliveryModeDao)DeliveryModeModelstandardShipment()-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CODE_PICKUP
public static final java.lang.String CODE_PICKUP
- See Also:
- Constant Field Values
-
CODE_REGULAR
public static final java.lang.String CODE_REGULAR
- See Also:
- Constant Field Values
-
CODE_STANDARD_SHIPMENT
public static final java.lang.String CODE_STANDARD_SHIPMENT
- See Also:
- Constant Field Values
-
DELIVERY_MODE_SHIPING
public static final java.lang.String DELIVERY_MODE_SHIPING
- See Also:
- Constant Field Values
-
-
Method Detail
-
Pickup
public DeliveryModeModel Pickup()
-
Regular
public DeliveryModeModel Regular()
-
standardShipment
public DeliveryModeModel standardShipment()
-
getDeliveryModeDao
public DeliveryModeDao getDeliveryModeDao()
-
setDeliveryModeDao
public void setDeliveryModeDao(DeliveryModeDao deliveryModeDao)
-
-