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.StringLINK_PROP_LAYOUTConstant property name for "layout" for internal storage and queries.static java.lang.StringLINK_PROP_SITEConstant property name for "site" for internal storage and queries.static java.lang.StringPROP_C1FIRSTConstant property name for "c1first" for internal storage and queries.static java.lang.StringPROP_C1LASTConstant property name for "c1last" for internal storage and queries.static java.lang.StringPROP_C2FIRSTConstant property name for "c2first" for internal storage and queries.static java.lang.StringPROP_C2LASTConstant property name for "c2last" for internal storage and queries.static java.lang.StringPROP_C3FIRSTConstant property name for "c3first" for internal storage and queries.static java.lang.StringPROP_C3LASTConstant property name for "c3last" for internal storage and queries.static java.lang.StringPROP_DESCRIPTIONConstant property name for "description" for internal storage and queries.static java.lang.StringPROP_FOOTERConstant property name for "footer" for internal storage and queries.static java.lang.StringPROP_HEADERConstant property name for "header" for internal storage and queries.static java.lang.StringPROP_IDConstant property name for "id" for internal storage and queries.static java.lang.StringPROP_LOCALIZATIONSConstant property name for "localizations" for internal storage and queries.static java.lang.StringPROP_MEDIA_LINKSConstant property name for "mediaLinks" for internal storage and queries.static java.lang.StringPROP_METAConstant property name for "meta" for internal storage and queries.static java.lang.StringPROP_NAMEConstant property name for "name" for internal storage and queries.static java.lang.StringPROP_SCRIPTSConstant property name for "scripts" for internal storage and queries.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddC1firstElement(java.lang.String box)Adds a new element to the list.voidaddC1lastElement(java.lang.String box)Adds a new element to the list.voidaddC2firstElement(java.lang.String box)Adds a new element to the list.voidaddC2lastElement(java.lang.String box)Adds a new element to the list.voidaddC3firstElement(java.lang.String box)Adds a new element to the list.voidaddC3lastElement(java.lang.String box)Adds a new element to the list.voidaddFooterElement(java.lang.String box)Adds a new element to the list.voidaddHeaderElement(java.lang.String box)Adds a new element to the list.voidaddLocalizationsElement(java.lang.String localization)Adds a new element to the list.voidaddMediaLinksElement(java.lang.String mediaLinks)Adds a new element to the list.voidaddMetaElement(java.lang.String box)Adds a new element to the list.voidaddScriptsElement(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.StringgetC1firstElement(int index)Returns the element at the position index in the list.intgetC1firstSize()Returns the number of elements in the "c1first" containerjava.util.List<java.lang.String>getC1last()Returns the value of the c1last attribute.java.lang.StringgetC1lastElement(int index)Returns the element at the position index in the list.intgetC1lastSize()Returns the number of elements in the "c1last" containerjava.util.List<java.lang.String>getC2first()Returns the value of the c2first attribute.java.lang.StringgetC2firstElement(int index)Returns the element at the position index in the list.intgetC2firstSize()Returns the number of elements in the "c2first" containerjava.util.List<java.lang.String>getC2last()Returns the value of the c2last attribute.java.lang.StringgetC2lastElement(int index)Returns the element at the position index in the list.intgetC2lastSize()Returns the number of elements in the "c2last" containerjava.util.List<java.lang.String>getC3first()Returns the value of the c3first attribute.java.lang.StringgetC3firstElement(int index)Returns the element at the position index in the list.intgetC3firstSize()Returns the number of elements in the "c3first" containerjava.util.List<java.lang.String>getC3last()Returns the value of the c3last attribute.java.lang.StringgetC3lastElement(int index)Returns the element at the position index in the list.intgetC3lastSize()Returns the number of elements in the "c3last" containerjava.lang.StringgetDescription()Returns the value of the description attribute.java.util.List<java.lang.String>getFooter()Returns the value of the footer attribute.java.lang.StringgetFooterElement(int index)Returns the element at the position index in the list.intgetFooterSize()Returns the number of elements in the "footer" containerjava.util.List<java.lang.String>getHeader()Returns the value of the header attribute.java.lang.StringgetHeaderElement(int index)Returns the element at the position index in the list.intgetHeaderSize()Returns the number of elements in the "header" containerjava.lang.StringgetLayout()Returns the value of the layout attribute.java.util.List<java.lang.String>getLocalizations()Returns the value of the localizations attribute.java.lang.StringgetLocalizationsElement(int index)Returns the element at the position index in the list.intgetLocalizationsSize()Returns the number of elements in the "localizations" containerjava.util.List<java.lang.String>getMediaLinks()Returns the value of the mediaLinks attribute.java.lang.StringgetMediaLinksElement(int index)Returns the element at the position index in the list.intgetMediaLinksSize()Returns the number of elements in the "mediaLinks" containerjava.util.List<java.lang.String>getMeta()Returns the value of the meta attribute.java.lang.StringgetMetaElement(int index)Returns the element at the position index in the list.intgetMetaSize()Returns the number of elements in the "meta" containerjava.lang.StringgetName()Returns the value of the name attribute.java.util.List<java.lang.String>getScripts()Returns the value of the scripts attribute.java.lang.StringgetScriptsElement(int index)Returns the element at the position index in the list.intgetScriptsSize()Returns the number of elements in the "scripts" containerjava.lang.StringgetSite()Returns the value of the site attribute.voidremoveC1firstElement(int index)Removes the element at position index from the list.voidremoveC1lastElement(int index)Removes the element at position index from the list.voidremoveC2firstElement(int index)Removes the element at position index from the list.voidremoveC2lastElement(int index)Removes the element at position index from the list.voidremoveC3firstElement(int index)Removes the element at position index from the list.voidremoveC3lastElement(int index)Removes the element at position index from the list.voidremoveFooterElement(int index)Removes the element at position index from the list.voidremoveHeaderElement(int index)Removes the element at position index from the list.voidremoveLocalizationsElement(int index)Removes the element at position index from the list.voidremoveMediaLinksElement(int index)Removes the element at position index from the list.voidremoveMetaElement(int index)Removes the element at position index from the list.voidremoveScriptsElement(int index)Removes the element at position index from the list.voidsetC1first(java.util.List<java.lang.String> value)Sets the value of the c1first attribute.voidsetC1last(java.util.List<java.lang.String> value)Sets the value of the c1last attribute.voidsetC2first(java.util.List<java.lang.String> value)Sets the value of the c2first attribute.voidsetC2last(java.util.List<java.lang.String> value)Sets the value of the c2last attribute.voidsetC3first(java.util.List<java.lang.String> value)Sets the value of the c3first attribute.voidsetC3last(java.util.List<java.lang.String> value)Sets the value of the c3last attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute.voidsetFooter(java.util.List<java.lang.String> value)Sets the value of the footer attribute.voidsetHeader(java.util.List<java.lang.String> value)Sets the value of the header attribute.voidsetLayout(java.lang.String value)Sets the value of the layout attribute.voidsetLocalizations(java.util.List<java.lang.String> value)Sets the value of the localizations attribute.voidsetMediaLinks(java.util.List<java.lang.String> value)Sets the value of the mediaLinks attribute.voidsetMeta(java.util.List<java.lang.String> value)Sets the value of the meta attribute.voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetScripts(java.util.List<java.lang.String> value)Sets the value of the scripts attribute.voidsetSite(java.lang.String value)Sets the value of the site attribute.voidswapC1firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC1lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC2firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC2lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC3firstElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC3lastElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapFooterElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapHeaderElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapLocalizationsElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapMediaLinksElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapMetaElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapScriptsElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.
-
-
-
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.
-
-