Package com.portal.app.cc
Interface PInvoiceDisplay
public interface PInvoiceDisplay
An interface that implements invoice display
Customers can create their own invoice viewer implementation implementing
this interface, and simply update the invoice.viewer.class property
to point at the new implementation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
displayInvoice
(String html, PModelHandle[] pms) implements invoice display functionality
-
Method Details
-
displayInvoice
implements invoice display functionality- Parameters:
html
- - html bufferpms
- - array containing account and bill model handles
-