Interface FolderLangSpec
- All Superinterfaces:
Comparable<StoreElement>
,StoreElement
,Workflowable
This interface provides methods to handle the FolderSpecification
(language dependent properties of the folder at SiteStore)
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the comment of the folder in the specific language.Get the keywords of the foldergetLabel()
Get the label (menu-name) of the folderGet the language of the FolderLangSpec-objectboolean
State if this menu should be shown at the SiteMapboolean
State if this menu should be shown at the FrontEndvoid
setComment
(String comment) Set the comment of the folder for the specific languagevoid
setKeywords
(String keywords) Set the keywords for the foldervoid
Set the label (menu-name) of the foldervoid
setShowInSiteMap
(boolean show) Set the state if this menu shold be shown at the SiteMapvoid
setVisible
(boolean visible) Set the state if this menu should be shown at the FrontEndMethods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.espirit.firstspirit.access.store.StoreElement
appendChild, appendChildBefore, delete, exportStoreElement, getChildCount, getChildIndex, getChildren, getChildren, getChildren, getChildren, getCreateWorkflowPermission, getDefinedPrincipalPermissions, getEditor, getElementType, getFirstChild, getIncomingReferences, getInheritedPrincipalPermissions, getLastChanged, getName, getNextSibling, getOutgoingReferences, getParent, getPermission, getPermission, getPermission, getPreviousSibling, getProject, getReferenceName, getReferences, getReferences, getStore, getTreePermission, getWorkflowPermission, getWorkflowPermissions, getWriteLock, hasIncomingReferences, hasPermissions, importStoreElement, importStoreElements, inheritWorkflowPermission, isDeleted, isExportSupported, isFolder, isImportSupported, isLocked, isLockedOnServer, isLockSupported, isPermissionSupported, isWorkflowAllowed, isWorkflowSupported, refresh, removeAllWorkflowPermissions, removeChild, removePermission, removePermission, removePermission, removeWorkflowPermission, replaceChild, save, save, save, setInheritWorkflowPermission, setLock, setLock, setPermission, setPermission, setPermission, setWorkflowPermission, setWorkflowPermissions, setWriteLock, toXml, toXml, toXml
Methods inherited from interface de.espirit.firstspirit.access.Workflowable
getColor, getTask, hasTask, removeTask, setColor, setTask
-
Method Details
-
getLabel
String getLabel()Get the label (menu-name) of the folder- Returns:
- label (menu-name) of the folder
- Since:
- 3.0
-
setLabel
Set the label (menu-name) of the folder- Parameters:
label
- new label (menu-name) of the folder- Since:
- 3.0
-
getComment
String getComment()Get the comment of the folder in the specific language.- Returns:
- comment of the folder
- Since:
- 3.0
-
setComment
Set the comment of the folder for the specific language- Parameters:
comment
- the new comment for the folder- Since:
- 3.0
-
getLanguage
Language getLanguage()Get the language of the FolderLangSpec-object- Returns:
- language of the FolderLangSpec
- Since:
- 3.0
-
getKeywords
String getKeywords()Get the keywords of the folder- Returns:
- keywords of the folder
- Since:
- 3.0
-
setKeywords
Set the keywords for the folder- Parameters:
keywords
- new keywords for the folder- Since:
- 3.0
-
isVisible
boolean isVisible()State if this menu should be shown at the FrontEnd- Returns:
true
if this menu is shown in sitemap,false
otherwise- Since:
- 3.0
-
setVisible
void setVisible(boolean visible) Set the state if this menu should be shown at the FrontEnd- Parameters:
visible
-true
to show;false
to hide- Since:
- 3.0
-
getShowInSiteMap
boolean getShowInSiteMap()State if this menu should be shown at the SiteMap- Returns:
true
if this menu is shown in sitemap,false
otherwise- Since:
- 3.0
-
setShowInSiteMap
void setShowInSiteMap(boolean show) Set the state if this menu shold be shown at the SiteMap- Parameters:
show
-true
to show;false
to hide- Since:
- 3.0
-