Package | Description |
---|---|
psdi.mbo | |
psdi.webclient.system.beans | |
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
ApplicationError |
MboValueData.getApplicationError()
Returns the ApplicationError associated with the MboValue.
|
ApplicationError |
MboValue.getApplicationError()
Returns the ApplicationError associated witht he MboValue.
|
Modifier and Type | Method and Description |
---|---|
void |
MboValue.setApplicationError(ApplicationError appError)
This method will set the passed in ApplicationError on the MboValue.
|
void |
Mbo.setApplicationError(java.lang.String attribute,
ApplicationError appError)
This method will set the passed in ApplicationError on the MboValue associated
this the passed in attribute.
|
void |
MboRemote.setApplicationError(java.lang.String attribute,
ApplicationError appError)
This method will set the passed in ApplicationError on the MboValue associated
this the passed in attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBean.setApplicationError(java.lang.String dataAttribute,
int row,
ApplicationError error)
Sets the Application error on the mbo of the passed in index
|
Modifier and Type | Method and Description |
---|---|
ApplicationError |
SetValueError.getApplicationError()
Returns the ApplicationError object associated with this class.
|
Modifier and Type | Method and Description |
---|---|
SetValueError |
AppInstance.getErrorFromMasterList(ApplicationError appError)
Returns the SetValueError associated with the ApplicationError that is passed in.
|