Interface PageTemplate

  • All Superinterfaces:
    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 Detail

      • PROP_ID

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

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

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

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

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

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

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

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

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

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

        static final String PROP_META
        Constant property name for "meta" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_HEADER

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

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

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

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

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

        static final String LINK_PROP_SITE
        Constant property name for "site" for internal storage and queries.
        See Also:
        Constant Field Values
    • Method Detail

      • getName

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

        void setName​(String value)
        Sets the value of the name attribute.
      • 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.
      • getC1first

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        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 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

        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​(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

        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​(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

        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​(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

        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​(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

        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​(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

        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​(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

        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​(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

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