|
||||||||||
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.LaborGLLedgerEntryPoster
@Transactional public class LaborGLLedgerEntryPoster
This class is used to post a transaction into labor GL entry table
Constructor Summary | |
---|---|
LaborGLLedgerEntryPoster()
|
Method Summary | |
---|---|
protected String |
getDebitCreditCode(Transaction transaction)
|
String |
getDestinationName()
The name of the destination for the post (ie, the database table name where resultant records will be posted) |
protected String |
getEncumbranceUpdateCode(Transaction transaction)
|
protected org.kuali.rice.kns.util.KualiDecimal |
getTransactionAmount(Transaction transaction)
|
String |
post(Transaction transaction,
int mode,
Date postDate,
ReportWriterService posterReportWriterService)
Post a single transaction to a single destination. |
void |
setLaborGeneralLedgerEntryService(LaborGeneralLedgerEntryService laborGeneralLedgerEntryService)
Sets the laborGeneralLedgerEntryService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaborGLLedgerEntryPoster()
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)
protected String getDebitCreditCode(Transaction transaction)
protected org.kuali.rice.kns.util.KualiDecimal getTransactionAmount(Transaction transaction)
protected String getEncumbranceUpdateCode(Transaction transaction)
public String getDestinationName()
PostTransaction
getDestinationName
in interface PostTransaction
PostTransaction.getDestinationName()
public void setLaborGeneralLedgerEntryService(LaborGeneralLedgerEntryService laborGeneralLedgerEntryService)
laborGeneralLedgerEntryService
- The laborGeneralLedgerEntryService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |