org.kuali.kpme.core.batch
Class BatchJob

java.lang.Object
  extended by org.kuali.kpme.core.batch.BatchJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob
Direct Known Subclasses:
AccrualJob, CarryOverJob, EmployeeApprovalJob, EndPayPeriodJob, EndReportingPeriodJob, InitiateJob, LeaveCalendarDelinquencyJob, MissedPunchApprovalJob, PayrollApprovalJob, SupervisorApprovalJob

public abstract class BatchJob
extends Object
implements org.quartz.StatefulJob


Constructor Summary
BatchJob()
           
 
Method Summary
protected  String getBatchUserPrincipalId()
           
protected  String getBatchUserPrincipalName()
           
protected  String getMachineName()
           
protected  String jobDataMapToString(org.quartz.JobDataMap jobDataMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.quartz.Job
execute
 

Constructor Detail

BatchJob

public BatchJob()
Method Detail

jobDataMapToString

protected String jobDataMapToString(org.quartz.JobDataMap jobDataMap)

getMachineName

protected String getMachineName()

getBatchUserPrincipalId

protected String getBatchUserPrincipalId()

getBatchUserPrincipalName

protected String getBatchUserPrincipalName()


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.