Class GeneratedChineseaddressservicesManager

    • Field Detail

      • REGION2CITIESRELATIONCITIESHANDLER

        protected static final OneToManyHandler<City> REGION2CITIESRELATIONCITIESHANDLER
        OneToManyHandler for handling 1:n CITIES's relation attributes from 'many' side.
      • 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

      • GeneratedChineseaddressservicesManager

        public GeneratedChineseaddressservicesManager()
    • Method Detail

      • getCities

        public java.util.List<City> getCities​(SessionContext ctx,
                                              Region item)
        Generated method - Getter of the Region.cities attribute.
        Returns:
        the cities
      • getCities

        public java.util.List<City> getCities​(Region item)
        Generated method - Getter of the Region.cities attribute.
        Returns:
        the cities
      • setCities

        public void setCities​(SessionContext ctx,
                              Region item,
                              java.util.List<City> value)
        Generated method - Setter of the Region.cities attribute.
        Parameters:
        value - the cities
      • setCities

        public void setCities​(Region item,
                              java.util.List<City> value)
        Generated method - Setter of the Region.cities attribute.
        Parameters:
        value - the cities
      • addToCities

        public void addToCities​(SessionContext ctx,
                                Region item,
                                City value)
        Generated method - Adds value to cities.
        Parameters:
        value - the item to add to cities
      • addToCities

        public void addToCities​(Region item,
                                City value)
        Generated method - Adds value to cities.
        Parameters:
        value - the item to add to cities
      • removeFromCities

        public void removeFromCities​(SessionContext ctx,
                                     Region item,
                                     City value)
        Generated method - Removes value from cities.
        Parameters:
        value - the item to remove from cities
      • removeFromCities

        public void removeFromCities​(Region item,
                                     City value)
        Generated method - Removes value from cities.
        Parameters:
        value - the item to remove from cities
      • getCity

        public City getCity​(SessionContext ctx,
                            Address item)
        Generated method - Getter of the Address.city attribute.
        Returns:
        the city - The city.
      • getCity

        public City getCity​(Address item)
        Generated method - Getter of the Address.city attribute.
        Returns:
        the city - The city.
      • setCity

        public void setCity​(SessionContext ctx,
                            Address item,
                            City value)
        Generated method - Setter of the Address.city attribute.
        Parameters:
        value - the city - The city.
      • setCity

        public void setCity​(Address item,
                            City value)
        Generated method - Setter of the Address.city attribute.
        Parameters:
        value - the city - The city.
      • getCityDistrict

        public District getCityDistrict​(SessionContext ctx,
                                        Address item)
        Generated method - Getter of the Address.cityDistrict attribute.
        Returns:
        the cityDistrict - District of the city.
      • getCityDistrict

        public District getCityDistrict​(Address item)
        Generated method - Getter of the Address.cityDistrict attribute.
        Returns:
        the cityDistrict - District of the city.
      • setCityDistrict

        public void setCityDistrict​(SessionContext ctx,
                                    Address item,
                                    District value)
        Generated method - Setter of the Address.cityDistrict attribute.
        Parameters:
        value - the cityDistrict - District of the city.
      • setCityDistrict

        public void setCityDistrict​(Address item,
                                    District value)
        Generated method - Setter of the Address.cityDistrict attribute.
        Parameters:
        value - the cityDistrict - District of the city.
      • createCity

        public City createCity​(SessionContext ctx,
                               java.util.Map attributeValues)
      • createCity

        public City createCity​(java.util.Map attributeValues)
      • createDistrict

        public District createDistrict​(java.util.Map attributeValues)
      • getFullname

        public java.lang.String getFullname​(SessionContext ctx,
                                            Address item)
        Generated method - Getter of the Address.fullname attribute.
        Returns:
        the fullname - The full name in delivery address
      • getFullname

        public java.lang.String getFullname​(Address item)
        Generated method - Getter of the Address.fullname attribute.
        Returns:
        the fullname - The full name in delivery address
      • setFullname

        public void setFullname​(SessionContext ctx,
                                Address item,
                                java.lang.String value)
        Generated method - Setter of the Address.fullname attribute.
        Parameters:
        value - the fullname - The full name in delivery address
      • setFullname

        public void setFullname​(Address item,
                                java.lang.String value)
        Generated method - Setter of the Address.fullname attribute.
        Parameters:
        value - the fullname - The full name in delivery address
      • getName

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