com.semarchy.mdm.runtime.model.logical
Interface IAppFolderAndBOViewContainer

All Superinterfaces:
IUniquelyNamed, Serializable
All Known Subinterfaces:
IAppFolder, IApplication

public interface IAppFolderAndBOViewContainer
extends IUniquelyNamed, Serializable

Interface common to IAppFolder and IApplication

Author:
sarod

Field Summary
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 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()
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Method Detail

getChildAppFolders

List<IAppFolder> getChildAppFolders()
The list of child IAppFolder ordered by IAppFolder.getName()

Returns:

getChildBOViews

List<IBusinessObjectView> getChildBOViews()
The list of contained IBusinessObjectView ordered by IBusinessObjectView.getName()

Returns:

getBOViewContainerPath

String getBOViewContainerPath()
Returns the BOView container path using folder names.

Returns:

getBOViewContainerPath

String getBOViewContainerPath(IModelLabelProvider pLabelProvider,
                              Locale pLocale)
Returns the BOView container path using folder labels

Returns:


Copyright © 2015. All Rights Reserved.