|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ld.batch.service.impl.LaborLedgerEntryPoster
@Transactional public class LaborLedgerEntryPoster
The class is used to post a transaction to labor ledger entry table
Constructor Summary | |
---|---|
LaborLedgerEntryPoster()
|
Method Summary | |
---|---|
String |
getDestinationName()
The name of the destination for the post (ie, the database table name where resultant records will be posted) |
LaborAccountingCycleCachingService |
getLaborAccountingCycleCachingService()
Gets the laborAccountingCycleCachingService attribute. |
String |
post(Transaction transaction,
int mode,
Date postDate,
ReportWriterService posterReportWriterService)
Post a single transaction to a single destination. |
void |
setLaborAccountingCycleCachingService(LaborAccountingCycleCachingService laborAccountingCycleCachingService)
Sets the laborAccountingCycleCachingService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaborLedgerEntryPoster()
Method Detail |
---|
public String post(Transaction transaction, int mode, Date postDate, ReportWriterService posterReportWriterService)
PostTransaction
post
in interface PostTransaction
transaction
- Transaction to postmode
- PosterService.MODE_ENTRIES or PosterService.MODE_REVERSALpostDate
- post date/timeposterReportWriterService
- the writer service where the poster is writing its report
org.kuali.kfs.gl.batch.service.PostTransaction#post(org.kuali.kfs.gl.businessobject.Transaction, int, java.util.Date)
public String getDestinationName()
PostTransaction
getDestinationName
in interface PostTransaction
PostTransaction.getDestinationName()
public LaborAccountingCycleCachingService getLaborAccountingCycleCachingService()
public void setLaborAccountingCycleCachingService(LaborAccountingCycleCachingService laborAccountingCycleCachingService)
laborAccountingCycleCachingService
- The laborAccountingCycleCachingService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |