public final class ZoneDeliveryModeConstants extends GeneratedZoneDeliveryModeConstants
| Modifier and Type | Class and Description |
|---|---|
static interface |
ZoneDeliveryModeConstants.ComposedTypes |
static interface |
ZoneDeliveryModeConstants.JNDI
An inner class for all item JNDI names.
|
static interface |
ZoneDeliveryModeConstants.TYPECODES
An inner class for all typecodes used by the EPF extension.
|
GeneratedZoneDeliveryModeConstants.Attributes, GeneratedZoneDeliveryModeConstants.Relations, GeneratedZoneDeliveryModeConstants.TC| Modifier and Type | Field and Description |
|---|---|
static String |
DM_NET_PROPERTY
Deprecated.
|
static String |
DM_PROPERTYNAME_PROPERTY
Deprecated.
|
static String |
EXTENSIONNAME
The extension name of this delivery mode.
|
static String |
PRICE_PROPERTY_NAME
The special propertyname to make a delivery mode price - dependant.
|
static String |
ZoneDeliveryModeManager_EJBIMPL_CLASSNAME |
public static final String EXTENSIONNAME
public static final String ZoneDeliveryModeManager_EJBIMPL_CLASSNAME
@Deprecated public static final String DM_PROPERTYNAME_PROPERTY
@Deprecated public static final String DM_NET_PROPERTY
public static final String PRICE_PROPERTY_NAME
DeliveryModeFactory dmf = ... ;
ZoneDeliveryMode dm = (ZoneDeliveryMode)dmg.createDeliveryMode(
ZoneDeliveryConstants.EXTENSIONNAME,
"code"
);
dm.setPropertyName( ZoneDeliveryConstants.PRICE_PROPERTY_NAME );
Copyright © 2017 SAP SE. All Rights Reserved.