Interface Site
- All Superinterfaces:
Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
SiteDocument
public interface Site
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "headerBackground" for internal storage and queries.static final StringConstant property name for "searchpage" for internal storage and queries.static final StringConstant property name for "siteLogo" for internal storage and queries.static final StringConstant property name for "startpage" for internal storage and queries.static final StringConstant property name for "description" and domain "EN" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "keywords" and domain "EN" for internal storage and queries.static final StringConstant property name for "languageselector" for internal storage and queries.static final StringConstant property name for "mainNavi" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "subtitle" and domain "EN" for internal storage and queries.static final StringConstant property name for "title" and domain "EN" for internal storage and queries.static final StringConstant property name for "topNavi" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMainNaviElement(String item) Adds a new element to the list.voidaddTopNaviElement(String item) Adds a new element to the list.voidcopyLANG2LANG(String sourceLanguge, String destLanguage) Copies all multilingual properties from source language to destination languageReturns 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" containervoidremoveMainNaviElement(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.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.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_TITLE_EN
Constant property name for "title" and domain "EN" for internal storage and queries.- See Also:
-
PROP_KEYWORDS_EN
Constant property name for "keywords" and domain "EN" for internal storage and queries.- See Also:
-
PROP_DESCRIPTION_EN
Constant property name for "description" and domain "EN" for internal storage and queries.- See Also:
-
PROP_SUBTITLE_EN
Constant property name for "subtitle" and domain "EN" for internal storage and queries.- See Also:
-
PROP_MAIN_NAVI
Constant property name for "mainNavi" for internal storage and queries.- See Also:
-
PROP_TOP_NAVI
Constant property name for "topNavi" for internal storage and queries.- See Also:
-
PROP_LANGUAGESELECTOR
Constant property name for "languageselector" for internal storage and queries.- See Also:
-
LINK_PROP_STARTPAGE
Constant property name for "startpage" for internal storage and queries.- See Also:
-
LINK_PROP_SEARCHPAGE
Constant property name for "searchpage" for internal storage and queries.- See Also:
-
LINK_PROP_HEADER_BACKGROUND
Constant property name for "headerBackground" for internal storage and queries.- See Also:
-
LINK_PROP_SITE_LOGO
Constant property name for "siteLogo" 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. -
getTitleEN
String getTitleEN()Returns the value of the title attribute in the "EN" domain. -
getTitle
String getTitle()Returns the current value of the title attribute. Current means in the currently selected domain. -
setTitleEN
Sets the value of the title attribute in the domain "EN" -
setTitle
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. -
getKeywords
String getKeywords()Returns the current value of the keywords attribute. Current means in the currently selected domain. -
setKeywordsEN
Sets the value of the keywords attribute in the domain "EN" -
setKeywords
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. -
getDescription
String getDescription()Returns the current value of the description attribute. Current means in the currently selected domain. -
setDescriptionEN
Sets the value of the description attribute in the domain "EN" -
setDescription
Sets the value of the description attribute in the current domain. Current means in the currently selected domain. -
getSubtitleEN
String getSubtitleEN()Returns the value of the subtitle attribute in the "EN" domain. -
getSubtitle
String getSubtitle()Returns the current value of the subtitle attribute. Current means in the currently selected domain. -
setSubtitleEN
Sets the value of the subtitle attribute in the domain "EN" -
setSubtitle
Sets the value of the subtitle attribute in the current domain. Current means in the currently selected domain. -
getLanguageselector
boolean getLanguageselector()Returns the value of the languageselector attribute. -
setLanguageselector
void setLanguageselector(boolean value) Sets the value of the languageselector attribute. -
getStartpage
String getStartpage()Returns the value of the startpage attribute. -
setStartpage
Sets the value of the startpage attribute. -
getSearchpage
String getSearchpage()Returns the value of the searchpage attribute. -
setSearchpage
Sets the value of the searchpage attribute. -
getHeaderBackground
String getHeaderBackground()Returns the value of the headerBackground attribute. -
setHeaderBackground
Sets the value of the headerBackground attribute. -
getSiteLogo
String getSiteLogo()Returns the value of the siteLogo attribute. -
setSiteLogo
Sets the value of the siteLogo attribute. -
copyLANG2LANG
Copies all multilingual properties from source language to destination language
-