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, 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 PARItemAdjustBeanImpl() throws RemoteException
RemoteException
public String adjustItem(PModelHandle mHandle, BigDecimal amount, Date transDate, String notes, String prog_name, Integer Reasoncode, Integer domainType, Integer taxInfo) throws RemoteException
adjustItem
in interface PARItemAdjustBean
amount
- transDate
- notes
- prog_name
- RemoteException
public BigDecimal getConvertedAmount(int srcCurrency, int destCurrency, BigDecimal amount) throws RemoteException
getConvertedAmount
in interface PARItemAdjustBean
srcCurrency
- destCurrency
- amount
- RemoteException
public ReasonCodeData[] getReasonCodes(int reasonType, Locale locale) throws RemoteException
getReasonCodes
in interface PARItemAdjustBean
RemoteException
public boolean isPayingParentAccount(PModelHandle hItemRow) throws RemoteException
isPayingParentAccount
in interface PARItemAdjustBean
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.