org.kuali.kfs.gl.batch
Class CreateBackupGroupStep
java.lang.Object
   org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractStep
       org.kuali.kfs.gl.batch.CreateBackupGroupStep
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
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CreateBackupGroupStep
public CreateBackupGroupStep()
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.