Class GeneratedZoneDeliveryModeManager

    • 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
    • Constructor Detail

      • GeneratedZoneDeliveryModeManager

        public GeneratedZoneDeliveryModeManager()
    • Method Detail

      • createZone

        public Zone createZone​(SessionContext ctx,
                               java.util.Map attributeValues)
      • createZone

        public Zone createZone​(java.util.Map attributeValues)
      • createZoneDeliveryMode

        public ZoneDeliveryMode createZoneDeliveryMode​(java.util.Map attributeValues)
      • createZoneDeliveryModeValue

        public ZoneDeliveryModeValue createZoneDeliveryModeValue​(java.util.Map attributeValues)
      • getName

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

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

        public java.util.Set<Zone> getZones​(Country item)
        Generated method - Getter of the Country.zones attribute.
        Returns:
        the zones
      • getZonesCount

        public long getZonesCount​(Country item)
      • setZones

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

        public void setZones​(Country item,
                             java.util.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