public class PaymentSearchCriteria extends FinancialTransactionSearchCriteria
Constructor and Description |
---|
PaymentSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CRMDOCommunication> |
getCommunications() |
java.util.Date |
getFromReceivedDate() |
java.util.ArrayList<CRMDOBill> |
getPaidBills() |
java.util.ArrayList<CRMDOInvoice> |
getPaidInvoices() |
java.util.ArrayList<CRMDOPaymentCancellation> |
getPaymentCancellations() |
java.util.ArrayList<CRMDOPaymentMethod> |
getPaymentMethods() |
java.util.ArrayList<CRMDOUnit> |
getReceivedByUnits() |
java.util.ArrayList<CRMDOUser> |
getReceivedByUsers() |
java.util.Date |
getToReceivedDate() |
java.util.ArrayList<CRMDOVoucher> |
getVouchers() |
void |
setCommunication(CRMDOCommunication communication) |
void |
setCommunications(java.util.ArrayList<CRMDOCommunication> communications) |
void |
setFromReceivedDate(java.util.Date fromReceivedDate) |
void |
setPaidBill(CRMDOBill paidBill) |
void |
setPaidBills(java.util.ArrayList<CRMDOBill> paidBills) |
void |
setPaidInvoice(CRMDOInvoice paidInvoice) |
void |
setPaidInvoices(java.util.ArrayList<CRMDOInvoice> paidInvoices) |
void |
setPaymentCancellation(CRMDOPaymentCancellation paymentCancellation) |
void |
setPaymentCancellations(java.util.ArrayList<CRMDOPaymentCancellation> paymentCancellations) |
void |
setPaymentMethod(CRMDOPaymentMethod paymentMethod) |
void |
setPaymentMethods(java.util.ArrayList<CRMDOPaymentMethod> paymentMethods) |
void |
setReceivedByUnit(CRMDOUnit receivedByUnit) |
void |
setReceivedByUnits(java.util.ArrayList<CRMDOUnit> receivedByUnits) |
void |
setReceivedByUser(CRMDOUser receivedByUser) |
void |
setReceivedByUsers(java.util.ArrayList<CRMDOUser> receivedByUsers) |
void |
setToReceivedDate(java.util.Date toReceivedDate) |
void |
setVoucher(CRMDOVoucher voucher) |
void |
setVouchers(java.util.ArrayList<CRMDOVoucher> vouchers) |
getAccountingPeriods, getAccounts, getBackOfficeCode, getCategories, getContacts, getCreatedByUnits, getCreatedByUsers, getCurrency, getFromCreatedDate, getFromIssuedDate, getFromPostedDate, getFromTotalAmount, getFromUpdatedDate, getHasAccountingPeriod, getLifeCycleStates, getNumber, getReferenceNumber, getRejectionReasons, getToCreatedDate, getToIssuedDate, getToPostedDate, getToTotalAmount, getToUpdatedDate, getTypes, getUpdatedByUnits, getUpdatedByUsers, hasAccountingPeriod, setAccount, setAccountingPeriod, setAccountingPeriods, setAccounts, setBackOfficeCode, setCategories, setCategory, setContact, setContacts, setCreatedByUnit, setCreatedByUnits, setCreatedByUser, setCreatedByUsers, setCurrency, setFromCreatedDate, setFromIssuedDate, setFromPostedDate, setFromTotalAmount, setFromUpdatedDate, setHasAccountingPeriod, setLifeCycleState, setLifeCycleStates, setNumber, setReferenceNumber, setRejectionReason, setRejectionReasons, setToCreatedDate, setToIssuedDate, setToPostedDate, setToTotalAmount, setToUpdatedDate, setType, setTypes, setUpdatedByUnit, setUpdatedByUnits, setUpdatedByUser, setUpdatedByUsers
getAssociations, getCountResults, getNumberOfResults, getOffset, getOrderBy, getSerialversionuid, setAssociations, setCountResults, setNumberOfResults, setOffset, setOrderBy
public java.util.ArrayList<CRMDOPaymentCancellation> getPaymentCancellations()
public void setPaymentCancellations(java.util.ArrayList<CRMDOPaymentCancellation> paymentCancellations)
public void setPaymentCancellation(CRMDOPaymentCancellation paymentCancellation)
public java.util.ArrayList<CRMDOPaymentMethod> getPaymentMethods()
public void setPaymentMethods(java.util.ArrayList<CRMDOPaymentMethod> paymentMethods)
public void setPaymentMethod(CRMDOPaymentMethod paymentMethod)
public java.util.ArrayList<CRMDOVoucher> getVouchers()
public void setVouchers(java.util.ArrayList<CRMDOVoucher> vouchers)
public void setVoucher(CRMDOVoucher voucher)
public java.util.ArrayList<CRMDOInvoice> getPaidInvoices()
public void setPaidInvoices(java.util.ArrayList<CRMDOInvoice> paidInvoices)
public void setPaidInvoice(CRMDOInvoice paidInvoice)
public java.util.ArrayList<CRMDOBill> getPaidBills()
public void setPaidBills(java.util.ArrayList<CRMDOBill> paidBills)
public void setPaidBill(CRMDOBill paidBill)
public java.util.ArrayList<CRMDOUser> getReceivedByUsers()
public void setReceivedByUsers(java.util.ArrayList<CRMDOUser> receivedByUsers)
public void setReceivedByUser(CRMDOUser receivedByUser)
public java.util.ArrayList<CRMDOUnit> getReceivedByUnits()
public void setReceivedByUnits(java.util.ArrayList<CRMDOUnit> receivedByUnits)
public void setReceivedByUnit(CRMDOUnit receivedByUnit)
public java.util.Date getFromReceivedDate()
public void setFromReceivedDate(java.util.Date fromReceivedDate)
public java.util.Date getToReceivedDate()
public void setToReceivedDate(java.util.Date toReceivedDate)
public java.util.ArrayList<CRMDOCommunication> getCommunications()
public void setCommunications(java.util.ArrayList<CRMDOCommunication> communications)
public void setCommunication(CRMDOCommunication communication)