public interface IAppFolderAndBOViewContainer extends IUniquelyNamed, Serializable
IAppFolder
and IApplication
SEP
Modifier and Type | Method and Description |
---|---|
String |
getBOViewContainerPath()
Returns the BOView container path using folder names.
|
String |
getBOViewContainerPath(IModelLabelProvider pLabelProvider,
Locale pLocale)
Returns the BOView container path using folder labels
|
List<IAppFolder> |
getChildAppFolders()
The list of child
IAppFolder ordered by IAppFolder.getName() |
List<IBusinessObjectView> |
getChildBOViews()
The list of contained
IBusinessObjectView ordered by IBusinessObjectView.getName() |
getPrefixedUniqueName, getUniqueName
List<IAppFolder> getChildAppFolders()
IAppFolder
ordered by IAppFolder.getName()
List<IBusinessObjectView> getChildBOViews()
IBusinessObjectView
ordered by IBusinessObjectView.getName()
String getBOViewContainerPath()
String getBOViewContainerPath(IModelLabelProvider pLabelProvider, Locale pLocale)
Copyright © 2016. All rights reserved.