Package com.portal.app.ccare.comp
Interface PARWriteoffBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARWriteoffBeanImpl
Controller for
com.portal.app.cc.PARWriteoffPanel
.- Version:
- %version: 3 % %date_modified: Tue Mar 20 17:59:50 2001 %
- Author:
- simonw
-
Method Summary
-
Method Details
-
writeoff
String writeoff(boolean separateTax, Date tranxDate, String notes, String prog_name, String level) throws RemoteException Writes-off at account, bill or item level- Parameters:
separateTax
- creates a separate Portal event for tax or nottranxDate
- effective datenotes
- write-off commentsprog_name
- program name initiating write-offlevel
- writo-off level, value is "account", "bill" or "item"- Returns:
- success or reason of failure
- Throws:
RemoteException
- if an error occurs
-