Interface PageTemplate

  • All Superinterfaces:
    java.lang.Cloneable, net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
    All Known Implementing Classes:
    PageTemplateDocument

    public interface PageTemplate
    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_LAYOUT
      Constant property name for "layout" for internal storage and queries.
      static java.lang.String LINK_PROP_SITE
      Constant property name for "site" for internal storage and queries.
      static java.lang.String PROP_C1FIRST
      Constant property name for "c1first" for internal storage and queries.
      static java.lang.String PROP_C1LAST
      Constant property name for "c1last" for internal storage and queries.
      static java.lang.String PROP_C2FIRST
      Constant property name for "c2first" for internal storage and queries.
      static java.lang.String PROP_C2LAST
      Constant property name for "c2last" for internal storage and queries.
      static java.lang.String PROP_C3FIRST
      Constant property name for "c3first" for internal storage and queries.
      static java.lang.String PROP_C3LAST
      Constant property name for "c3last" for internal storage and queries.
      static java.lang.String PROP_DESCRIPTION
      Constant property name for "description" 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_ID
      Constant property name for "id" 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_MEDIA_LINKS
      Constant property name for "mediaLinks" for internal storage and queries.
      static java.lang.String PROP_META
      Constant property name for "meta" 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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addC1firstElement​(java.lang.String box)
      Adds a new element to the list.
      void addC1lastElement​(java.lang.String box)
      Adds a new element to the list.
      void addC2firstElement​(java.lang.String box)
      Adds a new element to the list.
      void addC2lastElement​(java.lang.String box)
      Adds a new element to the list.
      void addC3firstElement​(java.lang.String box)
      Adds a new element to the list.
      void addC3lastElement​(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 mediaLinks)
      Adds a new element to the list.
      void addMetaElement​(java.lang.String box)
      Adds a new element to the list.
      void addScriptsElement​(java.lang.String scripts)
      Adds a new element to the list.
      java.util.List<java.lang.String> getC1first()
      Returns the value of the c1first attribute.
      java.lang.String getC1firstElement​(int index)
      Returns the element at the position index in the list.
      int getC1firstSize()
      Returns the number of elements in the "c1first" container
      java.util.List<java.lang.String> getC1last()
      Returns the value of the c1last attribute.
      java.lang.String getC1lastElement​(int index)
      Returns the element at the position index in the list.
      int getC1lastSize()
      Returns the number of elements in the "c1last" container
      java.util.List<java.lang.String> getC2first()
      Returns the value of the c2first attribute.
      java.lang.String getC2firstElement​(int index)
      Returns the element at the position index in the list.
      int getC2firstSize()
      Returns the number of elements in the "c2first" container
      java.util.List<java.lang.String> getC2last()
      Returns the value of the c2last attribute.
      java.lang.String getC2lastElement​(int index)
      Returns the element at the position index in the list.
      int getC2lastSize()
      Returns the number of elements in the "c2last" container
      java.util.List<java.lang.String> getC3first()
      Returns the value of the c3first attribute.
      java.lang.String getC3firstElement​(int index)
      Returns the element at the position index in the list.
      int getC3firstSize()
      Returns the number of elements in the "c3first" container
      java.util.List<java.lang.String> getC3last()
      Returns the value of the c3last attribute.
      java.lang.String getC3lastElement​(int index)
      Returns the element at the position index in the list.
      int getC3lastSize()
      Returns the number of elements in the "c3last" container
      java.lang.String getDescription()
      Returns the value of the description 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
      java.lang.String getLayout()
      Returns the value of the layout attribute.
      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.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.util.List<java.lang.String> getMeta()
      Returns the value of the meta attribute.
      java.lang.String getMetaElement​(int index)
      Returns the element at the position index in the list.
      int getMetaSize()
      Returns the number of elements in the "meta" 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 getSite()
      Returns the value of the site attribute.
      void removeC1firstElement​(int index)
      Removes the element at position index from the list.
      void removeC1lastElement​(int index)
      Removes the element at position index from the list.
      void removeC2firstElement​(int index)
      Removes the element at position index from the list.
      void removeC2lastElement​(int index)
      Removes the element at position index from the list.
      void removeC3firstElement​(int index)
      Removes the element at position index from the list.
      void removeC3lastElement​(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 removeMetaElement​(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 setC1first​(java.util.List<java.lang.String> value)
      Sets the value of the c1first attribute.
      void setC1last​(java.util.List<java.lang.String> value)
      Sets the value of the c1last attribute.
      void setC2first​(java.util.List<java.lang.String> value)
      Sets the value of the c2first attribute.
      void setC2last​(java.util.List<java.lang.String> value)
      Sets the value of the c2last attribute.
      void setC3first​(java.util.List<java.lang.String> value)
      Sets the value of the c3first attribute.
      void setC3last​(java.util.List<java.lang.String> value)
      Sets the value of the c3last attribute.
      void setDescription​(java.lang.String value)
      Sets the value of the description 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 setLayout​(java.lang.String value)
      Sets the value of the layout attribute.
      void setLocalizations​(java.util.List<java.lang.String> value)
      Sets the value of the localizations attribute.
      void setMediaLinks​(java.util.List<java.lang.String> value)
      Sets the value of the mediaLinks attribute.
      void setMeta​(java.util.List<java.lang.String> value)
      Sets the value of the meta 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 setSite​(java.lang.String value)
      Sets the value of the site attribute.
      void swapC1firstElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC1lastElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC2firstElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC2lastElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC3firstElement​(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
      void swapC3lastElement​(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 swapMetaElement​(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_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_C1FIRST

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

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

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

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

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

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

        static final java.lang.String PROP_META
        Constant property name for "meta" 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_DESCRIPTION

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

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

        static final java.lang.String LINK_PROP_SITE
        Constant property name for "site" 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.
      • 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.
      • getC1first

        java.util.List<java.lang.String> getC1first()
        Returns the value of the c1first attribute.
      • setC1first

        void setC1first​(java.util.List<java.lang.String> value)
        Sets the value of the c1first attribute.
      • getC2first

        java.util.List<java.lang.String> getC2first()
        Returns the value of the c2first attribute.
      • setC2first

        void setC2first​(java.util.List<java.lang.String> value)
        Sets the value of the c2first attribute.
      • getC3first

        java.util.List<java.lang.String> getC3first()
        Returns the value of the c3first attribute.
      • setC3first

        void setC3first​(java.util.List<java.lang.String> value)
        Sets the value of the c3first attribute.
      • getC1last

        java.util.List<java.lang.String> getC1last()
        Returns the value of the c1last attribute.
      • setC1last

        void setC1last​(java.util.List<java.lang.String> value)
        Sets the value of the c1last attribute.
      • getC2last

        java.util.List<java.lang.String> getC2last()
        Returns the value of the c2last attribute.
      • setC2last

        void setC2last​(java.util.List<java.lang.String> value)
        Sets the value of the c2last attribute.
      • getC3last

        java.util.List<java.lang.String> getC3last()
        Returns the value of the c3last attribute.
      • setC3last

        void setC3last​(java.util.List<java.lang.String> value)
        Sets the value of the c3last attribute.
      • getMeta

        java.util.List<java.lang.String> getMeta()
        Returns the value of the meta attribute.
      • setMeta

        void setMeta​(java.util.List<java.lang.String> value)
        Sets the value of the meta 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.
      • getDescription

        java.lang.String getDescription()
        Returns the value of the description attribute.
      • setDescription

        void setDescription​(java.lang.String value)
        Sets the value of the description attribute.
      • getLayout

        java.lang.String getLayout()
        Returns the value of the layout attribute.
      • setLayout

        void setLayout​(java.lang.String value)
        Sets the value of the layout attribute.
      • getSite

        java.lang.String getSite()
        Returns the value of the site attribute.
      • setSite

        void setSite​(java.lang.String value)
        Sets the value of the site attribute.
      • getMediaLinksSize

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

        void addMediaLinksElement​(java.lang.String mediaLinks)
        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 scripts)
        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.
      • getC1firstSize

        int getC1firstSize()
        Returns the number of elements in the "c1first" container
      • addC1firstElement

        void addC1firstElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC1firstElement

        void removeC1firstElement​(int index)
        Removes the element at position index from the list.
      • swapC1firstElement

        void swapC1firstElement​(int index1,
                                int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC1firstElement

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

        int getC2firstSize()
        Returns the number of elements in the "c2first" container
      • addC2firstElement

        void addC2firstElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC2firstElement

        void removeC2firstElement​(int index)
        Removes the element at position index from the list.
      • swapC2firstElement

        void swapC2firstElement​(int index1,
                                int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC2firstElement

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

        int getC3firstSize()
        Returns the number of elements in the "c3first" container
      • addC3firstElement

        void addC3firstElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC3firstElement

        void removeC3firstElement​(int index)
        Removes the element at position index from the list.
      • swapC3firstElement

        void swapC3firstElement​(int index1,
                                int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC3firstElement

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

        int getC1lastSize()
        Returns the number of elements in the "c1last" container
      • addC1lastElement

        void addC1lastElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC1lastElement

        void removeC1lastElement​(int index)
        Removes the element at position index from the list.
      • swapC1lastElement

        void swapC1lastElement​(int index1,
                               int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC1lastElement

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

        int getC2lastSize()
        Returns the number of elements in the "c2last" container
      • addC2lastElement

        void addC2lastElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC2lastElement

        void removeC2lastElement​(int index)
        Removes the element at position index from the list.
      • swapC2lastElement

        void swapC2lastElement​(int index1,
                               int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC2lastElement

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

        int getC3lastSize()
        Returns the number of elements in the "c3last" container
      • addC3lastElement

        void addC3lastElement​(java.lang.String box)
        Adds a new element to the list.
      • removeC3lastElement

        void removeC3lastElement​(int index)
        Removes the element at position index from the list.
      • swapC3lastElement

        void swapC3lastElement​(int index1,
                               int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getC3lastElement

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

        int getMetaSize()
        Returns the number of elements in the "meta" container
      • addMetaElement

        void addMetaElement​(java.lang.String box)
        Adds a new element to the list.
      • removeMetaElement

        void removeMetaElement​(int index)
        Removes the element at position index from the list.
      • swapMetaElement

        void swapMetaElement​(int index1,
                             int index2)
        Swaps elements at positions index1 and index2 in the list.
      • getMetaElement

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