| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.service |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ReferenceDefinition> |
DocumentEntry.defaultExistenceCheckMap |
protected List<ReferenceDefinition> |
DocumentEntry.defaultExistenceChecks |
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceDefinition> |
DocumentEntry.getDefaultExistenceChecks()
The defaultExistenceChecks element contains a list of reference object names which are required to exist when
maintaining a BO
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEntry.setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
Setter for the list of all defaultExistenceCheck
ReferenceDefinition associated with this
MaintenanceDocument |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryValidationService.validateReferenceExists(Object dataObject,
ReferenceDefinition reference)
This method examines the populated BusinessObject bo instance passed in for a member named by the referenceName.
|
boolean |
DictionaryValidationService.validateReferenceExistsAndIsActive(Object dataObject,
ReferenceDefinition reference)
validateReferenceExistsAndIsActive intelligently tests the designated reference on the data object for both existence and
active status, where
appropriate
|
boolean |
DictionaryValidationService.validateReferenceIsActive(Object dataObject,
ReferenceDefinition reference)
This method retrieves the reference from the DB, and then tests whether the object is active.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.