Class TransactionReportingService
java.lang.Object
com.bluebell.greenhouse.sol.services.reporting.transaction.TransactionReportingService
Service-layer for reporting about
Transactions.- Version:
- 2.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateTransactionCsvReport(Account account, String headerProfile) Generates a csv report for the given account's transactions.
-
Constructor Details
-
TransactionReportingService
public TransactionReportingService()
-
-
Method Details
-
generateTransactionCsvReport
Generates a csv report for the given account's transactions.- Parameters:
account-AccountheaderProfile- header profile- Returns:
- report
File - Throws:
IOException- file write exception
-