@Deprecated public class DictionaryValidationServiceImpl extends DictionaryValidationServiceImpl implements DictionaryValidationService
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowAttributePropertyResolutionService |
workflowAttributePropertyResolutionService
Deprecated.
|
businessObjectService, dataDictionaryService, documentDictionaryService, persistenceService, persistenceStructureService, VALIDATE_METHOD| Constructor and Description |
|---|
DictionaryValidationServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowAttributePropertyResolutionService |
getWorkflowAttributePropertyResolutionService()
Deprecated.
gets the locally saved instance of @{link WorkflowAttributePropertyResolutionService}
|
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 |
validateBusinessObject(BusinessObject businessObject)
Deprecated.
|
void |
validateBusinessObject(BusinessObject businessObject,
boolean validateRequired)
Deprecated.
|
void |
validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject,
String docTypeName)
Deprecated.
since 1.1
|
protected void |
validateBusinessObjectOnMaintenanceDocumentHelper(BusinessObject businessObject,
List<? extends MaintainableItemDefinition> itemDefinitions,
String errorPrefix)
Deprecated.
|
void |
validateDocument(Document document)
Deprecated.
since 2.1.2
|
void |
validateDocumentAndUpdatableReferencesRecursively(Document document,
int maxDepth,
boolean validateRequired,
boolean chompLastLetterSFromCollectionName)
Deprecated.
since 2.1
|
void |
validateDocumentRecursively(Document document,
int depth)
Deprecated.
since 2.0
|
void |
validatePrimitiveFromDescriptor(String entryName,
Object object,
PropertyDescriptor propertyDescriptor,
String errorPrefix,
boolean validateRequired)
Deprecated.
|
protected void |
validatePrimitivesFromDescriptors(String entryName,
Object object,
PropertyDescriptor[] propertyDescriptors,
String errorPrefix,
boolean validateRequired)
Deprecated.
|
getCollectionConstraintProcessors, getConstraintProviders, getDataDictionaryService, getDocumentDictionaryService, getElementConstraintProcessors, isBusinessObjectValid, isBusinessObjectValid, newIdentitySet, processCollectionConstraints, processElementConstraints, setBusinessObjectService, setCollectionConstraintProcessors, setConstraintProviders, setDataDictionaryService, setDocumentDictionaryService, setElementConstraintProcessors, setPersistenceService, setPersistenceStructureService, validate, validate, validate, validate, validateAgainstNextState, validateAgainstState, validateAttribute, validateAttribute, validateBusinessObjectsFromDescriptors, validateBusinessObjectsRecursively, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validateObject, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive, validateUpdatabableReferencesRecursivelyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateBusinessObjectsRecursivelyisBusinessObjectValid, isBusinessObjectValid, validate, validate, validate, validate, validateAgainstNextState, validateAgainstState, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActiveprotected WorkflowAttributePropertyResolutionService workflowAttributePropertyResolutionService
public DictionaryValidationServiceImpl()
@Deprecated public void validateDocumentAndUpdatableReferencesRecursively(Document document, int maxDepth, boolean validateRequired, boolean chompLastLetterSFromCollectionName)
validateDocumentAndUpdatableReferencesRecursively in interface DictionaryValidationServicevalidateDocumentAndUpdatableReferencesRecursively in class DictionaryValidationServiceImplDictionaryValidationService.validateDocumentAndUpdatableReferencesRecursively(org.kuali.rice.krad.document.Document, int, boolean, boolean)@Deprecated public void validateDocumentRecursively(Document document, int depth)
@Deprecated public void validateDocument(Document document)
validateDocument in interface DictionaryValidationServicevalidateDocument in class DictionaryValidationServiceImpldocument - - document to validateDictionaryValidationService.validateDocument(org.kuali.rice.krad.document.Document)@Deprecated public void validateBusinessObject(BusinessObject businessObject)
validateBusinessObject in interface DictionaryValidationServicevalidateBusinessObject in class DictionaryValidationServiceImpl@Deprecated public void validateBusinessObject(BusinessObject businessObject, boolean validateRequired)
validateBusinessObject in interface DictionaryValidationServicevalidateBusinessObject in class DictionaryValidationServiceImpl@Deprecated public void validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject, String docTypeName)
protected void validateBusinessObjectOnMaintenanceDocumentHelper(BusinessObject businessObject, List<? extends MaintainableItemDefinition> itemDefinitions, String errorPrefix)
@Deprecated protected void validatePrimitivesFromDescriptors(String entryName, Object object, PropertyDescriptor[] propertyDescriptors, String errorPrefix, boolean validateRequired)
entryName - object - propertyDescriptors - errorPrefix - @Deprecated public void validatePrimitiveFromDescriptor(String entryName, Object object, PropertyDescriptor propertyDescriptor, String errorPrefix, boolean validateRequired)
validatePrimitiveFromDescriptor in interface DictionaryValidationServicevalidatePrimitiveFromDescriptor in class DictionaryValidationServiceImplentryName - object - propertyDescriptor - errorPrefix - @Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String errorKey)
objectClassName is the docTypeName@Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String attributeDataType, String errorKey)
@Deprecated public void validateAttributeRequired(String objectClassName, String attributeName, Object attributeValue, Boolean forMaintenance, String errorKey)
protected WorkflowAttributePropertyResolutionService getWorkflowAttributePropertyResolutionService()
If the instance in this class has not been initialized, retrieve it using
KNSServiceLocator.getWorkflowAttributePropertyResolutionService() and save locally
WorkflowAttributePropertyResolutionServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.