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, Serializable
Direct Known Subclasses:
ZoneDeliveryModeManager

public abstract class GeneratedZoneDeliveryModeManager extends Extension
Generated class for type ZoneDeliveryModeManager.
See Also:
  • Field Details

    • ZONECOUNTRYRELATION_SRC_ORDERED

      protected static String ZONECOUNTRYRELATION_SRC_ORDERED
      Relation ordering override parameter constants for ZoneCountryRelation from ((deliveryzone))
    • ZONECOUNTRYRELATION_TGT_ORDERED

      protected static String ZONECOUNTRYRELATION_TGT_ORDERED
    • ZONECOUNTRYRELATION_MARKMODIFIED

      protected static String ZONECOUNTRYRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for ZoneCountryRelation from ((deliveryzone))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedZoneDeliveryModeManager

      public GeneratedZoneDeliveryModeManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createZone

      public Zone createZone(SessionContext ctx, Map attributeValues)
    • createZone

      public Zone createZone(Map attributeValues)
    • createZoneDeliveryMode

      public ZoneDeliveryMode createZoneDeliveryMode(SessionContext ctx, Map attributeValues)
    • createZoneDeliveryMode

      public ZoneDeliveryMode createZoneDeliveryMode(Map attributeValues)
    • createZoneDeliveryModeValue

      public ZoneDeliveryModeValue createZoneDeliveryModeValue(SessionContext ctx, Map attributeValues)
    • createZoneDeliveryModeValue

      public ZoneDeliveryModeValue createZoneDeliveryModeValue(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getZones

      public Set<Zone> getZones(SessionContext ctx, Country item)
      Generated method - Getter of the Country.zones attribute.
      Returns:
      the zones
    • getZones

      public Set<Zone> getZones(Country item)
      Generated method - Getter of the Country.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, Set<Zone> value)
      Generated method - Setter of the Country.zones attribute.
      Parameters:
      value - the zones
    • setZones

      public void setZones(Country item, Set<Zone> value)
      Generated method - Setter of the Country.zones attribute.
      Parameters:
      value - the zones
    • addToZones

      public void addToZones(SessionContext ctx, Country item, Zone value)
      Generated method - Adds value to zones.
      Parameters:
      value - the item to add to zones
    • addToZones

      public void addToZones(Country item, Zone value)
      Generated method - Adds value to zones.
      Parameters:
      value - the item to add to zones
    • removeFromZones

      public void removeFromZones(SessionContext ctx, Country item, Zone value)
      Generated method - Removes value from zones.
      Parameters:
      value - the item to remove from zones
    • removeFromZones

      public void removeFromZones(Country item, Zone value)
      Generated method - Removes value from zones.
      Parameters:
      value - the item to remove from zones