Package | Description |
---|---|
psdi.mbo | |
psdi.webclient.controls | |
psdi.webclient.system.beans | |
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
java.util.List<ERMAttributeError> |
FauxMboSet.determineRequiredFieldsFromERM()
Using the ERMEntity associated with this MboSet, this method will obtain a complete
list of required fields that need a value.
|
java.util.List<ERMAttributeError> |
MboSet.determineRequiredFieldsFromERM()
Using the ERMEntity associated with this MboSet, this method will obtain a complete
list of required fields that need a value.
|
java.util.List<ERMAttributeError> |
MboSetRemote.determineRequiredFieldsFromERM() |
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> |
FauxMboSet.findAllNullRequiredFields()
Returns a list of ERMAttributeError for each required attribute with a null value.
|
java.util.List<ERMAttributeError> |
MboSet.findAllNullRequiredFields()
Returns a list of ERMAttributeError for each required attribute with a null value.
|
java.util.List<ERMAttributeError> |
MboSetRemote.findAllNullRequiredFields() |
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 | Method and Description |
---|---|
void |
TableCol.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError error) |
void |
Tab.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError attributeError) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ERMAttributeError> |
DataBean.getNullRequiedFields() |
Modifier and Type | Method and Description |
---|---|
void |
BoundComponentInstance.addAttributeError(ERMAttributeError attributeError)
Adds the ERMAttributeError to the BoundComponents error list if the BoundCOmponent does not have
another error.
|
void |
PageInstance.removeAttributeError(ERMAttributeError attributeError)
Removes the ERMAttributeError from the page's list.
|
void |
PageInstance.setAttributeError(ERMAttributeError attributeError)
Add the ERMAttributeError to the page's list.
|
void |
ControlInstance.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError error) |
boolean |
AppInstance.stillHasAttributeError(ERMAttributeError error) |
Modifier and Type | Method and Description |
---|---|
MXException |
AppInstance.propagateRequiredErrors(MXException e,
java.util.List<ERMAttributeError> requiredErrorList)
This method does three things:
If there are more than one required field in the list (passed in by the requiredErrorList parameter) it will create a new exception, with a message listing all of the required fields. |
MXRequiredFieldException |
AppInstance.propagateRequiredException(MXRequiredFieldException e,
java.util.List<ERMAttributeError> requireds)
Deprecated.
call propagateRequiredErrors instead
|
void |
AppInstance.setAttributeErrorList(java.util.List<ERMAttributeError> fieldErrorList) |
Constructor and Description |
---|
SetValueError(ERMAttributeError attributeError,
BoundComponentInstance component) |