public interface PInvoiceBean extends Remote
PInvoiceBean
is a Remote
interface that defines the
abilities needed for an invoice component.Modifier and Type | Method and Description |
---|---|
String |
getBuffer()
Gets the buffer when the bean is loaded.
|
Date |
getInvoiceDate(int index)
Gets the invoice end date at index when the bean is loaded.
|
List |
getInvoices()
Gets the available invoices when the bean is loaded.
|
String |
getInvoices(int index)
Gets the invoice at index when the bean is loaded.
|
void |
invoice(PModelHandle mH,
ResourceBundle bundle)
If the bill number is set, displays that invoice.
|
void |
setBillNumber(String sBillNumber)
Sets the input data/hidden variable bill number.
|
void |
setEndTime(Date endDate)
Sets the date at which to end the search.
|
void |
setStartTime(Date startDate)
Sets the date at which to begin the search.
|
void setStartTime(Date startDate) throws RemoteException
startDate
- the start date for the searchRemoteException
void setEndTime(Date endDate) throws RemoteException
endDate
- the end date for the searchRemoteException
void setBillNumber(String sBillNumber) throws RemoteException
sBillNumber
- the bill number to search forRemoteException
List getInvoices() throws RemoteException
List
of invoices.RemoteException
String getInvoices(int index) throws RemoteException
index
- the index for the invoice to retrieveString
with the specified invoice.RemoteException
Date getInvoiceDate(int index) throws RemoteException
index
- the index for the invoiceDate
for the specified invoice.RemoteException
String getBuffer() throws RemoteException
String
with the opcode's specifications.RemoteException
void invoice(PModelHandle mH, ResourceBundle bundle) throws RemoteException
mH
- the account's PModelHandle
saved in the sessionbundle
- the resource bundleRemoteException
- thrown if the context is nullCopyright © 2003, 2023, Oracle and/or its affiliates.