public class TimeAndMoneyExistenceServiceImpl extends Object implements TimeAndMoneyExistenceService
| Constructor and Description |
|---|
TimeAndMoneyExistenceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAwardVersionErrorMessage() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
org.kuali.rice.krad.service.DocumentService |
getDocumentService()
Gets the documentService attribute.
|
KraWorkflowService |
getKraWorkflowService()
Gets the kraWorkflowService attribute.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Sets the documentService attribute value.
|
void |
setKraWorkflowService(KraWorkflowService kraWorkflowService)
Sets the kraWorkflowService attribute value.
|
boolean |
validateTimeAndMoneyRule(Award award,
String rootAwardNumber) |
public boolean validateTimeAndMoneyRule(Award award, String rootAwardNumber) throws org.kuali.rice.kew.api.exception.WorkflowException
validateTimeAndMoneyRule in interface TimeAndMoneyExistenceServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void addAwardVersionErrorMessage()
addAwardVersionErrorMessage in interface TimeAndMoneyExistenceServicepublic KraWorkflowService getKraWorkflowService()
public void setKraWorkflowService(KraWorkflowService kraWorkflowService)
kraWorkflowService - The kraWorkflowService to set.public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
documentService - The documentService to set.public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.