public interface PostTransaction
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationName()
The name of the destination for the post (ie, the database table name where resultant records will be posted)
|
String |
post(Transaction t,
int mode,
Date postDate,
ReportWriterService posterReportWriterService)
Post a single transaction to a single destination.
|
String post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
t - Transaction to postmode - PosterService.MODE_ENTRIES or PosterService.MODE_REVERSALpostDate - post date/timeposterReportWriterService - the writer service where the poster is writing its reportString getDestinationName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.