Package com.portal.app.ccare.comp
Interface PARItemAdjustBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARItemAdjustBeanImpl
Controller class for
PARItemAdjustPanel
in Customer Center IDE.- Version:
- %version: 3 % %date_modified: Tue Apr 29 17:52:03 2004 %
- Author:
- simonw
-
Method Summary
Modifier and TypeMethodDescriptionadjustItem
(PModelHandle mHandle, BigDecimal amount, Date tranxDate, String notes, String prog_name, Integer Reasoncode, Integer domainType, Integer taxInfo) getConvertedAmount
(int srcCurrency, int destCurrency, BigDecimal amount) getReasonCodes
(int reasonType, Locale locale) boolean
isPayingParentAccount
(PModelHandle hItemRow)
-
Method Details
-
adjustItem
String adjustItem(PModelHandle mHandle, BigDecimal amount, Date tranxDate, String notes, String prog_name, Integer Reasoncode, Integer domainType, Integer taxInfo) throws RemoteException - Throws:
RemoteException
-
getConvertedAmount
BigDecimal getConvertedAmount(int srcCurrency, int destCurrency, BigDecimal amount) throws RemoteException - Throws:
RemoteException
-
getReasonCodes
- Throws:
RemoteException
-
isPayingParentAccount
- Throws:
RemoteException
-