Class PagexDocument
- java.lang.Object
-
- net.anotheria.anodoc.data.DataHolder
-
- net.anotheria.anodoc.data.Document
-
- net.anotheria.asg.data.AbstractASGDocument
-
- net.anotheria.anosite.gen.aswebdata.data.PagexDocument
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject,Pagex,net.anotheria.asg.data.DataObject,net.anotheria.asg.data.LockableObject,net.anotheria.asg.data.MultilingualObject,net.anotheria.util.sorter.IComparable
public class PagexDocument extends net.anotheria.asg.data.AbstractASGDocument implements Pagex, net.anotheria.util.sorter.IComparable, net.anotheria.asg.data.MultilingualObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLED
-
Fields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIER
-
Fields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAME
-
Fields inherited from interface net.anotheria.anosite.gen.aswebdata.data.Pagex
LINK_PROP_ACCESS_OPERATION, LINK_PROP_FEATURE, LINK_PROP_TEMPLATE, PROP_ATTRIBUTES, PROP_C1, PROP_C2, PROP_C3, PROP_DESCRIPTION_EN, PROP_FOOTER, PROP_HEADER, PROP_HTTPSONLY, PROP_ID, PROP_KEYWORDS_EN, PROP_LOCALIZATIONS, PROP_LOCALIZED_NAME_EN, PROP_MEDIA_LINKS, PROP_NAME, PROP_SCRIPTS, PROP_TITLE_EN
-
-
Constructor Summary
Constructors Constructor Description PagexDocument()PagexDocument(java.lang.String id)PagexDocument(PagexDocument toClone)
-
Method Summary
All Methods Instance Methods Concrete 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.intcompareTo(Pagex comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)voidcopyLANG2LANG(java.lang.String sourceLanguage, java.lang.String destLanguage)Copies all multilingual properties from source language to destination languagebooleanequals(java.lang.Object o)java.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.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.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.lang.StringgetFootprint()java.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.booleanisMultilingualDisabledInstance()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.voidsetMultilingualDisabledInstance(boolean value)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.java.lang.StringtoString()-
Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTime
-
Methods inherited from class net.anotheria.anodoc.data.Document
addDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNode
-
-
-
-
Constructor Detail
-
PagexDocument
public PagexDocument()
-
PagexDocument
public PagexDocument(java.lang.String id)
-
PagexDocument
public PagexDocument(PagexDocument toClone)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:PagexReturns the value of the name attribute.
-
setName
public void setName(java.lang.String value)
Description copied from interface:PagexSets the value of the name attribute.
-
getLocalizedNameEN
public java.lang.String getLocalizedNameEN()
Description copied from interface:PagexReturns the value of the localizedName attribute in the "EN" domain.- Specified by:
getLocalizedNameENin interfacePagex
-
getLocalizedName
public java.lang.String getLocalizedName()
Description copied from interface:PagexReturns the current value of the localizedName attribute. Current means in the currently selected domain.- Specified by:
getLocalizedNamein interfacePagex
-
setLocalizedNameEN
public void setLocalizedNameEN(java.lang.String value)
Description copied from interface:PagexSets the value of the localizedName attribute in the domain "EN"- Specified by:
setLocalizedNameENin interfacePagex
-
setLocalizedName
public void setLocalizedName(java.lang.String value)
Description copied from interface:PagexSets the value of the localizedName attribute in the current domain. Current means in the currently selected domain.- Specified by:
setLocalizedNamein interfacePagex
-
getTitleEN
public java.lang.String getTitleEN()
Description copied from interface:PagexReturns the value of the title attribute in the "EN" domain.- Specified by:
getTitleENin interfacePagex
-
getTitle
public java.lang.String getTitle()
Description copied from interface:PagexReturns the current value of the title attribute. Current means in the currently selected domain.
-
setTitleEN
public void setTitleEN(java.lang.String value)
Description copied from interface:PagexSets the value of the title attribute in the domain "EN"- Specified by:
setTitleENin interfacePagex
-
setTitle
public void setTitle(java.lang.String value)
Description copied from interface:PagexSets the value of the title attribute in the current domain. Current means in the currently selected domain.
-
getKeywordsEN
public java.lang.String getKeywordsEN()
Description copied from interface:PagexReturns the value of the keywords attribute in the "EN" domain.- Specified by:
getKeywordsENin interfacePagex
-
getKeywords
public java.lang.String getKeywords()
Description copied from interface:PagexReturns the current value of the keywords attribute. Current means in the currently selected domain.- Specified by:
getKeywordsin interfacePagex
-
setKeywordsEN
public void setKeywordsEN(java.lang.String value)
Description copied from interface:PagexSets the value of the keywords attribute in the domain "EN"- Specified by:
setKeywordsENin interfacePagex
-
setKeywords
public void setKeywords(java.lang.String value)
Description copied from interface:PagexSets the value of the keywords attribute in the current domain. Current means in the currently selected domain.- Specified by:
setKeywordsin interfacePagex
-
getDescriptionEN
public java.lang.String getDescriptionEN()
Description copied from interface:PagexReturns the value of the description attribute in the "EN" domain.- Specified by:
getDescriptionENin interfacePagex
-
getDescription
public java.lang.String getDescription()
Description copied from interface:PagexReturns the current value of the description attribute. Current means in the currently selected domain.- Specified by:
getDescriptionin interfacePagex
-
setDescriptionEN
public void setDescriptionEN(java.lang.String value)
Description copied from interface:PagexSets the value of the description attribute in the domain "EN"- Specified by:
setDescriptionENin interfacePagex
-
setDescription
public void setDescription(java.lang.String value)
Description copied from interface:PagexSets the value of the description attribute in the current domain. Current means in the currently selected domain.- Specified by:
setDescriptionin interfacePagex
-
getMediaLinks
public java.util.List<java.lang.String> getMediaLinks()
Description copied from interface:PagexReturns the value of the mediaLinks attribute.- Specified by:
getMediaLinksin interfacePagex
-
setMediaLinks
public void setMediaLinks(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the mediaLinks attribute.- Specified by:
setMediaLinksin interfacePagex
-
getScripts
public java.util.List<java.lang.String> getScripts()
Description copied from interface:PagexReturns the value of the scripts attribute.- Specified by:
getScriptsin interfacePagex
-
setScripts
public void setScripts(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the scripts attribute.- Specified by:
setScriptsin interfacePagex
-
getAttributes
public java.util.List<java.lang.String> getAttributes()
Description copied from interface:PagexReturns the value of the attributes attribute.- Specified by:
getAttributesin interfacePagex
-
setAttributes
public void setAttributes(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the attributes attribute.- Specified by:
setAttributesin interfacePagex
-
getC1
public java.util.List<java.lang.String> getC1()
Description copied from interface:PagexReturns the value of the c1 attribute.
-
setC1
public void setC1(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the c1 attribute.
-
getC2
public java.util.List<java.lang.String> getC2()
Description copied from interface:PagexReturns the value of the c2 attribute.
-
setC2
public void setC2(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the c2 attribute.
-
getC3
public java.util.List<java.lang.String> getC3()
Description copied from interface:PagexReturns the value of the c3 attribute.
-
setC3
public void setC3(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the c3 attribute.
-
getHeader
public java.util.List<java.lang.String> getHeader()
Description copied from interface:PagexReturns the value of the header attribute.
-
setHeader
public void setHeader(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the header attribute.
-
getFooter
public java.util.List<java.lang.String> getFooter()
Description copied from interface:PagexReturns the value of the footer attribute.
-
setFooter
public void setFooter(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the footer attribute.
-
getLocalizations
public java.util.List<java.lang.String> getLocalizations()
Description copied from interface:PagexReturns the value of the localizations attribute.- Specified by:
getLocalizationsin interfacePagex
-
setLocalizations
public void setLocalizations(java.util.List<java.lang.String> value)
Description copied from interface:PagexSets the value of the localizations attribute.- Specified by:
setLocalizationsin interfacePagex
-
getHttpsonly
public boolean getHttpsonly()
Description copied from interface:PagexReturns the value of the httpsonly attribute.- Specified by:
getHttpsonlyin interfacePagex
-
setHttpsonly
public void setHttpsonly(boolean value)
Description copied from interface:PagexSets the value of the httpsonly attribute.- Specified by:
setHttpsonlyin interfacePagex
-
getTemplate
public java.lang.String getTemplate()
Description copied from interface:PagexReturns the value of the template attribute.- Specified by:
getTemplatein interfacePagex
-
setTemplate
public void setTemplate(java.lang.String value)
Description copied from interface:PagexSets the value of the template attribute.- Specified by:
setTemplatein interfacePagex
-
getAccessOperation
public java.lang.String getAccessOperation()
Description copied from interface:PagexReturns the value of the accessOperation attribute.- Specified by:
getAccessOperationin interfacePagex
-
setAccessOperation
public void setAccessOperation(java.lang.String value)
Description copied from interface:PagexSets the value of the accessOperation attribute.- Specified by:
setAccessOperationin interfacePagex
-
getFeature
public java.lang.String getFeature()
Description copied from interface:PagexReturns the value of the feature attribute.- Specified by:
getFeaturein interfacePagex
-
setFeature
public void setFeature(java.lang.String value)
Description copied from interface:PagexSets the value of the feature attribute.- Specified by:
setFeaturein interfacePagex
-
toString
public java.lang.String toString()
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
getMediaLinksSize
public int getMediaLinksSize()
Description copied from interface:PagexReturns the number of elements in the "mediaLinks" container- Specified by:
getMediaLinksSizein interfacePagex
-
addMediaLinksElement
public void addMediaLinksElement(java.lang.String mediaLink)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addMediaLinksElementin interfacePagex
-
removeMediaLinksElement
public void removeMediaLinksElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeMediaLinksElementin interfacePagex
-
swapMediaLinksElement
public void swapMediaLinksElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapMediaLinksElementin interfacePagex
-
getMediaLinksElement
public java.lang.String getMediaLinksElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getMediaLinksElementin interfacePagex
-
getScriptsSize
public int getScriptsSize()
Description copied from interface:PagexReturns the number of elements in the "scripts" container- Specified by:
getScriptsSizein interfacePagex
-
addScriptsElement
public void addScriptsElement(java.lang.String script)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addScriptsElementin interfacePagex
-
removeScriptsElement
public void removeScriptsElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeScriptsElementin interfacePagex
-
swapScriptsElement
public void swapScriptsElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapScriptsElementin interfacePagex
-
getScriptsElement
public java.lang.String getScriptsElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getScriptsElementin interfacePagex
-
getAttributesSize
public int getAttributesSize()
Description copied from interface:PagexReturns the number of elements in the "attributes" container- Specified by:
getAttributesSizein interfacePagex
-
addAttributesElement
public void addAttributesElement(java.lang.String attribute)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addAttributesElementin interfacePagex
-
removeAttributesElement
public void removeAttributesElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeAttributesElementin interfacePagex
-
swapAttributesElement
public void swapAttributesElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapAttributesElementin interfacePagex
-
getAttributesElement
public java.lang.String getAttributesElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getAttributesElementin interfacePagex
-
getC1Size
public int getC1Size()
Description copied from interface:PagexReturns the number of elements in the "c1" container
-
addC1Element
public void addC1Element(java.lang.String box)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addC1Elementin interfacePagex
-
removeC1Element
public void removeC1Element(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeC1Elementin interfacePagex
-
swapC1Element
public void swapC1Element(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC1Elementin interfacePagex
-
getC1Element
public java.lang.String getC1Element(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getC1Elementin interfacePagex
-
getC2Size
public int getC2Size()
Description copied from interface:PagexReturns the number of elements in the "c2" container
-
addC2Element
public void addC2Element(java.lang.String box)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addC2Elementin interfacePagex
-
removeC2Element
public void removeC2Element(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeC2Elementin interfacePagex
-
swapC2Element
public void swapC2Element(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC2Elementin interfacePagex
-
getC2Element
public java.lang.String getC2Element(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getC2Elementin interfacePagex
-
getC3Size
public int getC3Size()
Description copied from interface:PagexReturns the number of elements in the "c3" container
-
addC3Element
public void addC3Element(java.lang.String box)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addC3Elementin interfacePagex
-
removeC3Element
public void removeC3Element(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeC3Elementin interfacePagex
-
swapC3Element
public void swapC3Element(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapC3Elementin interfacePagex
-
getC3Element
public java.lang.String getC3Element(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getC3Elementin interfacePagex
-
getHeaderSize
public int getHeaderSize()
Description copied from interface:PagexReturns the number of elements in the "header" container- Specified by:
getHeaderSizein interfacePagex
-
addHeaderElement
public void addHeaderElement(java.lang.String box)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addHeaderElementin interfacePagex
-
removeHeaderElement
public void removeHeaderElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeHeaderElementin interfacePagex
-
swapHeaderElement
public void swapHeaderElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapHeaderElementin interfacePagex
-
getHeaderElement
public java.lang.String getHeaderElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getHeaderElementin interfacePagex
-
getFooterSize
public int getFooterSize()
Description copied from interface:PagexReturns the number of elements in the "footer" container- Specified by:
getFooterSizein interfacePagex
-
addFooterElement
public void addFooterElement(java.lang.String box)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addFooterElementin interfacePagex
-
removeFooterElement
public void removeFooterElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeFooterElementin interfacePagex
-
swapFooterElement
public void swapFooterElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapFooterElementin interfacePagex
-
getFooterElement
public java.lang.String getFooterElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getFooterElementin interfacePagex
-
getLocalizationsSize
public int getLocalizationsSize()
Description copied from interface:PagexReturns the number of elements in the "localizations" container- Specified by:
getLocalizationsSizein interfacePagex
-
addLocalizationsElement
public void addLocalizationsElement(java.lang.String localization)
Description copied from interface:PagexAdds a new element to the list.- Specified by:
addLocalizationsElementin interfacePagex
-
removeLocalizationsElement
public void removeLocalizationsElement(int index)
Description copied from interface:PagexRemoves the element at position index from the list.- Specified by:
removeLocalizationsElementin interfacePagex
-
swapLocalizationsElement
public void swapLocalizationsElement(int index1, int index2)Description copied from interface:PagexSwaps elements at positions index1 and index2 in the list.- Specified by:
swapLocalizationsElementin interfacePagex
-
getLocalizationsElement
public java.lang.String getLocalizationsElement(int index)
Description copied from interface:PagexReturns the element at the position index in the list.- Specified by:
getLocalizationsElementin interfacePagex
-
compareTo
public int compareTo(Pagex comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
copyLANG2LANG
public void copyLANG2LANG(java.lang.String sourceLanguage, java.lang.String destLanguage)Description copied from interface:PagexCopies all multilingual properties from source language to destination language- Specified by:
copyLANG2LANGin interfacePagex
-
isMultilingualDisabledInstance
public boolean isMultilingualDisabledInstance()
- Specified by:
isMultilingualDisabledInstancein interfacenet.anotheria.asg.data.MultilingualObject
-
setMultilingualDisabledInstance
public void setMultilingualDisabledInstance(boolean value)
- Specified by:
setMultilingualDisabledInstancein interfacenet.anotheria.asg.data.MultilingualObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-