Class GeneratedZoneDeliveryModeManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.deliveryzone.jalo.GeneratedZoneDeliveryModeManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
ZoneDeliveryModeManager
public abstract class GeneratedZoneDeliveryModeManager extends Extension
Generated class for typeZoneDeliveryModeManager
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>
DEFAULT_INITIAL_ATTRIBUTES
protected static java.lang.String
ZONECOUNTRYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for ZoneCountryRelation from ((deliveryzone))protected static java.lang.String
ZONECOUNTRYRELATION_SRC_ORDERED
Relation ordering override parameter constants for ZoneCountryRelation from ((deliveryzone))protected static java.lang.String
ZONECOUNTRYRELATION_TGT_ORDERED
-
Constructor Summary
Constructors Constructor Description GeneratedZoneDeliveryModeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToZones(Country item, Zone value)
Generated method - Addsvalue
to zones.void
addToZones(SessionContext ctx, Country item, Zone value)
Generated method - Addsvalue
to zones.Zone
createZone(SessionContext ctx, java.util.Map attributeValues)
Zone
createZone(java.util.Map attributeValues)
ZoneDeliveryMode
createZoneDeliveryMode(SessionContext ctx, java.util.Map attributeValues)
ZoneDeliveryMode
createZoneDeliveryMode(java.util.Map attributeValues)
ZoneDeliveryModeValue
createZoneDeliveryModeValue(SessionContext ctx, java.util.Map attributeValues)
ZoneDeliveryModeValue
createZoneDeliveryModeValue(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.util.Set<Zone>
getZones(Country item)
Generated method - Getter of theCountry.zones
attribute.java.util.Set<Zone>
getZones(SessionContext ctx, Country item)
Generated method - Getter of theCountry.zones
attribute.long
getZonesCount(Country item)
long
getZonesCount(SessionContext ctx, Country item)
void
removeFromZones(Country item, Zone value)
Generated method - Removesvalue
from zones.void
removeFromZones(SessionContext ctx, Country item, Zone value)
Generated method - Removesvalue
from zones.void
setZones(Country item, java.util.Set<Zone> value)
Generated method - Setter of theCountry.zones
attribute.void
setZones(SessionContext ctx, Country item, java.util.Set<Zone> value)
Generated method - Setter of theCountry.zones
attribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
ZONECOUNTRYRELATION_SRC_ORDERED
protected static java.lang.String ZONECOUNTRYRELATION_SRC_ORDERED
Relation ordering override parameter constants for ZoneCountryRelation from ((deliveryzone))
-
ZONECOUNTRYRELATION_TGT_ORDERED
protected static java.lang.String ZONECOUNTRYRELATION_TGT_ORDERED
-
ZONECOUNTRYRELATION_MARKMODIFIED
protected static java.lang.String ZONECOUNTRYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for ZoneCountryRelation from ((deliveryzone))
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModes
in classExtension
-
createZone
public Zone createZone(SessionContext ctx, java.util.Map attributeValues)
-
createZone
public Zone createZone(java.util.Map attributeValues)
-
createZoneDeliveryMode
public ZoneDeliveryMode createZoneDeliveryMode(SessionContext ctx, java.util.Map attributeValues)
-
createZoneDeliveryMode
public ZoneDeliveryMode createZoneDeliveryMode(java.util.Map attributeValues)
-
createZoneDeliveryModeValue
public ZoneDeliveryModeValue createZoneDeliveryModeValue(SessionContext ctx, java.util.Map attributeValues)
-
createZoneDeliveryModeValue
public ZoneDeliveryModeValue createZoneDeliveryModeValue(java.util.Map attributeValues)
-
getZones
public java.util.Set<Zone> getZones(SessionContext ctx, Country item)
Generated method - Getter of theCountry.zones
attribute.- Returns:
- the zones
-
getZones
public java.util.Set<Zone> getZones(Country item)
Generated method - Getter of theCountry.zones
attribute.- Returns:
- the zones
-
getZonesCount
public long getZonesCount(SessionContext ctx, Country item)
-
getZonesCount
public long getZonesCount(Country item)
-
setZones
public void setZones(SessionContext ctx, Country item, java.util.Set<Zone> value)
Generated method - Setter of theCountry.zones
attribute.- Parameters:
value
- the zones
-
setZones
public void setZones(Country item, java.util.Set<Zone> value)
Generated method - Setter of theCountry.zones
attribute.- Parameters:
value
- the zones
-
addToZones
public void addToZones(SessionContext ctx, Country item, Zone value)
Generated method - Addsvalue
to zones.- Parameters:
value
- the item to add to zones
-
addToZones
public void addToZones(Country item, Zone value)
Generated method - Addsvalue
to zones.- Parameters:
value
- the item to add to zones
-
removeFromZones
public void removeFromZones(SessionContext ctx, Country item, Zone value)
Generated method - Removesvalue
from zones.- Parameters:
value
- the item to remove from zones
-
-