Package | Description |
---|---|
psdi.common.erm | |
psdi.mbo | |
psdi.webclient.system.erm |
Modifier and Type | Method and Description |
---|---|
ERMEntity |
ERMEntity.getChildEntity(java.lang.String name)
Returns the child entity by name.
|
ERMEntity |
ERMAttribute.getEntity()
Returns the Entity instance that contains this Attribute.
|
ERMEntity |
ERMEntity.getParentEntity()
Returns the parent ERMEntity for this entity
|
ERMEntity |
ERMEntity.getRelatedEntity(java.lang.String relationship)
Returns the child entity whose Mbo relationship is the same as the relationship passed in.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ERMEntity> |
ERMEntity.getChildEntities()
Returns a list of all child Entities to this entity.
|
java.util.LinkedHashMap<ERMEntity,java.lang.Integer> |
ERMAttributeError.getParentIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
ERMEntity.addChildEntity(java.lang.String name,
ERMEntity entity)
This method adds a related entity (child) entity to this entity with a specified name.
|
void |
ERMAttribute.setEntity(ERMEntity entity)
Sets a the entity that the attr
|
void |
ERMAttributeError.setParentIndex(ERMEntity ermEntity,
int mboVectorIndex) |
Modifier and Type | Method and Description |
---|---|
ERMEntity |
FauxMboSet.getERMEntity()
Finds and returns the ERMEntity assiciated with the MbSet.
|
ERMEntity |
MboSet.getERMEntity()
Finds and returns the ERMEntity assiciated with the MbSet.
|
ERMEntity |
MboSetRemote.getERMEntity() |
Modifier and Type | Method and Description |
---|---|
void |
FauxMboSet.setERMEntity(ERMEntity ermEntity)
Sets the ERMEntity of on the MboSet and sets the alwaysUIFieldFlags for each required attribute in the ERMEntity
|
void |
MboSet.setERMEntity(ERMEntity ermEntity)
Sets the ERMEntity of on the MboSet and sets the alwaysAppFieldFlags for each required attribute in the ERMEntity
|
void |
MboSetRemote.setERMEntity(ERMEntity ermEntity) |
Modifier and Type | Class and Description |
---|---|
class |
UIERMEntity |
Modifier and Type | Method and Description |
---|---|
ERMEntity |
UIERMEntity.getEntityForMbo() |
ERMEntity |
UIERMEntity.getRelatedEntity(java.lang.String relationship)
Returns the child entity whose Mbo relationship is the same as the relationship passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
UIERMEntity.addChildEntity(java.lang.String name,
ERMEntity entity) |