public interface IBusinessObjectView extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BUSINESS_OBJECT_VIEW_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IApplication |
getApplication() |
Integer |
getAutoRefreshInterval()
Returns in an Integer value the time period in seconds between each
refresh.
|
IAppFolderAndBOViewContainer |
getBOViewContainer()
Returns the
IAppFolderAndBOViewContainer in which this
IBusinessObjectView is visible or null if the
isVisible() returns false. |
IBOViewEntity |
getBOViewEntity(IBOEntity boEntity) |
IBusinessObject |
getBusinessObject()
The represented
IBusinessObject |
IFormView |
getFormView(IBOEntity pEntity)
Deprecated.
use
getBOViewEntity(IBOEntity) instead |
String |
getName()
BOView name
|
OnOpenBehavior |
getOnOpenBehavior()
Returns the behavior to use when browsing content of this
IBusinessObjectView |
Integer |
getPosInFolder()
Return the ordering index of this
IBusinessObjectView in parent
IAppFolderAndBOViewContainer . |
String |
getRequiredRoleName()
Returns the required role name to open this
IBusinessObjectView . |
ITableView |
getRootTableView()
Deprecated.
use
getBOViewEntity(IBOEntity) instead using
IBusinessObject.getRootBOEntity() as a parameter |
ITableView |
getTableView(IBOTransition pTransition)
Deprecated.
use
getBOViewEntity(IBOEntity) instead |
boolean |
isAutoRefreshAvailable()
Returns whether this
IBusinessObjectView could be refreshed every
getAutoRefreshInterval() as specified at
design-time, or not. |
boolean |
isUseSearchOnOpen()
Indicates whether this
IBusinessObjectView will open a search
dialog before content |
boolean |
isVisible()
Indicates whether this
IBusinessObjectView is visible for data
navigation. |
getPrefixedUniqueName, getUniqueName
static final String BUSINESS_OBJECT_VIEW_PREFIX
IApplication getApplication()
IBusinessObject getBusinessObject()
IBusinessObject
ITableView getRootTableView()
getBOViewEntity(IBOEntity)
instead using
IBusinessObject.getRootBOEntity()
as a parameterIFormView getFormView(IBOEntity pEntity)
getBOViewEntity(IBOEntity)
insteadIBOEntity
.pEntity
- ITableView getTableView(IBOTransition pTransition)
getBOViewEntity(IBOEntity)
insteadIBOTransition
.pEntity
- IBOViewEntity getBOViewEntity(IBOEntity boEntity)
String getName()
Integer getPosInFolder()
IBusinessObjectView
in parent
IAppFolderAndBOViewContainer
.boolean isVisible()
IBusinessObjectView
is visible for data
navigation.IAppFolderAndBOViewContainer getBOViewContainer()
IAppFolderAndBOViewContainer
in which this
IBusinessObjectView
is visible or null if the
isVisible()
returns false.boolean isUseSearchOnOpen()
IBusinessObjectView
will open a search
dialog before contentOnOpenBehavior getOnOpenBehavior()
IBusinessObjectView
OnOpenBehavior
valueString getRequiredRoleName()
IBusinessObjectView
.
This role name is required in addition to the privileges normally
required to read the #getRootTransitionDescriptor()
.String
containing the RoleNameboolean isAutoRefreshAvailable()
IBusinessObjectView
could be refreshed every
getAutoRefreshInterval()
as specified at
design-time, or not.true
if enabled, false
otherwiseInteger getAutoRefreshInterval()
isAutoRefreshAvailable()
is true.Copyright © 2017. All rights reserved.