public class PIAInvoiceRetriever extends Object
The following opcodes are used by this controller:
PortalOp.BILL_VIEW_INVOICE for retrieving an invoice.
| Constructor and Description |
|---|
PIAInvoiceRetriever()
Constructs an invoice retriever.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getInvoice(Poid accountPoid,
Poid billPoid,
PortalContext ctx)
Given an account POID and a bill POID, return the corresponding
invoice or an error message if an invoice can't be found.
|
Object |
getInvoice(Poid accountPoid,
Poid billPoid,
String billNumber,
PortalContext ctx)
Given an account POID and a bill POID, return the corresponding
invoice or an error message if an invoice can't be found.
|
public PIAInvoiceRetriever()
public Object getInvoice(Poid accountPoid, Poid billPoid, PortalContext ctx) throws RemoteException
accountPoid - account POIDbillPoid - bill POIDctx - Portal ContextBuildInvoiceRemoteExceptioncom.portal.app.cc.comp.PIAInvoiceRetriever#buildInvoice(java.io.InputStream)public Object getInvoice(Poid accountPoid, Poid billPoid, String billNumber, PortalContext ctx) throws RemoteException
accountPoid - account POIDbillPoid - bill POIDbillNumber - PIN_FLD_BILL_NO of the selected bill.ctx - Portal ContextBuildInvoiceRemoteExceptioncom.portal.app.cc.comp.PIAInvoiceRetriever#buildInvoice(java.io.InputStream)Copyright © 2003, 2023, Oracle and/or its affiliates.