public abstract class GeneratedZoneDeliveryModeManager extends Extension
ZoneDeliveryModeManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static String |
ZONECOUNTRYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for ZoneCountryRelation from ((deliveryzone))
|
protected static String |
ZONECOUNTRYRELATION_SRC_ORDERED
Relation ordering override parameter constants for ZoneCountryRelation from ((deliveryzone))
|
protected static String |
ZONECOUNTRYRELATION_TGT_ORDERED |
| Constructor and Description |
|---|
GeneratedZoneDeliveryModeManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToZones(Country item,
Zone value)
Generated method - Adds
value to zones. |
void |
addToZones(SessionContext ctx,
Country item,
Zone value)
Generated method - Adds
value to zones. |
Zone |
createZone(Map attributeValues) |
Zone |
createZone(SessionContext ctx,
Map attributeValues) |
ZoneDeliveryMode |
createZoneDeliveryMode(Map attributeValues) |
ZoneDeliveryMode |
createZoneDeliveryMode(SessionContext ctx,
Map attributeValues) |
ZoneDeliveryModeValue |
createZoneDeliveryModeValue(Map attributeValues) |
ZoneDeliveryModeValue |
createZoneDeliveryModeValue(SessionContext ctx,
Map attributeValues) |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
Set<Zone> |
getZones(Country item)
Generated method - Getter of the
Country.zones attribute. |
Set<Zone> |
getZones(SessionContext ctx,
Country item)
Generated method - Getter of the
Country.zones attribute. |
long |
getZonesCount(Country item) |
long |
getZonesCount(SessionContext ctx,
Country item) |
void |
removeFromZones(Country item,
Zone value)
Generated method - Removes
value from zones. |
void |
removeFromZones(SessionContext ctx,
Country item,
Zone value)
Generated method - Removes
value from zones. |
void |
setZones(Country item,
Set<Zone> value)
Generated method - Setter of the
Country.zones attribute. |
void |
setZones(SessionContext ctx,
Country item,
Set<Zone> value)
Generated method - Setter of the
Country.zones attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static String ZONECOUNTRYRELATION_SRC_ORDERED
protected static String ZONECOUNTRYRELATION_TGT_ORDERED
protected static String ZONECOUNTRYRELATION_MARKMODIFIED
protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Zone createZone(SessionContext ctx, Map attributeValues)
public ZoneDeliveryMode createZoneDeliveryMode(SessionContext ctx, Map attributeValues)
public ZoneDeliveryMode createZoneDeliveryMode(Map attributeValues)
public ZoneDeliveryModeValue createZoneDeliveryModeValue(SessionContext ctx, Map attributeValues)
public ZoneDeliveryModeValue createZoneDeliveryModeValue(Map attributeValues)
public Set<Zone> getZones(SessionContext ctx, Country item)
Country.zones attribute.public Set<Zone> getZones(Country item)
Country.zones attribute.public long getZonesCount(SessionContext ctx, Country item)
public long getZonesCount(Country item)
public void setZones(SessionContext ctx, Country item, Set<Zone> value)
Country.zones attribute.value - the zonespublic void setZones(Country item, Set<Zone> value)
Country.zones attribute.value - the zonespublic void addToZones(SessionContext ctx, Country item, Zone value)
value to zones.value - the item to add to zonespublic void addToZones(Country item, Zone value)
value to zones.value - the item to add to zonespublic void removeFromZones(SessionContext ctx, Country item, Zone value)
value from zones.value - the item to remove from zonesCopyright © 2017 SAP SE. All Rights Reserved.