|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.sys.document.validation.impl.ReferenceExistsValidation
public class ReferenceExistsValidation
Validation to check if a reference of a validation
Constructor Summary | |
---|---|
ReferenceExistsValidation()
|
Method Summary | |
---|---|
org.kuali.rice.kns.bo.PersistableBusinessObject |
getBusinessObjectToValidate()
Gets the businessObjectToValidate attribute. |
String |
getReferenceName()
Gets the referenceName attribute. |
String |
getResponsibleProperty()
Gets the responsibleProperty attribute. |
void |
setBusinessObjectToValidate(org.kuali.rice.kns.bo.PersistableBusinessObject businessObjectToValidate)
Sets the businessObjectToValidate attribute value. |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Sets the dataDictionaryService attribute value. |
void |
setDictionaryValidationService(org.kuali.rice.kns.service.DictionaryValidationService dictionaryValidationService)
Sets the dictionaryValidationService attribute value. |
void |
setReferenceName(String referenceName)
Sets the referenceName attribute value. |
void |
setResponsibleProperty(String responsibleProperty)
Sets the responsibleProperty attribute value. |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters |
Methods inherited from class org.kuali.kfs.sys.document.validation.GenericValidation |
---|
setQuitOnFail, shouldQuitOnFail, stageValidation |
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation |
---|
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceExistsValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
Validation
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
public org.kuali.rice.kns.bo.PersistableBusinessObject getBusinessObjectToValidate()
public void setBusinessObjectToValidate(org.kuali.rice.kns.bo.PersistableBusinessObject businessObjectToValidate)
businessObjectToValidate
- The businessObjectToValidate to set.public String getReferenceName()
public void setReferenceName(String referenceName)
referenceName
- The referenceName to set.public String getResponsibleProperty()
public void setResponsibleProperty(String responsibleProperty)
responsibleProperty
- The responsibleProperty to set.public void setDictionaryValidationService(org.kuali.rice.kns.service.DictionaryValidationService dictionaryValidationService)
dictionaryValidationService
- The dictionaryValidationService to set.public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
dataDictionaryService
- The dataDictionaryService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |