Class PositionReportingService

java.lang.Object
com.bluebell.greenhouse.sol.services.reporting.position.PositionReportingService

@Service public class PositionReportingService extends Object
Service-layer for reporting about position orders.
Version:
2.0.6
Author:
Stephen Prizio
  • Constructor Details

  • Method Details

    • generatePositionCsvReport

      public File generatePositionCsvReport(Account account, String headerProfile) throws IOException
      Generates a csv report for the given account's position orders.
      Parameters:
      account - Account
      headerProfile - header profile
      Returns:
      report File
      Throws:
      IOException - file write exception