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.StringLINK_PROP_ACCESS_OPERATIONConstant property name for "accessOperation" for internal storage and queries.static java.lang.StringLINK_PROP_FEATUREConstant property name for "feature" for internal storage and queries.static java.lang.StringLINK_PROP_TEMPLATEConstant property name for "template" for internal storage and queries.static java.lang.StringPROP_ATTRIBUTESConstant property name for "attributes" for internal storage and queries.static java.lang.StringPROP_C1Constant property name for "c1" for internal storage and queries.static java.lang.StringPROP_C2Constant property name for "c2" for internal storage and queries.static java.lang.StringPROP_C3Constant property name for "c3" for internal storage and queries.static java.lang.StringPROP_DESCRIPTION_ENConstant property name for "description" and domain "EN" 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_HTTPSONLYConstant property name for "httpsonly" for internal storage and queries.static java.lang.StringPROP_IDConstant property name for "id" for internal storage and queries.static java.lang.StringPROP_KEYWORDS_ENConstant property name for "keywords" and domain "EN" for internal storage and queries.static java.lang.StringPROP_LOCALIZATIONSConstant property name for "localizations" for internal storage and queries.static java.lang.StringPROP_LOCALIZED_NAME_ENConstant property name for "localizedName" and domain "EN" for internal storage and queries.static java.lang.StringPROP_MEDIA_LINKSConstant property name for "mediaLinks" 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.static java.lang.StringPROP_TITLE_ENConstant 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 voidaddAttributesElement(java.lang.String attribute)Adds a new element to the list.voidaddC1Element(java.lang.String box)Adds a new element to the list.voidaddC2Element(java.lang.String box)Adds a new element to the list.voidaddC3Element(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 mediaLink)Adds a new element to the list.voidaddScriptsElement(java.lang.String script)Adds a new element to the list.voidcopyLANG2LANG(java.lang.String sourceLanguge, java.lang.String destLanguage)Copies all multilingual properties from source language to destination languagejava.lang.StringgetAccessOperation()Returns the value of the accessOperation attribute.java.util.List<java.lang.String>getAttributes()Returns the value of the attributes attribute.java.lang.StringgetAttributesElement(int index)Returns the element at the position index in the list.intgetAttributesSize()Returns the number of elements in the "attributes" containerjava.util.List<java.lang.String>getC1()Returns the value of the c1 attribute.java.lang.StringgetC1Element(int index)Returns the element at the position index in the list.intgetC1Size()Returns the number of elements in the "c1" containerjava.util.List<java.lang.String>getC2()Returns the value of the c2 attribute.java.lang.StringgetC2Element(int index)Returns the element at the position index in the list.intgetC2Size()Returns the number of elements in the "c2" containerjava.util.List<java.lang.String>getC3()Returns the value of the c3 attribute.java.lang.StringgetC3Element(int index)Returns the element at the position index in the list.intgetC3Size()Returns the number of elements in the "c3" containerjava.lang.StringgetDescription()Returns the current value of the description attribute.java.lang.StringgetDescriptionEN()Returns the value of the description attribute in the "EN" domain.java.lang.StringgetFeature()Returns the value of the feature 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" containerbooleangetHttpsonly()Returns the value of the httpsonly attribute.java.lang.StringgetKeywords()Returns the current value of the keywords attribute.java.lang.StringgetKeywordsEN()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.StringgetLocalizationsElement(int index)Returns the element at the position index in the list.intgetLocalizationsSize()Returns the number of elements in the "localizations" containerjava.lang.StringgetLocalizedName()Returns the current value of the localizedName attribute.java.lang.StringgetLocalizedNameEN()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.StringgetMediaLinksElement(int index)Returns the element at the position index in the list.intgetMediaLinksSize()Returns the number of elements in the "mediaLinks" 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.StringgetTemplate()Returns the value of the template attribute.java.lang.StringgetTitle()Returns the current value of the title attribute.java.lang.StringgetTitleEN()Returns the value of the title attribute in the "EN" domain.voidremoveAttributesElement(int index)Removes the element at position index from the list.voidremoveC1Element(int index)Removes the element at position index from the list.voidremoveC2Element(int index)Removes the element at position index from the list.voidremoveC3Element(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.voidremoveScriptsElement(int index)Removes the element at position index from the list.voidsetAccessOperation(java.lang.String value)Sets the value of the accessOperation attribute.voidsetAttributes(java.util.List<java.lang.String> value)Sets the value of the attributes attribute.voidsetC1(java.util.List<java.lang.String> value)Sets the value of the c1 attribute.voidsetC2(java.util.List<java.lang.String> value)Sets the value of the c2 attribute.voidsetC3(java.util.List<java.lang.String> value)Sets the value of the c3 attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute in the current domain.voidsetDescriptionEN(java.lang.String value)Sets the value of the description attribute in the domain "EN"voidsetFeature(java.lang.String value)Sets the value of the feature 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.voidsetHttpsonly(boolean value)Sets the value of the httpsonly attribute.voidsetKeywords(java.lang.String value)Sets the value of the keywords attribute in the current domain.voidsetKeywordsEN(java.lang.String value)Sets the value of the keywords attribute in the domain "EN"voidsetLocalizations(java.util.List<java.lang.String> value)Sets the value of the localizations attribute.voidsetLocalizedName(java.lang.String value)Sets the value of the localizedName attribute in the current domain.voidsetLocalizedNameEN(java.lang.String value)Sets the value of the localizedName attribute in the domain "EN"voidsetMediaLinks(java.util.List<java.lang.String> value)Sets the value of the mediaLinks 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.voidsetTemplate(java.lang.String value)Sets the value of the template attribute.voidsetTitle(java.lang.String value)Sets the value of the title attribute in the current domain.voidsetTitleEN(java.lang.String value)Sets the value of the title attribute in the domain "EN"voidswapAttributesElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC1Element(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC2Element(int index1, int index2)Swaps elements at positions index1 and index2 in the list.voidswapC3Element(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.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_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
-
-