|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomerInvoiceDocumentDao
Method Summary | |
---|---|
Collection |
getAllOpen()
Retrieves all Open invoices, with outstanding balances. |
List<String> |
getCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode,
String organizationCode)
Retrieves all Invoice document numbers in the system associated with the given Billing Chart and Org. |
List<String> |
getCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode,
String organizationCode)
Retrieves all Invoice document numbers in the system associated with the given Processing Chart and Org. |
CustomerInvoiceDocument |
getInvoiceByInvoiceDocumentNumber(String documentNumber)
|
CustomerInvoiceDocument |
getInvoiceByOrganizationInvoiceNumber(String organizationInvoiceNumber)
|
Collection |
getOpenByCustomerName(String customerName)
Retrieves all Open invoices, by the specified Customer Name. |
Collection |
getOpenByCustomerNameByCustomerType(String customerName,
String customerTypeCode)
Retrieves all Open invoices, by the specified Customer Name and Customer Type Code Retrieves all Open invoices, by the specified Customer Name (a LIKE customerName* search) and Customer Type Code. |
Collection |
getOpenByCustomerNumber(String customerNumber)
Retrieves all Open invoices from the specified Customer Number. |
Collection |
getOpenByCustomerType(String customerTypeCode)
Retrieves all Open invoices, by the specified Customer Type Code. |
List<String> |
getPrintableCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode,
String organizationCode)
Retrieves all Invoice document numbers in the system associated with the given Billing Chart and Org, that are approved and ready to print. |
List<String> |
getPrintableCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode,
String organizationCode)
Retrieves all Invoice document numbers in the system associated with the given Processing Chart and Org, that are approved and ready to print. |
List<String> |
getPrintableCustomerInvoiceDocumentNumbersForBillingStatementByBillingChartAndOrg(String chartOfAccountsCode,
String organizationCode)
Retrieves all Invoice document numbers in the system associated with the given Billing Chart and Org, that are approved but disregards ready to print and print date as this is for Billing Statement generation. |
List<String> |
getPrintableCustomerInvoiceDocumentNumbersFromUserQueue()
Retrieves all Invoice document numbers that meet the following criteria: 1) PrintIndicator = BY_USER 2) PrintDate = null 3) DocHeader.Status = Approved WARNING that all the returned documents lack any workflow wiring. |
Method Detail |
---|
List<String> getPrintableCustomerInvoiceDocumentNumbersFromUserQueue()
initiatorPrincipalName
-
List<String> getPrintableCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
List<String> getPrintableCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
List<String> getPrintableCustomerInvoiceDocumentNumbersForBillingStatementByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
List<String> getCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
List<String> getCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
Collection getAllOpen()
Collection getOpenByCustomerNumber(String customerNumber)
customerNumber
-
Collection getOpenByCustomerNameByCustomerType(String customerName, String customerTypeCode)
customerName
- customerTypeCode
-
Collection getOpenByCustomerName(String customerName)
customerName
-
Collection getOpenByCustomerType(String customerTypeCode)
customerTypeCode
-
CustomerInvoiceDocument getInvoiceByOrganizationInvoiceNumber(String organizationInvoiceNumber)
organizationInvoiceNumber
-
CustomerInvoiceDocument getInvoiceByInvoiceDocumentNumber(String documentNumber)
documentNumber
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |