|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BatchJobEntry in org.kuali.hr.time.batch |
---|
Methods in org.kuali.hr.time.batch that return BatchJobEntry | |
---|---|
BatchJobEntry |
BatchJobEntryRunnable.getBatchJobEntry()
|
Constructors in org.kuali.hr.time.batch with parameters of type BatchJobEntry | |
---|---|
BatchApproveMissedPunchJobRunnable(BatchJobEntry entry)
|
|
BatchJobEntryRunnable(BatchJobEntry entry)
|
|
EmployeeApprovalBatchJobRunnable(BatchJobEntry entry)
|
|
InitiateBatchJobRunnable(BatchJobEntry entry)
|
|
PayPeriodEndBatchJobRunnable(BatchJobEntry entry)
|
|
SupervisorApprovalBatchJobRunnable(BatchJobEntry entry)
|
Uses of BatchJobEntry in org.kuali.hr.time.batch.dao |
---|
Methods in org.kuali.hr.time.batch.dao that return BatchJobEntry | |
---|---|
BatchJobEntry |
BatchJobEntryDao.getBatchJobEntry(Long batchJobEntryId)
Get batch job entry by id |
BatchJobEntry |
BatchJobEntryDaoSpringOjbImpl.getBatchJobEntry(Long batchJobEntryId)
|
Methods in org.kuali.hr.time.batch.dao that return types with arguments of type BatchJobEntry | |
---|---|
List<BatchJobEntry> |
BatchJobEntryDao.getBatchJobEntries(Long batchJobEntryId)
Get batch job entry by batch job id |
List<BatchJobEntry> |
BatchJobEntryDaoSpringOjbImpl.getBatchJobEntries(Long batchJobEntryId)
|
List<BatchJobEntry> |
BatchJobEntryDao.getBatchJobEntries(Map<String,Object> criteria)
|
List<BatchJobEntry> |
BatchJobEntryDaoSpringOjbImpl.getBatchJobEntries(Map<String,Object> criteria)
|
List<BatchJobEntry> |
BatchJobEntryDao.getBatchJobEntries(String ip,
String status)
Get batch job entries for ip and status |
List<BatchJobEntry> |
BatchJobEntryDaoSpringOjbImpl.getBatchJobEntries(String ip,
String status)
|
Methods in org.kuali.hr.time.batch.dao with parameters of type BatchJobEntry | |
---|---|
void |
BatchJobEntryDao.saveOrUpdate(BatchJobEntry batchJobEntry)
Save or update batch job entry |
void |
BatchJobEntryDaoSpringOjbImpl.saveOrUpdate(BatchJobEntry batchJobEntry)
|
Uses of BatchJobEntry in org.kuali.hr.time.batch.service |
---|
Methods in org.kuali.hr.time.batch.service that return BatchJobEntry | |
---|---|
BatchJobEntry |
BatchJobEntryServiceImpl.getBatchJobEntry(Long batchJobEntryId)
|
BatchJobEntry |
BatchJobEntryService.getBatchJobEntry(Long batchJobEntryId)
Fetch a BatchJobEntry by a given ID |
Methods in org.kuali.hr.time.batch.service that return types with arguments of type BatchJobEntry | |
---|---|
List<BatchJobEntry> |
BatchJobEntryServiceImpl.getBatchJobEntries(Long batchJobId)
|
List<BatchJobEntry> |
BatchJobEntryService.getBatchJobEntries(Long batchJobId)
For the indicated batchJobId, grab a List of BatchJobEntry objects. |
List<BatchJobEntry> |
BatchJobEntryServiceImpl.getBatchJobEntries(Map<String,Object> criteria)
|
List<BatchJobEntry> |
BatchJobEntryService.getBatchJobEntries(Map<String,Object> criteria)
Fetch a list of BatchJob objects by the given criteria. |
List<BatchJobEntry> |
BatchJobEntryServiceImpl.getBatchJobEntries(String ip,
String status)
|
List<BatchJobEntry> |
BatchJobEntryService.getBatchJobEntries(String ip,
String status)
For the given parameters, return a List of BatchJobEntry objects. |
Methods in org.kuali.hr.time.batch.service with parameters of type BatchJobEntry | |
---|---|
void |
BatchJobEntryServiceImpl.saveBatchJobEntry(BatchJobEntry batchJobEntry)
|
void |
BatchJobEntryService.saveBatchJobEntry(BatchJobEntry batchJobEntry)
Saves or updates the provided BatchJobEntry. |
Uses of BatchJobEntry in org.kuali.hr.time.batch.web |
---|
Methods in org.kuali.hr.time.batch.web that return types with arguments of type BatchJobEntry | |
---|---|
List<BatchJobEntry> |
BatchJobActionForm.getBatchJobEntries()
|
Method parameters in org.kuali.hr.time.batch.web with type arguments of type BatchJobEntry | |
---|---|
void |
BatchJobActionForm.setBatchJobEntries(List<BatchJobEntry> batchJobEntries)
|
Uses of BatchJobEntry in org.kuali.hr.time.missedpunch.dao |
---|
Methods in org.kuali.hr.time.missedpunch.dao with parameters of type BatchJobEntry | |
---|---|
List<MissedPunchDocument> |
MissedPunchDao.getMissedPunchDocsByBatchJobEntry(BatchJobEntry batchJobEntry)
|
List<MissedPunchDocument> |
MissedPunchDaoSpringOjbImpl.getMissedPunchDocsByBatchJobEntry(BatchJobEntry batchJobEntry)
|
Uses of BatchJobEntry in org.kuali.hr.time.missedpunch.service |
---|
Methods in org.kuali.hr.time.missedpunch.service with parameters of type BatchJobEntry | |
---|---|
List<MissedPunchDocument> |
MissedPunchService.getMissedPunchDocsByBatchJobEntry(BatchJobEntry batchJobEntry)
Get missed punch documents by batchJobEntry |
List<MissedPunchDocument> |
MissedPunchServiceImpl.getMissedPunchDocsByBatchJobEntry(BatchJobEntry batchJobEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |