Interface PARWriteoffBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PARWriteoffBeanImpl

public interface PARWriteoffBean extends Remote
Controller for com.portal.app.cc.PARWriteoffPanel.
Version:
%version: 3 % %date_modified: Tue Mar 20 17:59:50 2001 %
Author:
simonw
  • Method Summary

    Modifier and Type
    Method
    Description
    writeoff(boolean separateTax, Date tranxDate, String notes, String prog_name, String level)
    Writes-off at account, bill or item level
  • 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 not
      tranxDate - effective date
      notes - write-off comments
      prog_name - program name initiating write-off
      level - writo-off level, value is "account", "bill" or "item"
      Returns:
      success or reason of failure
      Throws:
      RemoteException - if an error occurs