Package | Description |
---|---|
psdi.webclient.system.beans | |
psdi.webclient.system.erm | |
psdi.webclient.system.session |
Modifier and Type | Method and Description |
---|---|
UIERMEntity |
DataBean.getUIERMEntity() |
Modifier and Type | Method and Description |
---|---|
UIERMEntity |
UIERMEntity.clone()
This will check if this ERMEntity has already been cloned.
|
UIERMEntity |
EntityRelationshipModel.findEntity(java.lang.String datasrc)
Returns the Entity associated with the specified datasrc id from this model.
|
UIERMEntity |
UIERMAttribute.getSigOptEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<UIERMEntity,java.util.List<UIERMAttribute>>> |
UIERMEntity.getCondUISigOptions()
The structure that is holding the sigoptions that need to be evaluated on this enitity
is a map of maps.
|
java.util.Map<java.lang.String,UIERMEntity> |
EntityRelationshipModel.getTopLevelEntities()
Returns the map of top-level entities for the ERM
|
Modifier and Type | Method and Description |
---|---|
void |
EntityRelationshipModel.addRepLibraryEntity(UIERMEntity currentEntity) |
void |
EntityRelationshipModel.addToCheckForDataStoresList(UIERMEntity currentEntity) |
void |
EntityRelationshipModel.putEntity(java.lang.String datasrc,
UIERMEntity entity)
Deprecated.
|
void |
EntityRelationshipModel.putTopLevelEntity(java.lang.String datasrc,
UIERMEntity entity)
Adds the passed in UIERMEntity to the list of top level entities for the ERM
|
void |
UIERMAttribute.setSigOption(java.lang.String sigOption,
UIERMEntity sigOptEntity) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionalUIHelper.evaluateCondRequired(UIERMEntity entity,
MboSetRemote mboSetRemote)
Starting with the passed in MboSetRemote this method traverses the MboSet tree and
tries to evaluate all inputmode related conditional ui conditions on all the Mbo's using
the passed in UIERMEntity as a means of determining whether the MboSet or child mboset
has conditional ui.
|