@Deprecated public class DictionaryValidationServiceImpl extends DictionaryValidationServiceImpl implements DictionaryValidationService
businessObjectService, dataDictionaryService, documentDictionaryService, persistenceService, persistenceStructureService, VALIDATE_METHOD, workflowAttributePropertyResolutionService
Constructor and Description |
---|
DictionaryValidationServiceImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
validateAttributeFormat(String objectClassName,
String attributeName,
String attributeInValue,
String errorKey)
Deprecated.
since 1.1
|
void |
validateAttributeFormat(String objectClassName,
String attributeName,
String attributeInValue,
String attributeDataType,
String errorKey)
Deprecated.
since 1.1
|
void |
validateAttributeRequired(String objectClassName,
String attributeName,
Object attributeValue,
Boolean forMaintenance,
String errorKey)
Deprecated.
|
void |
validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject,
String docTypeName)
Deprecated.
since 1.1
|
void |
validateDocumentRecursively(Document document,
int depth)
Deprecated.
|
getCollectionConstraintProcessors, getConstraintProviders, getDataDictionaryService, getDocumentDictionaryService, getElementConstraintProcessors, getWorkflowAttributePropertyResolutionService, isBusinessObjectValid, isBusinessObjectValid, setBusinessObjectService, setCollectionConstraintProcessors, setConstraintProviders, setDataDictionaryService, setDocumentDictionaryService, setElementConstraintProcessors, setPersistenceService, setPersistenceStructureService, validate, validate, validate, validate, validate, validate, validate, validate, validate, validate, validateBusinessObject, validateBusinessObject, validateBusinessObjectsFromDescriptors, validateBusinessObjectsRecursively, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocument, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validatePrimitiveFromDescriptor, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validateBusinessObjectsRecursively
isBusinessObjectValid, isBusinessObjectValid, validate, validate, validate, validate, validate, validate, validate, validate, validate, validateBusinessObject, validateBusinessObject, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocument, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validatePrimitiveFromDescriptor, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive
public DictionaryValidationServiceImpl()
@Deprecated public void validateDocumentRecursively(Document document, int depth)
DictionaryValidationService
document
- - document to validatedepth
- - Specify how deep the recrusion should go (0 based). If a negative number is supplied, it's
infinite.org.kuali.rice.krad.service.DictionaryValidationService#validateDocumentRecursively
@Deprecated public void validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject, String docTypeName)
org.kuali.rice.krad.service.DictionaryValidationService#validateBusinessObjectOnMaintenanceDocument(org.kuali.rice.krad.bo.BusinessObject,
java.lang.String)
@Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String errorKey)
DictionaryValidationService
objectClassName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeInValue
- - current value to validateerrorKey
- - key to place the errors underobjectClassName is the docTypeName
@Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String attributeDataType, String errorKey)
objectClassName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeInValue
- - current value to validateattributeDataType
- - data type that this attribute should be treated as for validation purposeserrorKey
- - key to place the errors underobjectClassName is the docTypeName
@Deprecated public void validateAttributeRequired(String objectClassName, String attributeName, Object attributeValue, Boolean forMaintenance, String errorKey)
DictionaryValidationService
objectClassName
- - name of the dd entryattributeName
- - name of attribute in the bo classattributeValue
- - current value to validateerrorKey
- - key to place to errors underorg.kuali.rice.krad.service.DictionaryValidationService#validateAttributeRequired
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.