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_ATTRIBUTESprotected static java.lang.StringZONECOUNTRYRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for ZoneCountryRelation from ((deliveryzone))protected static java.lang.StringZONECOUNTRYRELATION_SRC_ORDEREDRelation ordering override parameter constants for ZoneCountryRelation from ((deliveryzone))protected static java.lang.StringZONECOUNTRYRELATION_TGT_ORDERED
-
Constructor Summary
Constructors Constructor Description GeneratedZoneDeliveryModeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToZones(Country item, Zone value)Generated method - Addsvalueto zones.voidaddToZones(SessionContext ctx, Country item, Zone value)Generated method - Addsvalueto zones.ZonecreateZone(SessionContext ctx, java.util.Map attributeValues)ZonecreateZone(java.util.Map attributeValues)ZoneDeliveryModecreateZoneDeliveryMode(SessionContext ctx, java.util.Map attributeValues)ZoneDeliveryModecreateZoneDeliveryMode(java.util.Map attributeValues)ZoneDeliveryModeValuecreateZoneDeliveryModeValue(SessionContext ctx, java.util.Map attributeValues)ZoneDeliveryModeValuecreateZoneDeliveryModeValue(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.util.Set<Zone>getZones(Country item)Generated method - Getter of theCountry.zonesattribute.java.util.Set<Zone>getZones(SessionContext ctx, Country item)Generated method - Getter of theCountry.zonesattribute.longgetZonesCount(Country item)longgetZonesCount(SessionContext ctx, Country item)voidremoveFromZones(Country item, Zone value)Generated method - Removesvaluefrom zones.voidremoveFromZones(SessionContext ctx, Country item, Zone value)Generated method - Removesvaluefrom zones.voidsetZones(Country item, java.util.Set<Zone> value)Generated method - Setter of theCountry.zonesattribute.voidsetZones(SessionContext ctx, Country item, java.util.Set<Zone> value)Generated method - Setter of theCountry.zonesattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, 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:
getDefaultAttributeModesin 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.zonesattribute.- Returns:
- the zones
-
getZones
public java.util.Set<Zone> getZones(Country item)
Generated method - Getter of theCountry.zonesattribute.- 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.zonesattribute.- Parameters:
value- the zones
-
setZones
public void setZones(Country item, java.util.Set<Zone> value)
Generated method - Setter of theCountry.zonesattribute.- Parameters:
value- the zones
-
addToZones
public void addToZones(SessionContext ctx, Country item, Zone value)
Generated method - Addsvalueto zones.- Parameters:
value- the item to add to zones
-
addToZones
public void addToZones(Country item, Zone value)
Generated method - Addsvalueto zones.- Parameters:
value- the item to add to zones
-
removeFromZones
public void removeFromZones(SessionContext ctx, Country item, Zone value)
Generated method - Removesvaluefrom zones.- Parameters:
value- the item to remove from zones
-
-