Class AgingDao
- java.lang.Object
-
- org.openbravo.erpCommon.ad_reports.AgingDao
-
public class AgingDao extends Object
-
-
Constructor Summary
Constructors Constructor Description AgingDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldProvider[]
getOpenReceivablesAgingSchedule(ConnectionProvider connectionProvider, String strcBpartnerId, String strAccSchema, Date currentDate, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strOrg, Set<String> organizations, String recOrPay, boolean showDoubtfulDebt, boolean excludeVoids)
This method recovers the necessary data from the database to create an array fieldProviders of objects containing the information for the reportFieldProvider[]
getOpenReceivablesAgingSchedule(ConnectionProvider connectionProvider, String strcBpartnerId, String strAccSchema, Date currentDate, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strOrg, Set<String> organizations, String recOrPay, boolean showDoubtfulDebt, boolean excludeVoids, boolean excludeReverseds)
FieldProvider[]
getOpenReceivablesAgingScheduleDetails(ConnectionProvider connectionProvider, Date currentDate, SimpleDateFormat dateFormat, Currency convCurrency, Set<String> organizations, String recOrPay, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strcBpartnerId, boolean showDoubtfulDebt, Boolean excludeVoid)
This method returns an array of fieldProviders with the necessary information to print the Aging Schedule Details report.FieldProvider[]
getOpenReceivablesAgingScheduleDetails(ConnectionProvider connectionProvider, Date currentDate, SimpleDateFormat dateFormat, Currency convCurrency, Set<String> organizations, String recOrPay, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strcBpartnerId, boolean showDoubtfulDebt, Boolean excludeVoid, Boolean excludeReversed)
-
-
-
Method Detail
-
getOpenReceivablesAgingSchedule
public FieldProvider[] getOpenReceivablesAgingSchedule(ConnectionProvider connectionProvider, String strcBpartnerId, String strAccSchema, Date currentDate, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strOrg, Set<String> organizations, String recOrPay, boolean showDoubtfulDebt, boolean excludeVoids) throws IOException, javax.servlet.ServletException
This method recovers the necessary data from the database to create an array fieldProviders of objects containing the information for the report- Throws:
IOException
javax.servlet.ServletException
-
getOpenReceivablesAgingSchedule
public FieldProvider[] getOpenReceivablesAgingSchedule(ConnectionProvider connectionProvider, String strcBpartnerId, String strAccSchema, Date currentDate, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strOrg, Set<String> organizations, String recOrPay, boolean showDoubtfulDebt, boolean excludeVoids, boolean excludeReverseds) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getOpenReceivablesAgingScheduleDetails
public FieldProvider[] getOpenReceivablesAgingScheduleDetails(ConnectionProvider connectionProvider, Date currentDate, SimpleDateFormat dateFormat, Currency convCurrency, Set<String> organizations, String recOrPay, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strcBpartnerId, boolean showDoubtfulDebt, Boolean excludeVoid) throws IOException, javax.servlet.ServletException
This method returns an array of fieldProviders with the necessary information to print the Aging Schedule Details report.- Throws:
IOException
javax.servlet.ServletException
-
getOpenReceivablesAgingScheduleDetails
public FieldProvider[] getOpenReceivablesAgingScheduleDetails(ConnectionProvider connectionProvider, Date currentDate, SimpleDateFormat dateFormat, Currency convCurrency, Set<String> organizations, String recOrPay, String strcolumn1, String strcolumn2, String strcolumn3, String strcolumn4, String strcBpartnerId, boolean showDoubtfulDebt, Boolean excludeVoid, Boolean excludeReversed) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
-