@Deprecated public interface DictionaryValidationService extends DictionaryValidationService
Modifier and Type | Method and Description |
---|---|
void |
validateAttributeFormat(String entryName,
String attributeName,
String attributeValue,
String errorKey)
Deprecated.
since 1.1
|
void |
validateAttributeFormat(String entryName,
String attributeName,
String attributeValue,
String attributeDataType,
String errorKey)
Deprecated.
since 1.1
|
void |
validateAttributeRequired(String entryName,
String attributeName,
Object attributeValue,
Boolean forMaintenance,
String errorKey)
Deprecated.
since 1.1
|
void |
validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject,
String docTypeName)
Deprecated.
|
void |
validateBusinessObjectsRecursively(Object businessObject,
int depth)
Deprecated.
since 1.1
|
void |
validateDocumentRecursively(Document document,
int depth)
|
isBusinessObjectValid, isBusinessObjectValid, validate, validate, validate, validate, validateAgainstNextState, validateAgainstState, validateBusinessObject, validateBusinessObject, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocument, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validatePrimitiveFromDescriptor, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive
@Deprecated void validateDocumentRecursively(Document document, int depth)
DictionaryValidationService.validateDocumentAndUpdatableReferencesRecursively(org.kuali.rice.krad.document.Document,
int, boolean)
document
- - document to validatedepth
- - Specify how deep the recrusion should go (0 based). If a negative number is supplied, it's
infinite.@Deprecated void validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject, String docTypeName)
@Deprecated void validateBusinessObjectsRecursively(Object businessObject, int depth)
businessObject
- - business object to validatedepth
- - Specify how deep the recrusion should go (0 based). If a negative number is supplied, it's
infinite.@Deprecated void validateAttributeFormat(String entryName, String attributeName, String attributeValue, String errorKey)
entryName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeValue
- - current value to validateerrorKey
- - key to place the errors under@Deprecated void validateAttributeFormat(String entryName, String attributeName, String attributeValue, String attributeDataType, String errorKey)
entryName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeValue
- - current value to validateattributeDataType
- - data type that this attribute should be treated as for validation purposeserrorKey
- - key to place the errors under@Deprecated void validateAttributeRequired(String entryName, String attributeName, Object attributeValue, Boolean forMaintenance, String errorKey)
entryName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeValue
- - current value to validateerrorKey
- - key to place to errors underCopyright © 2005–2016 The Kuali Foundation. All rights reserved.