Package org.kuali.rice.kns.service.impl
Class DictionaryValidationServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl
- All Implemented Interfaces:
DictionaryValidationService,DictionaryValidationService
@Deprecated
public class DictionaryValidationServiceImpl
extends DictionaryValidationServiceImpl
implements DictionaryValidationService
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Fields inherited from class org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl
dataDictionaryService, documentDictionaryService, VALIDATE_METHOD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.voidsetDateTimeService(DateTimeService dateTimeService) Deprecated.voidsetMaintenanceDocumentDictionaryService(MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService) Deprecated.voidsetWorkflowAttributePropertyResolutionService(WorkflowAttributePropertyResolutionService workflowAttributePropertyResolutionService) Deprecated.voidvalidateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String errorKey) Deprecated.since 1.1voidvalidateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String attributeDataType, String errorKey) Deprecated.since 1.1voidvalidateAttributeRequired(String objectClassName, String attributeName, Object attributeValue, Boolean forMaintenance, String errorKey) Deprecated.voidvalidateBusinessObject(Object businessObject) Deprecated.voidvalidateBusinessObject(Object businessObject, boolean validateRequired) Deprecated.voidvalidateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject, String docTypeName) Deprecated.since 1.1protected voidvalidateBusinessObjectOnMaintenanceDocumentHelper(BusinessObject businessObject, List<? extends MaintainableItemDefinition> itemDefinitions, String errorPrefix) Deprecated.voidvalidateDocument(Document document) Deprecated.since 2.1.2voidvalidateDocumentAndUpdatableReferencesRecursively(Document document, int maxDepth, boolean validateRequired, boolean chompLastLetterSFromCollectionName) Deprecated.since 2.1voidvalidateDocumentRecursively(Document document, int depth) Deprecated.since 2.0voidvalidatePrimitiveFromDescriptor(String entryName, Object object, PropertyDescriptor propertyDescriptor, String errorPrefix, boolean validateRequired) Deprecated.protected voidvalidatePrimitivesFromDescriptors(String entryName, Object object, PropertyDescriptor[] propertyDescriptors, String errorPrefix, boolean validateRequired) Deprecated.Methods inherited from class org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl
getCollectionConstraintProcessors, getConstraintProviders, getDataDictionaryService, getDataObjectService, getDocumentDictionaryService, getElementConstraintProcessors, getLegacyDataAdapter, isBusinessObjectValid, isBusinessObjectValid, newIdentitySet, processCollectionConstraints, processElementConstraints, setCollectionConstraintProcessors, setConstraintProviders, setDataDictionaryService, setDataObjectService, setDocumentDictionaryService, setElementConstraintProcessors, setLegacyDataAdapter, validate, validate, validate, validate, validateAgainstNextState, validateAgainstState, validateAttribute, validateAttribute, validateBusinessObjectsFromDescriptors, validateBusinessObjectsRecursively, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validateObject, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive, validateUpdatabableReferencesRecursivelyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kns.service.DictionaryValidationService
validateBusinessObjectsRecursivelyMethods inherited from interface org.kuali.rice.krad.service.DictionaryValidationService
isBusinessObjectValid, isBusinessObjectValid, validate, validate, validate, validate, validateAgainstNextState, validateAgainstState, validateDefaultExistenceChecks, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForNewCollectionItem, validateDefaultExistenceChecksForTransDoc, validateDocumentAndUpdatableReferencesRecursively, validateDocumentAttribute, validateReferenceExists, validateReferenceExists, validateReferenceExistsAndIsActive, validateReferenceExistsAndIsActive, validateReferenceIsActive, validateReferenceIsActive
-
Field Details
-
workflowAttributePropertyResolutionService
Deprecated.
-
-
Constructor Details
-
DictionaryValidationServiceImpl
public DictionaryValidationServiceImpl()Deprecated.
-
-
Method Details
-
validateDocumentAndUpdatableReferencesRecursively
@Deprecated public void validateDocumentAndUpdatableReferencesRecursively(Document document, int maxDepth, boolean validateRequired, boolean chompLastLetterSFromCollectionName) Deprecated.since 2.1- Specified by:
validateDocumentAndUpdatableReferencesRecursivelyin interfaceDictionaryValidationService- Overrides:
validateDocumentAndUpdatableReferencesRecursivelyin classDictionaryValidationServiceImpl
-
validateDocumentRecursively
Deprecated.since 2.0- Specified by:
validateDocumentRecursivelyin interfaceDictionaryValidationService
-
validateDocument
Deprecated.since 2.1.2- Specified by:
validateDocumentin interfaceDictionaryValidationService- Overrides:
validateDocumentin classDictionaryValidationServiceImpl- Parameters:
document- - document to validate
-
validateBusinessObject
Deprecated.- Specified by:
validateBusinessObjectin interfaceDictionaryValidationService- Overrides:
validateBusinessObjectin classDictionaryValidationServiceImpl
-
validateBusinessObject
Deprecated.- Specified by:
validateBusinessObjectin interfaceDictionaryValidationService- Overrides:
validateBusinessObjectin classDictionaryValidationServiceImpl
-
validateBusinessObjectOnMaintenanceDocument
@Deprecated public void validateBusinessObjectOnMaintenanceDocument(BusinessObject businessObject, String docTypeName) Deprecated.since 1.1- Specified by:
validateBusinessObjectOnMaintenanceDocumentin interfaceDictionaryValidationService
-
validateBusinessObjectOnMaintenanceDocumentHelper
protected void validateBusinessObjectOnMaintenanceDocumentHelper(BusinessObject businessObject, List<? extends MaintainableItemDefinition> itemDefinitions, String errorPrefix) Deprecated. -
validatePrimitivesFromDescriptors
@Deprecated protected void validatePrimitivesFromDescriptors(String entryName, Object object, PropertyDescriptor[] propertyDescriptors, String errorPrefix, boolean validateRequired) Deprecated.iterates through property descriptors looking for primitives types, calls validate format and required check -
validatePrimitiveFromDescriptor
@Deprecated public void validatePrimitiveFromDescriptor(String entryName, Object object, PropertyDescriptor propertyDescriptor, String errorPrefix, boolean validateRequired) Deprecated.calls validate format and required check for the given propertyDescriptor- Specified by:
validatePrimitiveFromDescriptorin interfaceDictionaryValidationService- Overrides:
validatePrimitiveFromDescriptorin classDictionaryValidationServiceImpl
-
validateAttributeFormat
@Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String errorKey) Deprecated.since 1.1- Specified by:
validateAttributeFormatin interfaceDictionaryValidationService
-
validateAttributeFormat
@Deprecated public void validateAttributeFormat(String objectClassName, String attributeName, String attributeInValue, String attributeDataType, String errorKey) Deprecated.since 1.1The attributeDataType parameter should be one of the data types specified by the SearchableAttribute interface; will default to DATA_TYPE_STRING if a data type other than the ones from SearchableAttribute is specified.- Specified by:
validateAttributeFormatin interfaceDictionaryValidationService
-
validateAttributeRequired
@Deprecated public void validateAttributeRequired(String objectClassName, String attributeName, Object attributeValue, Boolean forMaintenance, String errorKey) Deprecated.- Specified by:
validateAttributeRequiredin interfaceDictionaryValidationService
-
getWorkflowAttributePropertyResolutionService
protected WorkflowAttributePropertyResolutionService getWorkflowAttributePropertyResolutionService()Deprecated. -
setWorkflowAttributePropertyResolutionService
public void setWorkflowAttributePropertyResolutionService(WorkflowAttributePropertyResolutionService workflowAttributePropertyResolutionService) Deprecated. -
getDateTimeService
Deprecated. -
setDateTimeService
Deprecated. -
getMaintenanceDocumentDictionaryService
Deprecated. -
setMaintenanceDocumentDictionaryService
public void setMaintenanceDocumentDictionaryService(MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService) Deprecated.
-
DictionaryValidationServiceImpl.