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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "layout" for internal storage and queries.static final StringConstant property name for "site" for internal storage and queries.static final StringConstant property name for "c1first" for internal storage and queries.static final StringConstant property name for "c1last" for internal storage and queries.static final StringConstant property name for "c2first" for internal storage and queries.static final StringConstant property name for "c2last" for internal storage and queries.static final StringConstant property name for "c3first" for internal storage and queries.static final StringConstant property name for "c3last" for internal storage and queries.static final StringConstant property name for "description" for internal storage and queries.static final StringConstant property name for "footer" for internal storage and queries.static final StringConstant property name for "header" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "localizations" for internal storage and queries.static final StringConstant property name for "mediaLinks" for internal storage and queries.static final StringConstant property name for "meta" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "scripts" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddC1firstElement(String box) Adds a new element to the list.voidaddC1lastElement(String box) Adds a new element to the list.voidaddC2firstElement(String box) Adds a new element to the list.voidaddC2lastElement(String box) Adds a new element to the list.voidaddC3firstElement(String box) Adds a new element to the list.voidaddC3lastElement(String box) Adds a new element to the list.voidaddFooterElement(String box) Adds a new element to the list.voidaddHeaderElement(String box) Adds a new element to the list.voidaddLocalizationsElement(String localization) Adds a new element to the list.voidaddMediaLinksElement(String mediaLinks) Adds a new element to the list.voidaddMetaElement(String box) Adds a new element to the list.voidaddScriptsElement(String scripts) Adds a new element to the list.Returns the value of the c1first attribute.getC1firstElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c1first" containerReturns the value of the c1last attribute.getC1lastElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c1last" containerReturns the value of the c2first attribute.getC2firstElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c2first" containerReturns the value of the c2last attribute.getC2lastElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c2last" containerReturns the value of the c3first attribute.getC3firstElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c3first" containerReturns the value of the c3last attribute.getC3lastElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "c3last" containerReturns the value of the description attribute.Returns the value of the footer attribute.getFooterElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "footer" containerReturns the value of the header attribute.getHeaderElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "header" containerReturns the value of the layout attribute.Returns the value of the localizations attribute.getLocalizationsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "localizations" containerReturns the value of the mediaLinks attribute.getMediaLinksElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "mediaLinks" containergetMeta()Returns the value of the meta attribute.getMetaElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "meta" containergetName()Returns the value of the name attribute.Returns the value of the scripts attribute.getScriptsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "scripts" containergetSite()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(List<String> value) Sets the value of the c1first attribute.voidSets the value of the c1last attribute.voidsetC2first(List<String> value) Sets the value of the c2first attribute.voidSets the value of the c2last attribute.voidsetC3first(List<String> value) Sets the value of the c3first attribute.voidSets the value of the c3last attribute.voidsetDescription(String value) Sets the value of the description attribute.voidSets the value of the footer attribute.voidSets the value of the header attribute.voidSets the value of the layout attribute.voidsetLocalizations(List<String> value) Sets the value of the localizations attribute.voidsetMediaLinks(List<String> value) Sets the value of the mediaLinks attribute.voidSets the value of the meta attribute.voidSets the value of the name attribute.voidsetScripts(List<String> value) Sets the value of the scripts attribute.voidSets 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.Methods inherited from interface net.anotheria.asg.data.DataObject
clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
-
PROP_MEDIA_LINKS
Constant property name for "mediaLinks" for internal storage and queries.- See Also:
-
PROP_SCRIPTS
Constant property name for "scripts" for internal storage and queries.- See Also:
-
PROP_C1FIRST
Constant property name for "c1first" for internal storage and queries.- See Also:
-
PROP_C2FIRST
Constant property name for "c2first" for internal storage and queries.- See Also:
-
PROP_C3FIRST
Constant property name for "c3first" for internal storage and queries.- See Also:
-
PROP_C1LAST
Constant property name for "c1last" for internal storage and queries.- See Also:
-
PROP_C2LAST
Constant property name for "c2last" for internal storage and queries.- See Also:
-
PROP_C3LAST
Constant property name for "c3last" for internal storage and queries.- See Also:
-
PROP_META
Constant property name for "meta" for internal storage and queries.- See Also:
-
PROP_HEADER
Constant property name for "header" for internal storage and queries.- See Also:
-
PROP_FOOTER
Constant property name for "footer" for internal storage and queries.- See Also:
-
PROP_LOCALIZATIONS
Constant property name for "localizations" for internal storage and queries.- See Also:
-
PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.- See Also:
-
LINK_PROP_LAYOUT
Constant property name for "layout" for internal storage and queries.- See Also:
-
LINK_PROP_SITE
Constant property name for "site" for internal storage and queries.- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the name attribute. -
setName
Sets the value of the name attribute. -
getMediaLinks
Returns the value of the mediaLinks attribute. -
setMediaLinks
Sets the value of the mediaLinks attribute. -
getScripts
Returns the value of the scripts attribute. -
setScripts
Sets the value of the scripts attribute. -
getC1first
Returns the value of the c1first attribute. -
setC1first
Sets the value of the c1first attribute. -
getC2first
Returns the value of the c2first attribute. -
setC2first
Sets the value of the c2first attribute. -
getC3first
Returns the value of the c3first attribute. -
setC3first
Sets the value of the c3first attribute. -
getC1last
Returns the value of the c1last attribute. -
setC1last
Sets the value of the c1last attribute. -
getC2last
Returns the value of the c2last attribute. -
setC2last
Sets the value of the c2last attribute. -
getC3last
Returns the value of the c3last attribute. -
setC3last
Sets the value of the c3last attribute. -
getMeta
Returns the value of the meta attribute. -
setMeta
Sets the value of the meta attribute. -
getHeader
Returns the value of the header attribute. -
setHeader
Sets the value of the header attribute. -
getLocalizations
Returns the value of the localizations attribute. -
setLocalizations
Sets the value of the localizations attribute. -
getDescription
String getDescription()Returns the value of the description attribute. -
setDescription
Sets the value of the description attribute. -
getLayout
String getLayout()Returns the value of the layout attribute. -
setLayout
Sets the value of the layout attribute. -
getSite
String getSite()Returns the value of the site attribute. -
setSite
Sets the value of the site attribute. -
getMediaLinksSize
int getMediaLinksSize()Returns the number of elements in the "mediaLinks" container -
addMediaLinksElement
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
Returns the element at the position index in the list. -
getScriptsSize
int getScriptsSize()Returns the number of elements in the "scripts" container -
addScriptsElement
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
Returns the element at the position index in the list. -
getC1firstSize
int getC1firstSize()Returns the number of elements in the "c1first" container -
addC1firstElement
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
Returns the element at the position index in the list. -
getC2firstSize
int getC2firstSize()Returns the number of elements in the "c2first" container -
addC2firstElement
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
Returns the element at the position index in the list. -
getC3firstSize
int getC3firstSize()Returns the number of elements in the "c3first" container -
addC3firstElement
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
Returns the element at the position index in the list. -
getC1lastSize
int getC1lastSize()Returns the number of elements in the "c1last" container -
addC1lastElement
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
Returns the element at the position index in the list. -
getC2lastSize
int getC2lastSize()Returns the number of elements in the "c2last" container -
addC2lastElement
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
Returns the element at the position index in the list. -
getC3lastSize
int getC3lastSize()Returns the number of elements in the "c3last" container -
addC3lastElement
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
Returns the element at the position index in the list. -
getMetaSize
int getMetaSize()Returns the number of elements in the "meta" container -
addMetaElement
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
Returns the element at the position index in the list. -
getHeaderSize
int getHeaderSize()Returns the number of elements in the "header" container -
addHeaderElement
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
Returns the element at the position index in the list. -
getLocalizationsSize
int getLocalizationsSize()Returns the number of elements in the "localizations" container -
addLocalizationsElement
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
Returns the element at the position index in the list.
-