|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBusinessObjectView | |
---|---|
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.security |
Uses of IBusinessObjectView in com.semarchy.mdm.runtime.data |
---|
Method parameters in com.semarchy.mdm.runtime.data with type arguments of type IBusinessObjectView | |
---|---|
static DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.removalDenied(IEntity pEntity,
List<IBusinessObjectView> pBoViews)
|
Uses of IBusinessObjectView in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IBusinessObjectView | |
---|---|
IBusinessObjectView |
IApplication.getBOView(String pName)
|
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IBusinessObjectView | |
---|---|
List<IBusinessObjectView> |
IApplication.getAllBOViews()
The list of all IBusinessObjectView usde in this application (for
data entry and/or BO navigation) |
Set<IBusinessObjectView> |
IDataEntryWorkflow.getAllInvolvedBOViews()
Returns the Set of all BOViews involved inside this Workflow. |
List<IBusinessObjectView> |
IDETask.getBOViews()
The list of BOViews available for the current task. |
List<IBusinessObjectView> |
IAppFolderAndBOViewContainer.getChildBOViews()
The list of contained IBusinessObjectView ordered by getName() |
List<IBusinessObjectView> |
IDataEntryWorkflow.getDefaultBOViews()
The default list of BOViews defined for this IDataEntryWorkflow . |
Uses of IBusinessObjectView in com.semarchy.mdm.runtime.model.security |
---|
Methods in com.semarchy.mdm.runtime.model.security with parameters of type IBusinessObjectView | |
---|---|
boolean |
IApplicationSecurityProvider.isReadAuthorized(IBusinessObjectView pBOView)
Check if user can read this IBusinessObjectView . |
Method parameters in com.semarchy.mdm.runtime.model.security with type arguments of type IBusinessObjectView | |
---|---|
boolean |
IApplicationSecurityProvider.isLocalRemoveAuthorized(IEntity pBOEntity,
Collection<IBusinessObjectView> pBOViews)
Return true if this type of entity can be removed from a DataEntry transaction |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |