Interface Pagex

All Superinterfaces:
Cloneable, net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
All Known Implementing Classes:
PagexDocument

public interface Pagex extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
  • Field Details

    • PROP_ID

      static final String PROP_ID
      Constant property name for "id" for internal storage and queries.
      See Also:
    • PROP_NAME

      static final String PROP_NAME
      Constant property name for "name" for internal storage and queries.
      See Also:
    • PROP_LOCALIZED_NAME_EN

      static final String PROP_LOCALIZED_NAME_EN
      Constant property name for "localizedName" and domain "EN" for internal storage and queries.
      See Also:
    • PROP_TITLE_EN

      static final String PROP_TITLE_EN
      Constant property name for "title" and domain "EN" for internal storage and queries.
      See Also:
    • PROP_KEYWORDS_EN

      static final String PROP_KEYWORDS_EN
      Constant property name for "keywords" and domain "EN" for internal storage and queries.
      See Also:
    • PROP_DESCRIPTION_EN

      static final String PROP_DESCRIPTION_EN
      Constant property name for "description" and domain "EN" for internal storage and queries.
      See Also:
    • PROP_SCRIPTS

      static final String PROP_SCRIPTS
      Constant property name for "scripts" for internal storage and queries.
      See Also:
    • PROP_ATTRIBUTES

      static final String PROP_ATTRIBUTES
      Constant property name for "attributes" for internal storage and queries.
      See Also:
    • PROP_C1

      static final String PROP_C1
      Constant property name for "c1" for internal storage and queries.
      See Also:
    • PROP_C2

      static final String PROP_C2
      Constant property name for "c2" for internal storage and queries.
      See Also:
    • PROP_C3

      static final String PROP_C3
      Constant property name for "c3" for internal storage and queries.
      See Also:
    • PROP_HEADER

      static final String PROP_HEADER
      Constant property name for "header" for internal storage and queries.
      See Also:
    • PROP_LOCALIZATIONS

      static final String PROP_LOCALIZATIONS
      Constant property name for "localizations" for internal storage and queries.
      See Also:
    • PROP_HTTPSONLY

      static final String PROP_HTTPSONLY
      Constant property name for "httpsonly" for internal storage and queries.
      See Also:
  • Method Details

    • getName

      String getName()
      Returns the value of the name attribute.
    • setName

      void setName(String value)
      Sets the value of the name attribute.
    • getLocalizedNameEN

      String getLocalizedNameEN()
      Returns the value of the localizedName attribute in the "EN" domain.
    • getLocalizedName

      String getLocalizedName()
      Returns the current value of the localizedName attribute. Current means in the currently selected domain.
    • setLocalizedNameEN

      void setLocalizedNameEN(String value)
      Sets the value of the localizedName attribute in the domain "EN"
    • setLocalizedName

      void setLocalizedName(String value)
      Sets the value of the localizedName attribute in the current domain. Current means in the currently selected domain.
    • getTitleEN

      String getTitleEN()
      Returns the value of the title attribute in the "EN" domain.
    • getTitle

      String getTitle()
      Returns the current value of the title attribute. Current means in the currently selected domain.
    • setTitleEN

      void setTitleEN(String value)
      Sets the value of the title attribute in the domain "EN"
    • setTitle

      void setTitle(String value)
      Sets the value of the title attribute in the current domain. Current means in the currently selected domain.
    • getKeywordsEN

      String getKeywordsEN()
      Returns the value of the keywords attribute in the "EN" domain.
    • getKeywords

      String getKeywords()
      Returns the current value of the keywords attribute. Current means in the currently selected domain.
    • setKeywordsEN

      void setKeywordsEN(String value)
      Sets the value of the keywords attribute in the domain "EN"
    • setKeywords

      void setKeywords(String value)
      Sets the value of the keywords attribute in the current domain. Current means in the currently selected domain.
    • getDescriptionEN

      String getDescriptionEN()
      Returns the value of the description attribute in the "EN" domain.
    • getDescription

      String getDescription()
      Returns the current value of the description attribute. Current means in the currently selected domain.
    • setDescriptionEN

      void setDescriptionEN(String value)
      Sets the value of the description attribute in the domain "EN"
    • setDescription

      void setDescription(String value)
      Sets the value of the description attribute in the current domain. Current means in the currently selected domain.
    • getMediaLinks

      List<String> getMediaLinks()
      Returns the value of the mediaLinks attribute.
    • setMediaLinks

      void setMediaLinks(List<String> value)
      Sets the value of the mediaLinks attribute.
    • getScripts

      List<String> getScripts()
      Returns the value of the scripts attribute.
    • setScripts

      void setScripts(List<String> value)
      Sets the value of the scripts attribute.
    • getAttributes

      List<String> getAttributes()
      Returns the value of the attributes attribute.
    • setAttributes

      void setAttributes(List<String> value)
      Sets the value of the attributes attribute.
    • getC1

      List<String> getC1()
      Returns the value of the c1 attribute.
    • setC1

      void setC1(List<String> value)
      Sets the value of the c1 attribute.
    • getC2

      List<String> getC2()
      Returns the value of the c2 attribute.
    • setC2

      void setC2(List<String> value)
      Sets the value of the c2 attribute.
    • getC3

      List<String> getC3()
      Returns the value of the c3 attribute.
    • setC3

      void setC3(List<String> value)
      Sets the value of the c3 attribute.
    • getHeader

      List<String> getHeader()
      Returns the value of the header attribute.
    • setHeader

      void setHeader(List<String> value)
      Sets the value of the header attribute.
    • getFooter

      List<String> getFooter()
      Returns the value of the footer attribute.
    • setFooter

      void setFooter(List<String> value)
      Sets the value of the footer attribute.
    • getLocalizations

      List<String> getLocalizations()
      Returns the value of the localizations attribute.
    • setLocalizations

      void setLocalizations(List<String> value)
      Sets the value of the localizations attribute.
    • getHttpsonly

      boolean getHttpsonly()
      Returns the value of the httpsonly attribute.
    • setHttpsonly

      void setHttpsonly(boolean value)
      Sets the value of the httpsonly attribute.
    • getTemplate

      String getTemplate()
      Returns the value of the template attribute.
    • setTemplate

      void setTemplate(String value)
      Sets the value of the template attribute.
    • getAccessOperation

      String getAccessOperation()
      Returns the value of the accessOperation attribute.
    • setAccessOperation

      void setAccessOperation(String value)
      Sets the value of the accessOperation attribute.
    • getFeature

      String getFeature()
      Returns the value of the feature attribute.
    • setFeature

      void setFeature(String value)
      Sets the value of the feature attribute.
    • getMediaLinksSize

      int getMediaLinksSize()
      Returns the number of elements in the "mediaLinks" container
    • addMediaLinksElement

      void addMediaLinksElement(String mediaLink)
      Adds a new element to the list.
    • removeMediaLinksElement

      void removeMediaLinksElement(int index)
      Removes the element at position index from the list.
    • swapMediaLinksElement

      void swapMediaLinksElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getMediaLinksElement

      String getMediaLinksElement(int index)
      Returns the element at the position index in the list.
    • getScriptsSize

      int getScriptsSize()
      Returns the number of elements in the "scripts" container
    • addScriptsElement

      void addScriptsElement(String script)
      Adds a new element to the list.
    • removeScriptsElement

      void removeScriptsElement(int index)
      Removes the element at position index from the list.
    • swapScriptsElement

      void swapScriptsElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getScriptsElement

      String getScriptsElement(int index)
      Returns the element at the position index in the list.
    • getAttributesSize

      int getAttributesSize()
      Returns the number of elements in the "attributes" container
    • addAttributesElement

      void addAttributesElement(String attribute)
      Adds a new element to the list.
    • removeAttributesElement

      void removeAttributesElement(int index)
      Removes the element at position index from the list.
    • swapAttributesElement

      void swapAttributesElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getAttributesElement

      String getAttributesElement(int index)
      Returns the element at the position index in the list.
    • getC1Size

      int getC1Size()
      Returns the number of elements in the "c1" container
    • addC1Element

      void addC1Element(String box)
      Adds a new element to the list.
    • removeC1Element

      void removeC1Element(int index)
      Removes the element at position index from the list.
    • swapC1Element

      void swapC1Element(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getC1Element

      String getC1Element(int index)
      Returns the element at the position index in the list.
    • getC2Size

      int getC2Size()
      Returns the number of elements in the "c2" container
    • addC2Element

      void addC2Element(String box)
      Adds a new element to the list.
    • removeC2Element

      void removeC2Element(int index)
      Removes the element at position index from the list.
    • swapC2Element

      void swapC2Element(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getC2Element

      String getC2Element(int index)
      Returns the element at the position index in the list.
    • getC3Size

      int getC3Size()
      Returns the number of elements in the "c3" container
    • addC3Element

      void addC3Element(String box)
      Adds a new element to the list.
    • removeC3Element

      void removeC3Element(int index)
      Removes the element at position index from the list.
    • swapC3Element

      void swapC3Element(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getC3Element

      String getC3Element(int index)
      Returns the element at the position index in the list.
    • getHeaderSize

      int getHeaderSize()
      Returns the number of elements in the "header" container
    • addHeaderElement

      void addHeaderElement(String box)
      Adds a new element to the list.
    • removeHeaderElement

      void removeHeaderElement(int index)
      Removes the element at position index from the list.
    • swapHeaderElement

      void swapHeaderElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getHeaderElement

      String getHeaderElement(int index)
      Returns the element at the position index in the list.
    • getFooterSize

      int getFooterSize()
      Returns the number of elements in the "footer" container
    • addFooterElement

      void addFooterElement(String box)
      Adds a new element to the list.
    • removeFooterElement

      void removeFooterElement(int index)
      Removes the element at position index from the list.
    • swapFooterElement

      void swapFooterElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getFooterElement

      String getFooterElement(int index)
      Returns the element at the position index in the list.
    • getLocalizationsSize

      int getLocalizationsSize()
      Returns the number of elements in the "localizations" container
    • addLocalizationsElement

      void addLocalizationsElement(String localization)
      Adds a new element to the list.
    • removeLocalizationsElement

      void removeLocalizationsElement(int index)
      Removes the element at position index from the list.
    • swapLocalizationsElement

      void swapLocalizationsElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getLocalizationsElement

      String getLocalizationsElement(int index)
      Returns the element at the position index in the list.
    • copyLANG2LANG

      void copyLANG2LANG(String sourceLanguge, String destLanguage)
      Copies all multilingual properties from source language to destination language