org.kuali.kfs.gl.batch
Class CreateBackupGroupStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.gl.batch.CreateBackupGroupStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class CreateBackupGroupStep
extends AbstractStep

A step to create a backup group for entries about to be processed by the scrubber and poster


Constructor Summary
CreateBackupGroupStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Runs the backup group creation process
 void setOriginEntryGroupService(OriginEntryGroupService oegs)
          Sets the originEntryGroupService attribute, allowing the injection of an implementation of the service
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateBackupGroupStep

public CreateBackupGroupStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Runs the backup group creation process

Parameters:
jobName - the name of the job that this step is being run as part of
jobRunDate - the time/date when the job was started
Returns:
true if this job completed successfully, false if otherwise
See Also:
Step.execute(String, Date)

setOriginEntryGroupService

public void setOriginEntryGroupService(OriginEntryGroupService oegs)
Sets the originEntryGroupService attribute, allowing the injection of an implementation of the service

Parameters:
oegs -
See Also:
org.kuali.module.gl.OriginEntryGroupService


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