|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceDefinition | |
---|---|
org.kuali.rice.kns.datadictionary | Copyright 2005-2013 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 |
Uses of ReferenceDefinition in org.kuali.rice.kns.datadictionary |
---|
Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type ReferenceDefinition | |
---|---|
List<ReferenceDefinition> |
KNSDocumentEntry.getDefaultExistenceChecks()
Deprecated. |
Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type ReferenceDefinition | |
---|---|
void |
KNSDocumentEntry.setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
Deprecated. |
Uses of ReferenceDefinition in org.kuali.rice.krad.datadictionary |
---|
Fields in org.kuali.rice.krad.datadictionary with type parameters of type ReferenceDefinition | |
---|---|
protected Map<String,ReferenceDefinition> |
DocumentEntry.defaultExistenceCheckMap
|
protected List<ReferenceDefinition> |
DocumentEntry.defaultExistenceChecks
|
Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type ReferenceDefinition | |
---|---|
List<ReferenceDefinition> |
DocumentEntry.getDefaultExistenceChecks()
The defaultExistenceChecks element contains a list of reference object names which are required to exist when maintaining a BO |
Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type ReferenceDefinition | |
---|---|
void |
DocumentEntry.setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
Setter for the list of all defaultExistenceCheck ReferenceDefinition associated with this
MaintenanceDocument |
Uses of ReferenceDefinition in org.kuali.rice.krad.service |
---|
Methods in org.kuali.rice.krad.service with parameters of type ReferenceDefinition | |
---|---|
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. |
Uses of ReferenceDefinition in org.kuali.rice.krad.service.impl |
---|
Methods in org.kuali.rice.krad.service.impl with parameters of type ReferenceDefinition | |
---|---|
boolean |
DictionaryValidationServiceImpl.validateReferenceExists(BusinessObject bo,
ReferenceDefinition reference)
|
boolean |
DictionaryValidationServiceImpl.validateReferenceExistsAndIsActive(BusinessObject bo,
ReferenceDefinition reference)
|
boolean |
DictionaryValidationServiceImpl.validateReferenceIsActive(BusinessObject bo,
ReferenceDefinition reference)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |