Class ZoneDeliveryModeConstants

java.lang.Object
de.hybris.platform.deliveryzone.constants.GeneratedZoneDeliveryModeConstants
de.hybris.platform.deliveryzone.constants.ZoneDeliveryModeConstants

public final class ZoneDeliveryModeConstants extends GeneratedZoneDeliveryModeConstants
  • Field Details

    • EXTENSIONNAME

      public static final String EXTENSIONNAME
      The extension name of this delivery mode.
      See Also:
    • ZoneDeliveryModeManager_EJBIMPL_CLASSNAME

      public static final String ZoneDeliveryModeManager_EJBIMPL_CLASSNAME
      See Also:
    • DM_PROPERTYNAME_PROPERTY

      @Deprecated(since="ages", forRemoval=true) public static final String DM_PROPERTYNAME_PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages
      The name of the property which is used for storing a delivery mode's assigned min-property name
      See Also:
    • DM_NET_PROPERTY

      @Deprecated(since="ages", forRemoval=true) public static final String DM_NET_PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages
      The name of the property which is used for storing a delivery mode's assigned brutto/netto flag
      See Also:
    • PRICE_PROPERTY_NAME

      public static final 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: