|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface DictionaryValidationService
| Method Summary | |
|---|---|
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(BusinessObject businessObject,
int depth)
Deprecated. since 1.1 |
void |
validateDocumentRecursively(Document document,
int depth)
Deprecated. Use DictionaryValidationService.validateDocumentAndUpdatableReferencesRecursively(org.kuali.rice.krad.document.Document,
int, boolean) |
| Method Detail |
|---|
@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(BusinessObject 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 under
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||