Package | Description |
---|---|
psdi.common.erm | |
psdi.mbo | |
psdi.webclient.system.erm |
Modifier and Type | Method and Description |
---|---|
ERMAttribute |
ERMEntity.addAttribute(ERMAttribute attribute)
Adds and ERMAttribute the the entity's attribute list.
|
ERMAttribute |
ERMAttributeError.getAttribute()
Returns the ERMAttribute associated with the error.
|
ERMAttribute |
ERMEntity.getAttribute(java.lang.String attributeName)
Returns the ERMAttribute associated with the passed in Attribute
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ERMAttribute> |
ERMEntity.getAttributes()
Returns an unmodifiable collection of ERMAttributes for this Entity.
|
Modifier and Type | Method and Description |
---|---|
ERMAttribute |
ERMEntity.addAttribute(ERMAttribute attribute)
Adds and ERMAttribute the the entity's attribute list.
|
void |
ERMAttributeError.setAttribute(ERMAttribute attribute) |
Constructor and Description |
---|
ERMAttributeError(ERMAttribute attribute,
int mboIndex,
ERMAttributeError.ErrorType errorType)
Constructor taking in the ERMAttribute associated with the error and the index of the
mbo the error occurred (basically which mbo in the MboSet) And also take the type of error.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ERMAttributeError> |
Mbo.determineRequiredFieldsFromERM(java.util.Collection<ERMAttribute> attributes,
int mboVectorIndex)
Using the passed in list of ERMAttributes, this method will obtain a complete list of required
fields that need a value for this mbo.
|
java.util.List<ERMAttributeError> |
Mbo.findAllNullRequiredFields(java.util.Collection<ERMAttribute> attributes,
int mboIndex)
Returns a list of ERMAttributeError for each required attribute with a null value.
|
Modifier and Type | Class and Description |
---|---|
class |
UIERMAttribute |
Modifier and Type | Method and Description |
---|---|
ERMAttribute |
UIERMEntity.addAttribute(ERMAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
ERMAttribute |
UIERMEntity.addAttribute(ERMAttribute attribute) |