public class CmsDbManager extends A_CmsAttributeAwareApp
A_CmsAttributeAwareApp
A_CmsWorkplaceApp.NavEntryATTR_INFO_COMPONENT, ATTR_MAIN_HEIGHT_FULLm_infoLayout, m_rootLayout, m_uiContext, PARAM_ASSIGN, PARAM_SEPARATOR| Constructor and Description |
|---|
CmsDbManager() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getBreadCrumbForState(java.lang.String state)
Returns the current bread crumb entries in an ordered map.
|
protected com.vaadin.ui.Component |
getComponentForState(java.lang.String state)
Returns the app component for the given state.
|
protected static java.util.List<java.lang.String> |
getFileListFromServer(boolean includeFolders)
Returns the list of all uploadable zip files and uploadable folders available on the server.
|
protected java.util.List<A_CmsWorkplaceApp.NavEntry> |
getSubNavEntries(java.lang.String state)
Returns the sub navigation entries.
|
getAttributesForComponent, openSubView, updateAppAttributes, updateMainComponentaddParamToState, addSubNavEntry, getLastPathLevel, getOfflineCmsObject, getParamFromState, getParamsFromState, initUI, onStateChange, setBreadCrumbEntries, updateBreadCrumb, updateSubNavpublic CmsDbManager()
protected static java.util.List<java.lang.String> getFileListFromServer(boolean includeFolders)
includeFolders - if true, the uploadable folders are included in the listprotected java.util.LinkedHashMap<java.lang.String,java.lang.String> getBreadCrumbForState(java.lang.String state)
A_CmsWorkplaceAppgetBreadCrumbForState in class A_CmsWorkplaceAppstate - the current stateA_CmsWorkplaceApp.getBreadCrumbForState(java.lang.String)protected com.vaadin.ui.Component getComponentForState(java.lang.String state)
A_CmsWorkplaceAppgetComponentForState in class A_CmsWorkplaceAppstate - the state to renderA_CmsWorkplaceApp.getComponentForState(java.lang.String)protected java.util.List<A_CmsWorkplaceApp.NavEntry> getSubNavEntries(java.lang.String state)
A_CmsWorkplaceAppgetSubNavEntries in class A_CmsWorkplaceAppstate - the stateA_CmsWorkplaceApp.getSubNavEntries(java.lang.String)