public class PARItemAdjustBeanImpl extends PIAComponentCollectionBean implements PARItemAdjustBean
PARItemAdjustBean interface.| Modifier and Type | Field and Description |
|---|---|
static String |
FAIL_BACKDATE |
static String |
FAIL_EBUFEXCEPTION |
static String |
FAIL_PERMISSION |
static String |
SUCCESS_STR |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PARItemAdjustBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
adjustItem(PModelHandle mHandle,
BigDecimal amount,
Date transDate,
String notes,
String prog_name,
Integer Reasoncode,
Integer domainType,
Integer taxInfo) |
BigDecimal |
getConvertedAmount(int srcCurrency,
int destCurrency,
BigDecimal amount) |
ReasonCodeData[] |
getReasonCodes(int reasonType,
Locale locale)
return reason code for given reason type
|
boolean |
isPayingParentAccount(PModelHandle hItemRow) |
addChild, getCollectedData, getSelectionDataFor, removeChild, updateaddRemoteListener, 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, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic static String FAIL_PERMISSION
public static String FAIL_BACKDATE
public static String FAIL_EBUFEXCEPTION
public static String SUCCESS_STR
public PARItemAdjustBeanImpl()
throws RemoteException
RemoteExceptionpublic String adjustItem(PModelHandle mHandle, BigDecimal amount, Date transDate, String notes, String prog_name, Integer Reasoncode, Integer domainType, Integer taxInfo) throws RemoteException
adjustItem in interface PARItemAdjustBeanamount - transDate - notes - prog_name - RemoteExceptionpublic BigDecimal getConvertedAmount(int srcCurrency, int destCurrency, BigDecimal amount) throws RemoteException
getConvertedAmount in interface PARItemAdjustBeansrcCurrency - destCurrency - amount - RemoteExceptionpublic ReasonCodeData[] getReasonCodes(int reasonType, Locale locale) throws RemoteException
getReasonCodes in interface PARItemAdjustBeanRemoteExceptionpublic boolean isPayingParentAccount(PModelHandle hItemRow) throws RemoteException
isPayingParentAccount in interface PARItemAdjustBeanRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.