Class SiteDocument
java.lang.Object
net.anotheria.anodoc.data.DataHolder
net.anotheria.anodoc.data.Document
net.anotheria.asg.data.AbstractASGDocument
net.anotheria.anosite.gen.assitedata.data.SiteDocument
- All Implemented Interfaces:
Serializable,Cloneable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject,Site,net.anotheria.asg.data.DataObject,net.anotheria.asg.data.LockableObject,net.anotheria.asg.data.MultilingualObject,net.anotheria.util.sorter.IComparable
public class SiteDocument
extends net.anotheria.asg.data.AbstractASGDocument
implements Site, net.anotheria.util.sorter.IComparable, net.anotheria.asg.data.MultilingualObject
- See Also:
-
Field Summary
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLEDFields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERFields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAMEFields inherited from interface net.anotheria.anosite.gen.assitedata.data.Site
LINK_PROP_HEADER_BACKGROUND, LINK_PROP_SEARCHPAGE, LINK_PROP_SITE_LOGO, LINK_PROP_STARTPAGE, PROP_DESCRIPTION_EN, PROP_ID, PROP_KEYWORDS_EN, PROP_LANGUAGESELECTOR, PROP_MAIN_NAVI, PROP_NAME, PROP_SUBTITLE_EN, PROP_TITLE_EN, PROP_TOP_NAVI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMainNaviElement(String item) Adds a new element to the list.voidaddTopNaviElement(String item) Adds a new element to the list.intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) voidcopyLANG2LANG(String sourceLanguage, String destLanguage) Copies all multilingual properties from source language to destination languagebooleanReturns the current value of the description attribute.Returns the value of the description attribute in the "EN" domain.Returns the value of the headerBackground attribute.Returns the current value of the keywords attribute.Returns the value of the keywords attribute in the "EN" domain.booleanReturns the value of the languageselector attribute.Returns the value of the mainNavi attribute.getMainNaviElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "mainNavi" containergetName()Returns the value of the name attribute.Returns the value of the searchpage attribute.Returns the value of the siteLogo attribute.Returns the value of the startpage attribute.Returns the current value of the subtitle attribute.Returns the value of the subtitle attribute in the "EN" domain.getTitle()Returns the current value of the title attribute.Returns the value of the title attribute in the "EN" domain.Returns the value of the topNavi attribute.getTopNaviElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "topNavi" containerbooleanvoidremoveMainNaviElement(int index) Removes the element at position index from the list.voidremoveTopNaviElement(int index) Removes the element at position index from the list.voidsetDescription(String value) Sets the value of the description attribute in the current domain.voidsetDescriptionEN(String value) Sets the value of the description attribute in the domain "EN"voidsetHeaderBackground(String value) Sets the value of the headerBackground attribute.voidsetKeywords(String value) Sets the value of the keywords attribute in the current domain.voidsetKeywordsEN(String value) Sets the value of the keywords attribute in the domain "EN"voidsetLanguageselector(boolean value) Sets the value of the languageselector attribute.voidsetMainNavi(List<String> value) Sets the value of the mainNavi attribute.voidsetMultilingualDisabledInstance(boolean value) voidSets the value of the name attribute.voidsetSearchpage(String value) Sets the value of the searchpage attribute.voidsetSiteLogo(String value) Sets the value of the siteLogo attribute.voidsetStartpage(String value) Sets the value of the startpage attribute.voidsetSubtitle(String value) Sets the value of the subtitle attribute in the current domain.voidsetSubtitleEN(String value) Sets the value of the subtitle attribute in the domain "EN"voidSets the value of the title attribute in the current domain.voidsetTitleEN(String value) Sets the value of the title attribute in the domain "EN"voidsetTopNavi(List<String> value) Sets the value of the topNavi attribute.voidswapMainNaviElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.voidswapTopNaviElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.toString()Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeMethods 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, toXMLNodeMethods inherited from class net.anotheria.anodoc.data.DataHolder
getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
-
Constructor Details
-
SiteDocument
public SiteDocument() -
SiteDocument
-
SiteDocument
-
-
Method Details
-
getName
Description copied from interface:SiteReturns the value of the name attribute. -
setName
Description copied from interface:SiteSets the value of the name attribute. -
getTitleEN
Description copied from interface:SiteReturns the value of the title attribute in the "EN" domain.- Specified by:
getTitleENin interfaceSite
-
getTitle
Description copied from interface:SiteReturns the current value of the title attribute. Current means in the currently selected domain. -
setTitleEN
Description copied from interface:SiteSets the value of the title attribute in the domain "EN"- Specified by:
setTitleENin interfaceSite
-
setTitle
Description copied from interface:SiteSets the value of the title attribute in the current domain. Current means in the currently selected domain. -
getKeywordsEN
Description copied from interface:SiteReturns the value of the keywords attribute in the "EN" domain.- Specified by:
getKeywordsENin interfaceSite
-
getKeywords
Description copied from interface:SiteReturns the current value of the keywords attribute. Current means in the currently selected domain.- Specified by:
getKeywordsin interfaceSite
-
setKeywordsEN
Description copied from interface:SiteSets the value of the keywords attribute in the domain "EN"- Specified by:
setKeywordsENin interfaceSite
-
setKeywords
Description copied from interface:SiteSets the value of the keywords attribute in the current domain. Current means in the currently selected domain.- Specified by:
setKeywordsin interfaceSite
-
getDescriptionEN
Description copied from interface:SiteReturns the value of the description attribute in the "EN" domain.- Specified by:
getDescriptionENin interfaceSite
-
getDescription
Description copied from interface:SiteReturns the current value of the description attribute. Current means in the currently selected domain.- Specified by:
getDescriptionin interfaceSite
-
setDescriptionEN
Description copied from interface:SiteSets the value of the description attribute in the domain "EN"- Specified by:
setDescriptionENin interfaceSite
-
setDescription
Description copied from interface:SiteSets the value of the description attribute in the current domain. Current means in the currently selected domain.- Specified by:
setDescriptionin interfaceSite
-
getSubtitleEN
Description copied from interface:SiteReturns the value of the subtitle attribute in the "EN" domain.- Specified by:
getSubtitleENin interfaceSite
-
getSubtitle
Description copied from interface:SiteReturns the current value of the subtitle attribute. Current means in the currently selected domain.- Specified by:
getSubtitlein interfaceSite
-
setSubtitleEN
Description copied from interface:SiteSets the value of the subtitle attribute in the domain "EN"- Specified by:
setSubtitleENin interfaceSite
-
setSubtitle
Description copied from interface:SiteSets the value of the subtitle attribute in the current domain. Current means in the currently selected domain.- Specified by:
setSubtitlein interfaceSite
-
getLanguageselector
public boolean getLanguageselector()Description copied from interface:SiteReturns the value of the languageselector attribute.- Specified by:
getLanguageselectorin interfaceSite
-
setLanguageselector
public void setLanguageselector(boolean value) Description copied from interface:SiteSets the value of the languageselector attribute.- Specified by:
setLanguageselectorin interfaceSite
-
getStartpage
Description copied from interface:SiteReturns the value of the startpage attribute.- Specified by:
getStartpagein interfaceSite
-
setStartpage
Description copied from interface:SiteSets the value of the startpage attribute.- Specified by:
setStartpagein interfaceSite
-
getSearchpage
Description copied from interface:SiteReturns the value of the searchpage attribute.- Specified by:
getSearchpagein interfaceSite
-
setSearchpage
Description copied from interface:SiteSets the value of the searchpage attribute.- Specified by:
setSearchpagein interfaceSite
-
getHeaderBackground
Description copied from interface:SiteReturns the value of the headerBackground attribute.- Specified by:
getHeaderBackgroundin interfaceSite
-
setHeaderBackground
Description copied from interface:SiteSets the value of the headerBackground attribute.- Specified by:
setHeaderBackgroundin interfaceSite
-
getSiteLogo
Description copied from interface:SiteReturns the value of the siteLogo attribute.- Specified by:
getSiteLogoin interfaceSite
-
setSiteLogo
Description copied from interface:SiteSets the value of the siteLogo attribute.- Specified by:
setSiteLogoin interfaceSite
-
toString
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
compareTo
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
copyLANG2LANG
Description copied from interface:SiteCopies all multilingual properties from source language to destination language- Specified by:
copyLANG2LANGin interfaceSite
-
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
-