Class DeliveryModeModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<DeliveryModeModel>
-
- de.hybris.platform.cmsfacades.util.models.DeliveryModeModelMother
-
public class DeliveryModeModelMother extends AbstractModelMother<DeliveryModeModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE_PICKUP
static java.lang.String
CODE_REGULAR
static java.lang.String
CODE_STANDARD_SHIPMENT
static java.lang.String
DELIVERY_MODE_SHIPING
-
Constructor Summary
Constructors Constructor Description DeliveryModeModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryModeDao
getDeliveryModeDao()
DeliveryModeModel
Pickup()
DeliveryModeModel
Regular()
void
setDeliveryModeDao(DeliveryModeDao deliveryModeDao)
DeliveryModeModel
standardShipment()
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, 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)
-
-