Class GeneratedStoreLocatorFeature

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the StoreLocatorFeature.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the StoreLocatorFeature.name attribute
        See Also:
        Constant Field Values
      • ICON

        public static final java.lang.String ICON
        Qualifier of the StoreLocatorFeature.icon attribute
        See Also:
        Constant Field Values
      • POINTOFSERVICES

        public static final java.lang.String POINTOFSERVICES
        Qualifier of the StoreLocatorFeature.pointOfServices attribute
        See Also:
        Constant Field Values
      • STORELOCATION2STORELOCATORFEATURE_SRC_ORDERED

        protected static java.lang.String STORELOCATION2STORELOCATORFEATURE_SRC_ORDERED
        Relation ordering override parameter constants for StoreLocation2StoreLocatorFeature from ((commerceservices))
      • STORELOCATION2STORELOCATORFEATURE_TGT_ORDERED

        protected static java.lang.String STORELOCATION2STORELOCATORFEATURE_TGT_ORDERED
      • STORELOCATION2STORELOCATORFEATURE_MARKMODIFIED

        protected static java.lang.String STORELOCATION2STORELOCATORFEATURE_MARKMODIFIED
        Relation disable markmodifed parameter constants for StoreLocation2StoreLocatorFeature from ((commerceservices))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedStoreLocatorFeature

        public GeneratedStoreLocatorFeature()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the StoreLocatorFeature.code attribute.
        Returns:
        the code - Unique code of store locator feature.
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the StoreLocatorFeature.code attribute.
        Returns:
        the code - Unique code of store locator feature.
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the StoreLocatorFeature.code attribute.
        Parameters:
        value - the code - Unique code of store locator feature.
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the StoreLocatorFeature.code attribute.
        Parameters:
        value - the code - Unique code of store locator feature.
      • getIcon

        public Media getIcon​(SessionContext ctx)
        Generated method - Getter of the StoreLocatorFeature.icon attribute.
        Returns:
        the icon - Icon that can represent the feature
      • getIcon

        public Media getIcon()
        Generated method - Getter of the StoreLocatorFeature.icon attribute.
        Returns:
        the icon - Icon that can represent the feature
      • setIcon

        public void setIcon​(SessionContext ctx,
                            Media value)
        Generated method - Setter of the StoreLocatorFeature.icon attribute.
        Parameters:
        value - the icon - Icon that can represent the feature
      • setIcon

        public void setIcon​(Media value)
        Generated method - Setter of the StoreLocatorFeature.icon attribute.
        Parameters:
        value - the icon - Icon that can represent the feature
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the StoreLocatorFeature.name attribute.
        Returns:
        the name - Description of the store locator feature
      • getName

        public java.lang.String getName()
        Generated method - Getter of the StoreLocatorFeature.name attribute.
        Returns:
        the name - Description of the store locator feature
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the StoreLocatorFeature.name attribute.
        Returns:
        the localized name - Description of the store locator feature
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the StoreLocatorFeature.name attribute.
        Returns:
        the localized name - Description of the store locator feature
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the StoreLocatorFeature.name attribute.
        Parameters:
        value - the name - Description of the store locator feature
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the StoreLocatorFeature.name attribute.
        Parameters:
        value - the name - Description of the store locator feature
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the StoreLocatorFeature.name attribute.
        Parameters:
        value - the name - Description of the store locator feature
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the StoreLocatorFeature.name attribute.
        Parameters:
        value - the name - Description of the store locator feature
      • getPointOfServices

        public java.util.Collection<PointOfService> getPointOfServices​(SessionContext ctx)
        Generated method - Getter of the StoreLocatorFeature.pointOfServices attribute.
        Returns:
        the pointOfServices
      • getPointOfServices

        public java.util.Collection<PointOfService> getPointOfServices()
        Generated method - Getter of the StoreLocatorFeature.pointOfServices attribute.
        Returns:
        the pointOfServices
      • getPointOfServicesCount

        public long getPointOfServicesCount​(SessionContext ctx)
      • getPointOfServicesCount

        public long getPointOfServicesCount()
      • setPointOfServices

        public void setPointOfServices​(SessionContext ctx,
                                       java.util.Collection<PointOfService> value)
        Generated method - Setter of the StoreLocatorFeature.pointOfServices attribute.
        Parameters:
        value - the pointOfServices
      • setPointOfServices

        public void setPointOfServices​(java.util.Collection<PointOfService> value)
        Generated method - Setter of the StoreLocatorFeature.pointOfServices attribute.
        Parameters:
        value - the pointOfServices
      • addToPointOfServices

        public void addToPointOfServices​(SessionContext ctx,
                                         PointOfService value)
        Generated method - Adds value to pointOfServices.
        Parameters:
        value - the item to add to pointOfServices
      • addToPointOfServices

        public void addToPointOfServices​(PointOfService value)
        Generated method - Adds value to pointOfServices.
        Parameters:
        value - the item to add to pointOfServices
      • removeFromPointOfServices

        public void removeFromPointOfServices​(SessionContext ctx,
                                              PointOfService value)
        Generated method - Removes value from pointOfServices.
        Parameters:
        value - the item to remove from pointOfServices
      • removeFromPointOfServices

        public void removeFromPointOfServices​(PointOfService value)
        Generated method - Removes value from pointOfServices.
        Parameters:
        value - the item to remove from pointOfServices