org.kuali.kfs.module.ec.batch.service
Interface EffortCertificationCreateService

All Known Implementing Classes:
EffortCertificationCreateServiceImpl

public interface EffortCertificationCreateService

The interface defines the methods that creates effort certification documents from the temporary build documents and routes them for approval.


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.
 

Method Detail

create

void create()
create effort certification documents and submit it for approval. The reporting period can be determined by both of fiscal year and report number declared as system parameters.


create

void create(Integer fiscalYear,
            String reportNumber)
create effort certification documents and submit it for approval. The reporting period can be determined by both of fiscal year and report number.

Parameters:
fiscalYear - the given fiscal year with which Labor ledgers can be extracted.
reportNumber - the given report number to run.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.