Class GeneratedBaseStore

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

public abstract class GeneratedBaseStore extends GenericItem
Generated class for type BaseStore.
See Also:
  • Field Details

    • UID

      public static final String UID
      Qualifier of the BaseStore.uid attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the BaseStore.name attribute
      See Also:
    • STORELOCATORDISTANCEUNIT

      public static final String STORELOCATORDISTANCEUNIT
      Qualifier of the BaseStore.storelocatorDistanceUnit attribute
      See Also:
    • CMSSITES

      public static final String CMSSITES
      Qualifier of the BaseStore.cmsSites attribute
      See Also:
    • STORESFORCMSSITE_SRC_ORDERED

      protected static String STORESFORCMSSITE_SRC_ORDERED
      Relation ordering override parameter constants for StoresForCMSSite from ((basecommerce))
    • STORESFORCMSSITE_TGT_ORDERED

      protected static String STORESFORCMSSITE_TGT_ORDERED
    • STORESFORCMSSITE_MARKMODIFIED

      protected static String STORESFORCMSSITE_MARKMODIFIED
      Relation disable markmodifed parameter constants for StoresForCMSSite from ((basecommerce))
    • CATALOGS

      public static final String CATALOGS
      Qualifier of the BaseStore.catalogs attribute
      See Also:
    • CATALOGSFORBASESTORES_SRC_ORDERED

      protected static String CATALOGSFORBASESTORES_SRC_ORDERED
      Relation ordering override parameter constants for CatalogsForBaseStores from ((basecommerce))
    • CATALOGSFORBASESTORES_TGT_ORDERED

      protected static String CATALOGSFORBASESTORES_TGT_ORDERED
    • CATALOGSFORBASESTORES_MARKMODIFIED

      protected static String CATALOGSFORBASESTORES_MARKMODIFIED
      Relation disable markmodifed parameter constants for CatalogsForBaseStores from ((basecommerce))
    • POINTSOFSERVICE

      public static final String POINTSOFSERVICE
      Qualifier of the BaseStore.pointsOfService attribute
      See Also:
    • POINTSOFSERVICEHANDLER

      protected static final OneToManyHandler<PointOfService> POINTSOFSERVICEHANDLER
      OneToManyHandler for handling 1:n POINTSOFSERVICE's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedBaseStore

      public GeneratedBaseStore()
  • Method Details

    • getDefaultAttributeModes

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

      public List<Catalog> getCatalogs(SessionContext ctx)
      Generated method - Getter of the BaseStore.catalogs attribute.
      Returns:
      the catalogs
    • getCatalogs

      public List<Catalog> getCatalogs()
      Generated method - Getter of the BaseStore.catalogs attribute.
      Returns:
      the catalogs
    • getCatalogsCount

      public long getCatalogsCount(SessionContext ctx)
    • getCatalogsCount

      public long getCatalogsCount()
    • setCatalogs

      public void setCatalogs(SessionContext ctx, List<Catalog> value)
      Generated method - Setter of the BaseStore.catalogs attribute.
      Parameters:
      value - the catalogs
    • setCatalogs

      public void setCatalogs(List<Catalog> value)
      Generated method - Setter of the BaseStore.catalogs attribute.
      Parameters:
      value - the catalogs
    • addToCatalogs

      public void addToCatalogs(SessionContext ctx, Catalog value)
      Generated method - Adds value to catalogs.
      Parameters:
      value - the item to add to catalogs
    • addToCatalogs

      public void addToCatalogs(Catalog value)
      Generated method - Adds value to catalogs.
      Parameters:
      value - the item to add to catalogs
    • removeFromCatalogs

      public void removeFromCatalogs(SessionContext ctx, Catalog value)
      Generated method - Removes value from catalogs.
      Parameters:
      value - the item to remove from catalogs
    • removeFromCatalogs

      public void removeFromCatalogs(Catalog value)
      Generated method - Removes value from catalogs.
      Parameters:
      value - the item to remove from catalogs
    • getCmsSites

      public Collection<BaseSite> getCmsSites(SessionContext ctx)
      Generated method - Getter of the BaseStore.cmsSites attribute.
      Returns:
      the cmsSites
    • getCmsSites

      public Collection<BaseSite> getCmsSites()
      Generated method - Getter of the BaseStore.cmsSites attribute.
      Returns:
      the cmsSites
    • getCmsSitesCount

      public long getCmsSitesCount(SessionContext ctx)
    • getCmsSitesCount

      public long getCmsSitesCount()
    • setCmsSites

      public void setCmsSites(SessionContext ctx, Collection<BaseSite> value)
      Generated method - Setter of the BaseStore.cmsSites attribute.
      Parameters:
      value - the cmsSites
    • setCmsSites

      public void setCmsSites(Collection<BaseSite> value)
      Generated method - Setter of the BaseStore.cmsSites attribute.
      Parameters:
      value - the cmsSites
    • addToCmsSites

      public void addToCmsSites(SessionContext ctx, BaseSite value)
      Generated method - Adds value to cmsSites.
      Parameters:
      value - the item to add to cmsSites
    • addToCmsSites

      public void addToCmsSites(BaseSite value)
      Generated method - Adds value to cmsSites.
      Parameters:
      value - the item to add to cmsSites
    • removeFromCmsSites

      public void removeFromCmsSites(SessionContext ctx, BaseSite value)
      Generated method - Removes value from cmsSites.
      Parameters:
      value - the item to remove from cmsSites
    • removeFromCmsSites

      public void removeFromCmsSites(BaseSite value)
      Generated method - Removes value from cmsSites.
      Parameters:
      value - the item to remove from cmsSites
    • 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 BaseStore.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the BaseStore.name attribute.
      Returns:
      the name
    • getAllName

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

      public Map<Language,String> getAllName()
      Generated method - Getter of the BaseStore.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the BaseStore.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the BaseStore.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the BaseStore.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the BaseStore.name attribute.
      Parameters:
      value - the name
    • getPointsOfService

      public List<PointOfService> getPointsOfService(SessionContext ctx)
      Generated method - Getter of the BaseStore.pointsOfService attribute.
      Returns:
      the pointsOfService
    • getPointsOfService

      public List<PointOfService> getPointsOfService()
      Generated method - Getter of the BaseStore.pointsOfService attribute.
      Returns:
      the pointsOfService
    • setPointsOfService

      public void setPointsOfService(SessionContext ctx, List<PointOfService> value)
      Generated method - Setter of the BaseStore.pointsOfService attribute.
      Parameters:
      value - the pointsOfService
    • setPointsOfService

      public void setPointsOfService(List<PointOfService> value)
      Generated method - Setter of the BaseStore.pointsOfService attribute.
      Parameters:
      value - the pointsOfService
    • addToPointsOfService

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

      public void addToPointsOfService(PointOfService value)
      Generated method - Adds value to pointsOfService.
      Parameters:
      value - the item to add to pointsOfService
    • removeFromPointsOfService

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

      public void removeFromPointsOfService(PointOfService value)
      Generated method - Removes value from pointsOfService.
      Parameters:
      value - the item to remove from pointsOfService
    • getStorelocatorDistanceUnit

      public EnumerationValue getStorelocatorDistanceUnit(SessionContext ctx)
      Generated method - Getter of the BaseStore.storelocatorDistanceUnit attribute.
      Returns:
      the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
    • getStorelocatorDistanceUnit

      public EnumerationValue getStorelocatorDistanceUnit()
      Generated method - Getter of the BaseStore.storelocatorDistanceUnit attribute.
      Returns:
      the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
    • setStorelocatorDistanceUnit

      public void setStorelocatorDistanceUnit(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the BaseStore.storelocatorDistanceUnit attribute.
      Parameters:
      value - the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
    • setStorelocatorDistanceUnit

      public void setStorelocatorDistanceUnit(EnumerationValue value)
      Generated method - Setter of the BaseStore.storelocatorDistanceUnit attribute.
      Parameters:
      value - the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
    • getUid

      public String getUid(SessionContext ctx)
      Generated method - Getter of the BaseStore.uid attribute.
      Returns:
      the uid
    • getUid

      public String getUid()
      Generated method - Getter of the BaseStore.uid attribute.
      Returns:
      the uid
    • setUid

      public void setUid(SessionContext ctx, String value)
      Generated method - Setter of the BaseStore.uid attribute.
      Parameters:
      value - the uid
    • setUid

      public void setUid(String value)
      Generated method - Setter of the BaseStore.uid attribute.
      Parameters:
      value - the uid