Class GeneratedStoreLocatorFeature

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
StoreLocatorFeature

public abstract class GeneratedStoreLocatorFeature extends GenericItem
Generated class for type StoreLocatorFeature.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the StoreLocatorFeature.code attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the StoreLocatorFeature.name attribute
      See Also:
    • ICON

      public static final String ICON
      Qualifier of the StoreLocatorFeature.icon attribute
      See Also:
    • POINTOFSERVICES

      public static final String POINTOFSERVICES
      Qualifier of the StoreLocatorFeature.pointOfServices attribute
      See Also:
    • STORELOCATION2STORELOCATORFEATURE_SRC_ORDERED

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

      protected static String STORELOCATION2STORELOCATORFEATURE_TGT_ORDERED
    • STORELOCATION2STORELOCATORFEATURE_MARKMODIFIED

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

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

    • GeneratedStoreLocatorFeature

      public GeneratedStoreLocatorFeature()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

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

      public 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, String value)
      Generated method - Setter of the StoreLocatorFeature.code attribute.
      Parameters:
      value - the code - Unique code of store locator feature.
    • setCode

      public void setCode(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
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getName

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

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

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

      public Map<Language,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, String value)
      Generated method - Setter of the StoreLocatorFeature.name attribute.
      Parameters:
      value - the name - Description of the store locator feature
    • setName

      public void setName(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, Map<Language,String> value)
      Generated method - Setter of the StoreLocatorFeature.name attribute.
      Parameters:
      value - the name - Description of the store locator feature
    • setAllName

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

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

      public 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, Collection<PointOfService> value)
      Generated method - Setter of the StoreLocatorFeature.pointOfServices attribute.
      Parameters:
      value - the pointOfServices
    • setPointOfServices

      public void setPointOfServices(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