getDescription()
:
String
Returns the description for the folder as known in the current locale or null if it cannot be found.
getDisplayName()
:
String
Returns the display name for the folder as known in the current locale or null if it cannot be found.
getPageDescription()
:
String
Returns the page description for this folder using the value in the current locale, or returns null if no value was found.
getPageKeywords()
:
String
Returns the page keywords for this folder using the value in the current locale, or returns null if no value was found.
getPageTitle()
:
String
Returns the page title for this folder using the value in the current locale, or returns null if no value was found.
getPageURL()
:
String
Returns the page URL for this folder using the value in the current locale, or returns null if no value was found.
getTemplate()
:
String
Returns the name of the template used to render the folder in the store front.
isOnline()
:
boolean
Indicates if the folder is set online or offline.
isRoot()
:
boolean
Indicates if this is the root folder.
getContent
Returns the content objects for this folder, sorted by position.
Returns:
the content objects for this folder, sorted by position.
getDescription
Returns the description for the folder as known in the current
locale or null if it cannot be found.
Returns:
the description for the folder as known in the current locale or null if it cannot be found.
getDisplayName
Returns the display name for the folder as known in the current
locale or null if it cannot be found.
Returns:
the display name for the folder as known in the current locale or null if it cannot be found.
getID
Returns the ID of the folder. The ID can be used to uniquely
identify a folder within any given library. This folder ID provides
an alternative lookup mechanism for folders frequently used in
the storefront.
Returns:
the ID of the folder.
getOnlineContent
Returns the online content objects for this folder, sorted by position.
Returns:
the online content objects for this folder, sorted by position.
getOnlineSubFolders
Returns the online subfolders of this folder, sorted by position.
Returns:
the online subfolders of this folder, sorted by position.
getPageDescription
Returns the page description for this folder using the value in
the current locale, or returns null if no value was found.
Returns:
the page description for this folder using the value in the current locale, or returns null if no value was found.
getPageKeywords
Returns the page keywords for this folder using the value in
the current locale, or returns null if no value was found.
Returns:
the page keywords for this folder using the value in the current locale, or returns null if no value was found.
getPageTitle
Returns the page title for this folder using the value in
the current locale, or returns null if no value was found.
Returns:
the page title for this folder using the value in the current locale, or returns null if no value was found.
getPageURL
Returns the page URL for this folder using the value in
the current locale, or returns null if no value was found.
Returns:
the page URL for this folder using the value in the current locale, or returns null if no value was found.
getParent
Returns the parent folder of this folder.
Returns:
the parent folder of this folder.
getSiteMapChangeFrequency
getSiteMapChangeFrequency()
:
String
Returns the folder's sitemap change frequency.
Returns:
the value of the attribute 'siteMapChangeFrequency'.
getSiteMapIncluded
Returns the folder's sitemap inclusion.
Returns:
the value of the attribute 'siteMapIncluded'.
getSiteMapPriority
Returns the folder's sitemap priority.
Returns:
the value of the attribute 'siteMapPriority'.
getSubFolders
Returns the subfolders of this folder, sorted by position.
Returns:
the subfolders of this folder, sorted by position.
getTemplate
Returns the name of the template used to render the folder
in the store front.
Returns:
the name of the template used to render the folder.
isOnline
isOnline()
:
boolean
Indicates if the folder is set online or
offline. Initially, all folders are set online.
Returns:
true if the folder is online, false otherwise.
isRoot
isRoot()
:
boolean
Indicates if this is the root folder.
Returns:
true if this is the root folder, false otherwise.