Interface Pagex

  • All Superinterfaces:
    java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LINK_PROP_ACCESS_OPERATION
      Constant property name for "accessOperation" for internal storage and queries.
      static java.lang.String LINK_PROP_FEATURE
      Constant property name for "feature" for internal storage and queries.
      static java.lang.String LINK_PROP_TEMPLATE
      Constant property name for "template" for internal storage and queries.
      static java.lang.String PROP_ATTRIBUTES
      Constant property name for "attributes" for internal storage and queries.
      static java.lang.String PROP_C1
      Constant property name for "c1" for internal storage and queries.
      static java.lang.String PROP_C2
      Constant property name for "c2" for internal storage and queries.
      static java.lang.String PROP_C3
      Constant property name for "c3" for internal storage and queries.
      static java.lang.String PROP_DESCRIPTION_EN
      Constant property name for "description" and domain "EN" for internal storage and queries.
      static java.lang.String PROP_FOOTER
      Constant property name for "footer" for internal storage and queries.
      static java.lang.String PROP_HEADER
      Constant property name for "header" for internal storage and queries.
      static java.lang.String PROP_HTTPSONLY
      Constant property name for "httpsonly" for internal storage and queries.
      static java.lang.String PROP_ID
      Constant property name for "id" for internal storage and queries.
      static java.lang.String PROP_KEYWORDS_EN
      Constant property name for "keywords" and domain "EN" for internal storage and queries.
      static java.lang.String PROP_LOCALIZATIONS
      Constant property name for "localizations" for internal storage and queries.
      static java.lang.String PROP_LOCALIZED_NAME_EN
      Constant property name for "localizedName" and domain "EN" for internal storage and queries.
      static java.lang.String PROP_MEDIA_LINKS
      Constant property name for "mediaLinks" for internal storage and queries.
      static java.lang.String PROP_NAME
      Constant property name for "name" for internal storage and queries.
      static java.lang.String PROP_SCRIPTS
      Constant property name for "scripts" for internal storage and queries.
      static java.lang.String PROP_TITLE_EN
      Constant property name for "title" and domain "EN" for internal storage and queries.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addAttributesElement​(java.lang.String attribute)
      Adds a new element to the list.
      void addC1Element​(java.lang.String box)
      Adds a new element to the list.
      void addC2Element​(java.lang.String box)
      Adds a new element to the list.
      void addC3Element​(java.lang.String box)
      Adds a new element to the list.
      void addFooterElement​(java.lang.String box)
      Adds a new element to the list.
      void addHeaderElement​(java.lang.String box)
      Adds a new element to the list.
      void addLocalizationsElement​(java.lang.String localization)
      Adds a new element to the list.
      void addMediaLinksElement​(java.lang.String mediaLink)
      Adds a new element to the list.
      void addScriptsElement​(java.lang.String script)
      Adds a new element to the list.
      void copyLANG2LANG​(java.lang.String sourceLanguge, java.lang.String destLanguage)
      Copies all multilingual properties from source language to destination language
      java.lang.String getAccessOperation()
      Returns the value of the accessOperation attribute.
      java.util.List<java.lang.String> getAttributes()
      Returns the value of the attributes attribute.
      java.lang.String getAttributesElement​(int index)
      Returns the element at the position index in the list.
      int getAttributesSize()
      Returns the number of elements in the "attributes" container
      java.util.List<java.lang.String> getC1()
      Returns the value of the c1 attribute.
      java.lang.String getC1Element​(int index)
      Returns the element at the position index in the list.
      int getC1Size()
      Returns the number of elements in the "c1" container
      java.util.List<java.lang.String> getC2()
      Returns the value of the c2 attribute.
      java.lang.String getC2Element​(int index)
      Returns the element at the position index in the list.
      int getC2Size()
      Returns the number of elements in the "c2" container
      java.util.List<java.lang.String> getC3()
      Returns the value of the c3 attribute.
      java.lang.String getC3Element​(int index)
      Returns the element at the position index in the list.
      int getC3Size()
      Returns the number of elements in the "c3" container
      java.lang.String getDescription()
      Returns the current value of the description attribute.
      java.lang.String getDescriptionEN()
      Returns the value of the description attribute in the "EN" domain.
      java.lang.String getFeature()
      Returns the value of the feature attribute.
      java.util.List<java.lang.String> getFooter()
      Returns the value of the footer attribute.
      java.lang.String getFooterElement​(int index)
      Returns the element at the position index in the list.
      int getFooterSize()
      Returns the number of elements in the "footer" container
      java.util.List<java.lang.String> getHeader()
      Returns the value of the header attribute.
      java.lang.String getHeaderElement​(int index)
      Returns the element at the position index in the list.
      int getHeaderSize()
      Returns the number of elements in the "header" container
      boolean getHttpsonly()
      Returns the value of the httpsonly attribute.
      java.lang.String getKeywords()
      Returns the current value of the keywords attribute.
      java.lang.String getKeywordsEN()
      Returns the value of the keywords attribute in the "EN" domain.
      java.util.List<java.lang.String> getLocalizations()
      Returns the value of the localizations attribute.
      java.lang.String getLocalizationsElement​(int index)
      Returns the element at the position index in the list.
      int getLocalizationsSize()
      Returns the number of elements in the "localizations" container
      java.lang.String getLocalizedName()
      Returns the current value of the localizedName attribute.
      java.lang.String getLocalizedNameEN()
      Returns the value of the localizedName attribute in the "EN" domain.
      java.util.List<java.lang.String> getMediaLinks()
      Returns the value of the mediaLinks attribute.
      java.lang.String getMediaLinksElement​(int index)
      Returns the element at the position index in the list.
      int getMediaLinksSize()
      Returns the number of elements in the "mediaLinks" container
      java.lang.String getName()
      Returns the value of the name attribute.
      java.util.List<java.lang.String> getScripts()
      Returns the value of the scripts attribute.
      java.lang.String getScriptsElement​(int index)
      Returns the element at the position index in the list.
      int getScriptsSize()
      Returns the number of elements in the "scripts" container
      java.lang.String getTemplate()
      Returns the value of the template attribute.
      java.lang.String getTitle()
      Returns the current value of the title attribute.
      java.lang.String getTitleEN()
      Returns the value of the title attribute in the "EN" domain.
      void removeAttributesElement​(int index)
      Removes the element at position index from the list.
      void removeC1Element​(int index)
      Removes the element at position index from the list.
      void removeC2Element​(int index)
      Removes the element at position index from the list.
      void removeC3Element​(int index)
      Removes the element at position index from the list.
      void removeFooterElement​(int index)
      Removes the element at position index from the list.
      void removeHeaderElement​(int index)
      Removes the element at position index from the list.
      void removeLocalizationsElement​(int index)
      Removes the element at position index from the list.
      void removeMediaLinksElement​(int index)
      Removes the element at position index from the list.
      void removeScriptsElement​(int index)
      Removes the element at position index from the list.
      void setAccessOperation​(java.lang.String value)
      Sets the value of the accessOperation attribute.
      void setAttributes​(java.util.List<java.lang.String> value)
      Sets the value of the attributes attribute.
      void setC1​(java.util.List<java.lang.String> value)
      Sets the value of the c1 attribute.
      void setC2​(java.util.List<java.lang.String> value)
      Sets the value of the c2 attribute.
      void setC3​(java.util.List<java.lang.String> value)
      Sets the value of the c3 attribute.
      void setDescription​(java.lang.String value)
      Sets the value of the description attribute in the current domain.
      void setDescriptionEN​(java.lang.String value)
      Sets the value of the description attribute in the domain "EN"
      void setFeature​(java.lang.String value)
      Sets the value of the feature attribute.
      void setFooter​(java.util.List<java.lang.String> value)
      Sets the value of the footer attribute.
      void setHeader​(java.util.List<java.lang.String> value)
      Sets the value of the header attribute.
      void setHttpsonly​(boolean value)
      Sets the value of the httpsonly attribute.
      void setKeywords​(java.lang.String value)
      Sets the value of the keywords attribute in the current domain.
      void setKeywordsEN​(java.lang.String value)
      Sets the value of the keywords attribute in the domain "EN"
      void setLocalizations​(java.util.List<java.lang.String> value)
      Sets the value of the localizations attribute.
      void setLocalizedName​(java.lang.String value)
      Sets the value of the localizedName attribute in the current domain.
      void setLocalizedNameEN​(java.lang.String value)
      Sets the value of the localizedName attribute in the domain "EN"
      void setMediaLinks​(java.util.List<java.lang.String> value)
      Sets the value of the mediaLinks attribute.
      void setName​(java.lang.String value)
      Sets the value of the name attribute.
      void setScripts​(java.util.List<java.lang.String> value)
      Sets the value of the scripts attribute.
      void setTemplate​(java.lang.String value)
      Sets the value of the template attribute.
      void setTitle​(java.lang.String value)
      Sets the value of the title attribute in the current domain.
      void setTitleEN​(java.lang.String value)
      Sets the value of the title attribute in the domain "EN"
      void swapAttributesElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC1Element​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC2Element​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC3Element​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapFooterElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapHeaderElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapLocalizationsElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapMediaLinksElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapScriptsElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      • Methods inherited from interface net.anotheria.asg.data.DataObject

        clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
      • Methods inherited from interface net.anotheria.util.sorter.IComparable

        compareTo
    • Field Detail

      • PROP_ID

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

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

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

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

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

        static final java.lang.String PROP_DESCRIPTION_EN
        Constant property name for "description" and domain "EN" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_MEDIA_LINKS

        static final java.lang.String PROP_MEDIA_LINKS
        Constant property name for "mediaLinks" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_SCRIPTS

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

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

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

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

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

        static final java.lang.String PROP_HEADER
        Constant property name for "header" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_FOOTER

        static final java.lang.String PROP_FOOTER
        Constant property name for "footer" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_LOCALIZATIONS

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

        static final java.lang.String PROP_HTTPSONLY
        Constant property name for "httpsonly" for internal storage and queries.
        See Also:
        Constant Field Values
      • LINK_PROP_TEMPLATE

        static final java.lang.String LINK_PROP_TEMPLATE
        Constant property name for "template" for internal storage and queries.
        See Also:
        Constant Field Values
      • LINK_PROP_ACCESS_OPERATION

        static final java.lang.String LINK_PROP_ACCESS_OPERATION
        Constant property name for "accessOperation" for internal storage and queries.
        See Also:
        Constant Field Values
      • LINK_PROP_FEATURE

        static final java.lang.String LINK_PROP_FEATURE
        Constant property name for "feature" for internal storage and queries.
        See Also:
        Constant Field Values
    • Method Detail

      • getName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        void setLocalizations​(java.util.List<java.lang.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

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

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

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

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

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

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

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

        void addMediaLinksElement​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

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

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