public class PARWriteoffBeanImpl extends PIAComponentCollectionBean implements PARWriteoffBean
Modifier and Type | Field and Description |
---|---|
static String |
FAIL_BACKDATE |
static String |
FAIL_EBUFEXCEPTION |
static String |
FAIL_GENERAL |
static String |
FAIL_PERMISSION |
static String |
SUCCESS_STR |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PARWriteoffBeanImpl() |
Modifier and Type | Method and Description |
---|---|
HashSet |
getBillARBillInfoPoids()
Gets a list of all the different AR billinfo poids
|
Vector |
getWriteOffStatus()
Get the status for Account Write Off possibility.
|
String |
writeoff(boolean separateTax,
Date transDate,
String notes,
String prog_name,
String level)
Writes-off at account, bill or item level
|
addChild, getCollectedData, getSelectionDataFor, removeChild, update
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public static String FAIL_PERMISSION
public static String FAIL_BACKDATE
public static String FAIL_EBUFEXCEPTION
public static String SUCCESS_STR
public static String FAIL_GENERAL
public PARWriteoffBeanImpl() throws RemoteException
RemoteException
public HashSet getBillARBillInfoPoids()
public String writeoff(boolean separateTax, Date transDate, String notes, String prog_name, String level) throws RemoteException
writeoff
in interface PARWriteoffBean
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"RemoteException
- if an error occurspublic Vector getWriteOffStatus()
Copyright © 2003, 2023, Oracle and/or its affiliates.