| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.service |
Core service interfaces.
|
| org.kuali.rice.krad.service.impl |
Core service implementations.
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEntry.setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryValidationService.validateReferenceExists(BusinessObject bo,
ReferenceDefinition reference)
This method examines the populated BusinessObject bo instance passed in for a member named by the referenceName.
|
boolean |
DictionaryValidationService.validateReferenceExistsAndIsActive(BusinessObject bo,
ReferenceDefinition reference)
This method intelligently tests the designated reference on the bo for both existence and active status, where
appropriate.
|
boolean |
DictionaryValidationService.validateReferenceIsActive(BusinessObject bo,
ReferenceDefinition reference)
This method retrieves the reference from the DB, and then tests whether the object is active.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryValidationServiceImpl.validateReferenceExists(BusinessObject bo,
ReferenceDefinition reference) |
boolean |
DictionaryValidationServiceImpl.validateReferenceExistsAndIsActive(BusinessObject bo,
ReferenceDefinition reference) |
boolean |
DictionaryValidationServiceImpl.validateReferenceIsActive(BusinessObject bo,
ReferenceDefinition reference) |
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.