Class ZoneDeliveryModeConstants
- java.lang.Object
-
- de.hybris.platform.deliveryzone.constants.GeneratedZoneDeliveryModeConstants
-
- de.hybris.platform.deliveryzone.constants.ZoneDeliveryModeConstants
-
public final class ZoneDeliveryModeConstants extends GeneratedZoneDeliveryModeConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceZoneDeliveryModeConstants.ComposedTypesstatic interfaceZoneDeliveryModeConstants.JNDIAn inner class for all item JNDI names.static interfaceZoneDeliveryModeConstants.TYPECODESAn inner class for all typecodes used by the EPF extension.-
Nested classes/interfaces inherited from class de.hybris.platform.deliveryzone.constants.GeneratedZoneDeliveryModeConstants
GeneratedZoneDeliveryModeConstants.Attributes, GeneratedZoneDeliveryModeConstants.Relations, GeneratedZoneDeliveryModeConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDM_NET_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since agesstatic java.lang.StringDM_PROPERTYNAME_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since agesstatic java.lang.StringEXTENSIONNAMEThe extension name of this delivery mode.static java.lang.StringPRICE_PROPERTY_NAMEThe special propertyname to make a delivery mode price - dependant.static java.lang.StringZoneDeliveryModeManager_EJBIMPL_CLASSNAME
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
The extension name of this delivery mode.- See Also:
- Constant Field Values
-
ZoneDeliveryModeManager_EJBIMPL_CLASSNAME
public static final java.lang.String ZoneDeliveryModeManager_EJBIMPL_CLASSNAME
- See Also:
- Constant Field Values
-
DM_PROPERTYNAME_PROPERTY
@Deprecated(since="ages", forRemoval=true) public static final java.lang.String DM_PROPERTYNAME_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since agesThe name of the property which is used for storing a delivery mode's assigned min-property name- See Also:
- Constant Field Values
-
DM_NET_PROPERTY
@Deprecated(since="ages", forRemoval=true) public static final java.lang.String DM_NET_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since agesThe name of the property which is used for storing a delivery mode's assigned brutto/netto flag- See Also:
- Constant Field Values
-
PRICE_PROPERTY_NAME
public static final java.lang.String PRICE_PROPERTY_NAME
The special propertyname to make a delivery mode price - dependant.DeliveryModeFactory dmf = ... ; ZoneDeliveryMode dm = (ZoneDeliveryMode)dmg.createDeliveryMode( ZoneDeliveryConstants.EXTENSIONNAME, "code" ); dm.setPropertyName( ZoneDeliveryConstants.PRICE_PROPERTY_NAME );- See Also:
- Constant Field Values
-
-