Class ZoneDeliveryModeConstants
java.lang.Object
de.hybris.platform.deliveryzone.constants.GeneratedZoneDeliveryModeConstants
de.hybris.platform.deliveryzone.constants.ZoneDeliveryModeConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceAn inner class for all item JNDI names.static interfaceAn 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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since agesstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since agesstatic final StringThe extension name of this delivery mode.static final StringThe special propertyname to make a delivery mode price - dependant.static final String -
Method Summary
-
Field Details
-
EXTENSIONNAME
The extension name of this delivery mode.- See Also:
-
ZoneDeliveryModeManager_EJBIMPL_CLASSNAME
- See Also:
-
DM_PROPERTYNAME_PROPERTY
Deprecated, 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:
-
DM_NET_PROPERTY
Deprecated, 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:
-
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:
-