Class GeneratedBaseSite

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

public abstract class GeneratedBaseSite extends GenericItem
Generated class for type BaseSite.
See Also:
  • Field Details

    • UID

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

      public static final String NAME
      Qualifier of the BaseSite.name attribute
      See Also:
    • STORES

      public static final String STORES
      Qualifier of the BaseSite.stores 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))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedBaseSite

      public GeneratedBaseSite()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 BaseSite.name attribute.
      Returns:
      the name
    • getName

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

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

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

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

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

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

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

      public List<BaseStore> getStores(SessionContext ctx)
      Generated method - Getter of the BaseSite.stores attribute.
      Returns:
      the stores
    • getStores

      public List<BaseStore> getStores()
      Generated method - Getter of the BaseSite.stores attribute.
      Returns:
      the stores
    • getStoresCount

      public long getStoresCount(SessionContext ctx)
    • getStoresCount

      public long getStoresCount()
    • setStores

      public void setStores(SessionContext ctx, List<BaseStore> value)
      Generated method - Setter of the BaseSite.stores attribute.
      Parameters:
      value - the stores
    • setStores

      public void setStores(List<BaseStore> value)
      Generated method - Setter of the BaseSite.stores attribute.
      Parameters:
      value - the stores
    • addToStores

      public void addToStores(SessionContext ctx, BaseStore value)
      Generated method - Adds value to stores.
      Parameters:
      value - the item to add to stores
    • addToStores

      public void addToStores(BaseStore value)
      Generated method - Adds value to stores.
      Parameters:
      value - the item to add to stores
    • removeFromStores

      public void removeFromStores(SessionContext ctx, BaseStore value)
      Generated method - Removes value from stores.
      Parameters:
      value - the item to remove from stores
    • removeFromStores

      public void removeFromStores(BaseStore value)
      Generated method - Removes value from stores.
      Parameters:
      value - the item to remove from stores
    • getUid

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

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

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

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