Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl |
Modifier and Type | Method and Description |
---|---|
List<ReferenceDefinition> |
KNSDocumentEntry.getDefaultExistenceChecks()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
KNSDocumentEntry.setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
Deprecated.
|
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(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)
validateReferenceExistsAndIsActive 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–2016 The Kuali Foundation. All rights reserved.