public class CatalogTreeModelPopulator extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogTreeModelPopulator.CatalogTreeModel |
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTI_SELECT |
| Constructor and Description |
|---|
CatalogTreeModelPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createDynamicNodeId(NavigationNode node,
String postFix) |
<any> |
createModel(CockpitContext context) |
Collection<CatalogModel> |
getAllReadableCatalogs(CockpitContext context) |
protected List<CatalogVersionModel> |
getAllReadableCatalogVersions(CatalogModel data) |
CatalogService |
getCatalogService() |
CatalogVersionService |
getCatalogVersionService() |
List<NavigationNode> |
getChildren(NavigationNode node) |
CockpitUserService |
getCockpitUserService() |
Set<String> |
getExcludedTypes() |
LabelService |
getLabelService() |
PermissionFacade |
getPermissionFacade() |
<any> |
getRoot(CockpitContext context) |
TypeFacade |
getTypeFacade() |
TypeService |
getTypeService() |
UserService |
getUserService() |
protected boolean |
isSupportedType(String elementsType) |
void |
postConstruct() |
void |
setCatalogService(CatalogService catalogService) |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setCockpitUserService(CockpitUserService cockpitUserService) |
void |
setExcludedTypes(Set<String> excludedTypes) |
void |
setLabelService(LabelService labelService) |
void |
setPermissionFacade(PermissionFacade permissionFacade) |
void |
setTypeFacade(TypeFacade typeFacade) |
void |
setTypeService(TypeService typeService) |
void |
setUserService(UserService userService) |
public static final String MULTI_SELECT
@PostConstruct public void postConstruct()
public <any> createModel(CockpitContext context)
public List<NavigationNode> getChildren(NavigationNode node)
public Collection<CatalogModel> getAllReadableCatalogs(CockpitContext context)
public <any> getRoot(CockpitContext context)
public CatalogService getCatalogService()
public void setCatalogService(CatalogService catalogService)
public PermissionFacade getPermissionFacade()
public void setPermissionFacade(PermissionFacade permissionFacade)
public CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
public CockpitUserService getCockpitUserService()
public void setCockpitUserService(CockpitUserService cockpitUserService)
public UserService getUserService()
public void setUserService(UserService userService)
protected List<CatalogVersionModel> getAllReadableCatalogVersions(CatalogModel data)
protected boolean isSupportedType(String elementsType)
public TypeFacade getTypeFacade()
public void setTypeFacade(TypeFacade typeFacade)
public TypeService getTypeService()
public void setTypeService(TypeService typeService)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
Copyright © 2017 SAP SE. All Rights Reserved.