|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.ar.document.dataaccess.impl.CustomerInvoiceDocumentDaoOjb
public class CustomerInvoiceDocumentDaoOjb
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
CustomerInvoiceDocumentDaoOjb()
|
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)
Very similar to above except lacks check for print invoice indicator and print date. |
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. |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomerInvoiceDocumentDaoOjb()
Method Detail |
---|
public List<String> getPrintableCustomerInvoiceDocumentNumbersFromUserQueue()
CustomerInvoiceDocumentDao
getPrintableCustomerInvoiceDocumentNumbersFromUserQueue
in interface CustomerInvoiceDocumentDao
public List<String> getPrintableCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode, String organizationCode)
CustomerInvoiceDocumentDao
getPrintableCustomerInvoiceDocumentNumbersByProcessingChartAndOrg
in interface CustomerInvoiceDocumentDao
public List<String> getPrintableCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
CustomerInvoiceDocumentDao
getPrintableCustomerInvoiceDocumentNumbersByBillingChartAndOrg
in interface CustomerInvoiceDocumentDao
public List<String> getPrintableCustomerInvoiceDocumentNumbersForBillingStatementByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
getPrintableCustomerInvoiceDocumentNumbersForBillingStatementByBillingChartAndOrg
in interface CustomerInvoiceDocumentDao
CustomerInvoiceDocumentDao.getPrintableCustomerInvoiceDocumentNumbersForBillingStatementByBillingChartAndOrg(java.lang.String, java.lang.String)
public List<String> getCustomerInvoiceDocumentNumbersByProcessingChartAndOrg(String chartOfAccountsCode, String organizationCode)
CustomerInvoiceDocumentDao
getCustomerInvoiceDocumentNumbersByProcessingChartAndOrg
in interface CustomerInvoiceDocumentDao
public List<String> getCustomerInvoiceDocumentNumbersByBillingChartAndOrg(String chartOfAccountsCode, String organizationCode)
CustomerInvoiceDocumentDao
getCustomerInvoiceDocumentNumbersByBillingChartAndOrg
in interface CustomerInvoiceDocumentDao
public Collection getAllOpen()
CustomerInvoiceDocumentDao
getAllOpen
in interface CustomerInvoiceDocumentDao
public Collection getOpenByCustomerNumber(String customerNumber)
CustomerInvoiceDocumentDao
getOpenByCustomerNumber
in interface CustomerInvoiceDocumentDao
public Collection getOpenByCustomerNameByCustomerType(String customerName, String customerTypeCode)
CustomerInvoiceDocumentDao
getOpenByCustomerNameByCustomerType
in interface CustomerInvoiceDocumentDao
public Collection getOpenByCustomerName(String customerName)
CustomerInvoiceDocumentDao
getOpenByCustomerName
in interface CustomerInvoiceDocumentDao
public Collection getOpenByCustomerType(String customerTypeCode)
CustomerInvoiceDocumentDao
getOpenByCustomerType
in interface CustomerInvoiceDocumentDao
public CustomerInvoiceDocument getInvoiceByOrganizationInvoiceNumber(String organizationInvoiceNumber)
getInvoiceByOrganizationInvoiceNumber
in interface CustomerInvoiceDocumentDao
CustomerInvoiceDocumentDao.getInvoiceByOrganizationInvoiceNumber(java.lang.String)
public CustomerInvoiceDocument getInvoiceByInvoiceDocumentNumber(String documentNumber)
getInvoiceByInvoiceDocumentNumber
in interface CustomerInvoiceDocumentDao
CustomerInvoiceDocumentDao.getInvoiceByInvoiceDocumentNumber(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |