|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ec.batch.service.impl.EffortCertificationCreateServiceImpl
@Transactional public class EffortCertificationCreateServiceImpl
This Process creates effort certification documents from the temporary build table created by the batch process and routes effort certification documents to project directors, fiscal officers, and central workgroups. The process includes the following steps:
Constructor Summary | |
---|---|
EffortCertificationCreateServiceImpl()
|
Method Summary | |
---|---|
void |
create()
create effort certification documents and submit it for approval. |
void |
create(Integer fiscalYear,
String reportNumber)
create effort certification documents and submit it for approval. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setEffortCertificationDocumentService(EffortCertificationDocumentService effortCertificationDocumentService)
Sets the effortCertificationDocumentService attribute value. |
protected String |
validateReportDefintion(Map<String,String> fieldValues)
check if a report has been defined and its docuemnts have not been generated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffortCertificationCreateServiceImpl()
Method Detail |
---|
public void create()
EffortCertificationCreateService
create
in interface EffortCertificationCreateService
EffortCertificationCreateService.create()
public void create(Integer fiscalYear, String reportNumber)
EffortCertificationCreateService
create
in interface EffortCertificationCreateService
fiscalYear
- the given fiscal year with which Labor ledgers can be extracted.reportNumber
- the given report number to run.EffortCertificationCreateService.create(java.lang.Integer, java.lang.String)
protected String validateReportDefintion(Map<String,String> fieldValues)
fieldValues
- the map containing fiscalYear and report number
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setEffortCertificationDocumentService(EffortCertificationDocumentService effortCertificationDocumentService)
effortCertificationDocumentService
- The effortCertificationDocumentService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |