Interface Pagex
-
- All Superinterfaces:
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 StringLINK_PROP_ACCESS_OPERATIONConstant property name for "accessOperation" for internal storage and queries.static StringLINK_PROP_FEATUREConstant property name for "feature" for internal storage and queries.static StringLINK_PROP_TEMPLATEConstant property name for "template" for internal storage and queries.static StringPROP_ATTRIBUTESConstant property name for "attributes" for internal storage and queries.static StringPROP_C1Constant property name for "c1" for internal storage and queries.static StringPROP_C2Constant property name for "c2" for internal storage and queries.static StringPROP_C3Constant property name for "c3" for internal storage and queries.static StringPROP_DESCRIPTION_DEConstant property name for "description" and domain "DE" for internal storage and queries.static StringPROP_DESCRIPTION_ENConstant property name for "description" and domain "EN" for internal storage and queries.static StringPROP_FOOTERConstant property name for "footer" for internal storage and queries.static StringPROP_HEADERConstant property name for "header" for internal storage and queries.static StringPROP_HTTPSONLYConstant property name for "httpsonly" for internal storage and queries.static StringPROP_IDConstant property name for "id" for internal storage and queries.static StringPROP_KEYWORDS_DEConstant property name for "keywords" and domain "DE" for internal storage and queries.static StringPROP_KEYWORDS_ENConstant property name for "keywords" and domain "EN" for internal storage and queries.static StringPROP_LOCALIZATIONSConstant property name for "localizations" for internal storage and queries.static StringPROP_LOCALIZED_NAME_DEConstant property name for "localizedName" and domain "DE" for internal storage and queries.static StringPROP_LOCALIZED_NAME_ENConstant property name for "localizedName" and domain "EN" for internal storage and queries.static StringPROP_MEDIA_LINKSConstant property name for "mediaLinks" for internal storage and queries.static StringPROP_NAMEConstant property name for "name" for internal storage and queries.static StringPROP_SCRIPTSConstant property name for "scripts" for internal storage and queries.static StringPROP_TITLE_DEConstant property name for "title" and domain "DE" for internal storage and queries.static 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(String attribute)Adds a new element to the list.voidaddC1Element(String box)Adds a new element to the list.voidaddC2Element(String box)Adds a new element to the list.voidaddC3Element(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 mediaLink)Adds a new element to the list.voidaddScriptsElement(String script)Adds a new element to the list.voidcopyDE2EN()Copies all multilingual properties from language DE to language ENvoidcopyEN2DE()Copies all multilingual properties from language EN to language DEvoidcopyLANG2LANG(String sourceLanguge, String destLanguage)Copies all multilingual properties from source language to destination languageStringgetAccessOperation()Returns the value of the accessOperation attribute.List<String>getAttributes()Returns the value of the attributes attribute.StringgetAttributesElement(int index)Returns the element at the position index in the list.intgetAttributesSize()Returns the number of elements in the "attributes" containerList<String>getC1()Returns the value of the c1 attribute.StringgetC1Element(int index)Returns the element at the position index in the list.intgetC1Size()Returns the number of elements in the "c1" containerList<String>getC2()Returns the value of the c2 attribute.StringgetC2Element(int index)Returns the element at the position index in the list.intgetC2Size()Returns the number of elements in the "c2" containerList<String>getC3()Returns the value of the c3 attribute.StringgetC3Element(int index)Returns the element at the position index in the list.intgetC3Size()Returns the number of elements in the "c3" containerStringgetDescription()Returns the current value of the description attribute.StringgetDescriptionDE()Returns the value of the description attribute in the "DE" domain.StringgetDescriptionEN()Returns the value of the description attribute in the "EN" domain.StringgetFeature()Returns the value of the feature attribute.List<String>getFooter()Returns the value of the footer attribute.StringgetFooterElement(int index)Returns the element at the position index in the list.intgetFooterSize()Returns the number of elements in the "footer" containerList<String>getHeader()Returns the value of the header attribute.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.StringgetKeywords()Returns the current value of the keywords attribute.StringgetKeywordsDE()Returns the value of the keywords attribute in the "DE" domain.StringgetKeywordsEN()Returns the value of the keywords attribute in the "EN" domain.List<String>getLocalizations()Returns the value of the localizations attribute.StringgetLocalizationsElement(int index)Returns the element at the position index in the list.intgetLocalizationsSize()Returns the number of elements in the "localizations" containerStringgetLocalizedName()Returns the current value of the localizedName attribute.StringgetLocalizedNameDE()Returns the value of the localizedName attribute in the "DE" domain.StringgetLocalizedNameEN()Returns the value of the localizedName attribute in the "EN" domain.List<String>getMediaLinks()Returns the value of the mediaLinks attribute.StringgetMediaLinksElement(int index)Returns the element at the position index in the list.intgetMediaLinksSize()Returns the number of elements in the "mediaLinks" containerStringgetName()Returns the value of the name attribute.List<String>getScripts()Returns the value of the scripts attribute.StringgetScriptsElement(int index)Returns the element at the position index in the list.intgetScriptsSize()Returns the number of elements in the "scripts" containerStringgetTemplate()Returns the value of the template attribute.StringgetTitle()Returns the current value of the title attribute.StringgetTitleDE()Returns the value of the title attribute in the "DE" domain.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(String value)Sets the value of the accessOperation attribute.voidsetAttributes(List<String> value)Sets the value of the attributes attribute.voidsetC1(List<String> value)Sets the value of the c1 attribute.voidsetC2(List<String> value)Sets the value of the c2 attribute.voidsetC3(List<String> value)Sets the value of the c3 attribute.voidsetDescription(String value)Sets the value of the description attribute in the current domain.voidsetDescriptionDE(String value)Sets the value of the description attribute in the domain "DE"voidsetDescriptionEN(String value)Sets the value of the description attribute in the domain "EN"voidsetFeature(String value)Sets the value of the feature attribute.voidsetFooter(List<String> value)Sets the value of the footer attribute.voidsetHeader(List<String> value)Sets the value of the header attribute.voidsetHttpsonly(boolean value)Sets the value of the httpsonly attribute.voidsetKeywords(String value)Sets the value of the keywords attribute in the current domain.voidsetKeywordsDE(String value)Sets the value of the keywords attribute in the domain "DE"voidsetKeywordsEN(String value)Sets the value of the keywords attribute in the domain "EN"voidsetLocalizations(List<String> value)Sets the value of the localizations attribute.voidsetLocalizedName(String value)Sets the value of the localizedName attribute in the current domain.voidsetLocalizedNameDE(String value)Sets the value of the localizedName attribute in the domain "DE"voidsetLocalizedNameEN(String value)Sets the value of the localizedName attribute in the domain "EN"voidsetMediaLinks(List<String> value)Sets the value of the mediaLinks attribute.voidsetName(String value)Sets the value of the name attribute.voidsetScripts(List<String> value)Sets the value of the scripts attribute.voidsetTemplate(String value)Sets the value of the template attribute.voidsetTitle(String value)Sets the value of the title attribute in the current domain.voidsetTitleDE(String value)Sets the value of the title attribute in the domain "DE"voidsetTitleEN(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 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_LOCALIZED_NAME_EN
static final String PROP_LOCALIZED_NAME_EN
Constant property name for "localizedName" and domain "EN" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_LOCALIZED_NAME_DE
static final String PROP_LOCALIZED_NAME_DE
Constant property name for "localizedName" and domain "DE" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_TITLE_EN
static final String PROP_TITLE_EN
Constant property name for "title" and domain "EN" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_TITLE_DE
static final String PROP_TITLE_DE
Constant property name for "title" and domain "DE" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_KEYWORDS_EN
static final String PROP_KEYWORDS_EN
Constant property name for "keywords" and domain "EN" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_KEYWORDS_DE
static final String PROP_KEYWORDS_DE
Constant property name for "keywords" and domain "DE" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_DESCRIPTION_EN
static final String PROP_DESCRIPTION_EN
Constant property name for "description" and domain "EN" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_DESCRIPTION_DE
static final String PROP_DESCRIPTION_DE
Constant property name for "description" and domain "DE" 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_ATTRIBUTES
static final String PROP_ATTRIBUTES
Constant property name for "attributes" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_C1
static final String PROP_C1
Constant property name for "c1" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_C2
static final String PROP_C2
Constant property name for "c2" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_C3
static final String PROP_C3
Constant property name for "c3" 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_HTTPSONLY
static final String PROP_HTTPSONLY
Constant property name for "httpsonly" for internal storage and queries.- See Also:
- Constant Field Values
-
LINK_PROP_TEMPLATE
static final 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 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 String LINK_PROP_FEATURE
Constant property name for "feature" 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.
-
getLocalizedNameEN
String getLocalizedNameEN()
Returns the value of the localizedName attribute in the "EN" domain.
-
getLocalizedNameDE
String getLocalizedNameDE()
Returns the value of the localizedName attribute in the "DE" domain.
-
getLocalizedName
String getLocalizedName()
Returns the current value of the localizedName attribute. Current means in the currently selected domain.
-
setLocalizedNameEN
void setLocalizedNameEN(String value)
Sets the value of the localizedName attribute in the domain "EN"
-
setLocalizedNameDE
void setLocalizedNameDE(String value)
Sets the value of the localizedName attribute in the domain "DE"
-
setLocalizedName
void setLocalizedName(String value)
Sets the value of the localizedName attribute in the current domain. Current means in the currently selected domain.
-
getTitleEN
String getTitleEN()
Returns the value of the title attribute in the "EN" domain.
-
getTitleDE
String getTitleDE()
Returns the value of the title attribute in the "DE" domain.
-
getTitle
String getTitle()
Returns the current value of the title attribute. Current means in the currently selected domain.
-
setTitleEN
void setTitleEN(String value)
Sets the value of the title attribute in the domain "EN"
-
setTitleDE
void setTitleDE(String value)
Sets the value of the title attribute in the domain "DE"
-
setTitle
void setTitle(String value)
Sets the value of the title attribute in the current domain. Current means in the currently selected domain.
-
getKeywordsEN
String getKeywordsEN()
Returns the value of the keywords attribute in the "EN" domain.
-
getKeywordsDE
String getKeywordsDE()
Returns the value of the keywords attribute in the "DE" domain.
-
getKeywords
String getKeywords()
Returns the current value of the keywords attribute. Current means in the currently selected domain.
-
setKeywordsEN
void setKeywordsEN(String value)
Sets the value of the keywords attribute in the domain "EN"
-
setKeywordsDE
void setKeywordsDE(String value)
Sets the value of the keywords attribute in the domain "DE"
-
setKeywords
void setKeywords(String value)
Sets the value of the keywords attribute in the current domain. Current means in the currently selected domain.
-
getDescriptionEN
String getDescriptionEN()
Returns the value of the description attribute in the "EN" domain.
-
getDescriptionDE
String getDescriptionDE()
Returns the value of the description attribute in the "DE" domain.
-
getDescription
String getDescription()
Returns the current value of the description attribute. Current means in the currently selected domain.
-
setDescriptionEN
void setDescriptionEN(String value)
Sets the value of the description attribute in the domain "EN"
-
setDescriptionDE
void setDescriptionDE(String value)
Sets the value of the description attribute in the domain "DE"
-
setDescription
void setDescription(String value)
Sets the value of the description attribute in the current domain. Current means in the currently selected domain.
-
setLocalizations
void setLocalizations(List<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
String getTemplate()
Returns the value of the template attribute.
-
setTemplate
void setTemplate(String value)
Sets the value of the template attribute.
-
getAccessOperation
String getAccessOperation()
Returns the value of the accessOperation attribute.
-
setAccessOperation
void setAccessOperation(String value)
Sets the value of the accessOperation attribute.
-
getFeature
String getFeature()
Returns the value of the feature attribute.
-
setFeature
void setFeature(String value)
Sets the value of the feature attribute.
-
getMediaLinksSize
int getMediaLinksSize()
Returns the number of elements in the "mediaLinks" container
-
addMediaLinksElement
void addMediaLinksElement(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
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 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
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(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
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(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
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(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
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(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
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(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.
-
copyLANG2LANG
void copyLANG2LANG(String sourceLanguge, String destLanguage)
Copies all multilingual properties from source language to destination language
-
copyEN2DE
void copyEN2DE()
Copies all multilingual properties from language EN to language DE
-
copyDE2EN
void copyDE2EN()
Copies all multilingual properties from language DE to language EN
-
-