|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostTransaction
An interface that delcares the methods that the Poster needs to post a transaction.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 report
String getDestinationName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |