public interface MulticurrencyInterface
Modifier and Type | Method and Description |
---|---|
void |
MuRecalcLnkAmt(ResultSetInterface curRSInt,
java.lang.String SourceObjId,
ResultSetInterface exchRSInt)
re-calculate all linked for a given object
|
boolean |
MuValAmtPrecision(ResultSetInterface curRSInt,
java.lang.String objectId,
ResultSetInterface exchRSInt)
Validates the precision
|
void MuRecalcLnkAmt(ResultSetInterface curRSInt, java.lang.String SourceObjId, ResultSetInterface exchRSInt) throws DEException
curRSInt
- ResultSetInterface curRSInt the result set interface which contains the fields to be re-calculated.SourceObjId
- String SourceObjId the source object IDexchRSInt
- ResultSetInterface exchRSInt the result set interface which contains the exchange rate fields.DEException
boolean MuValAmtPrecision(ResultSetInterface curRSInt, java.lang.String objectId, ResultSetInterface exchRSInt) throws DEException
curRSInt
- ResultSetInterface curRSInt the result set interface which contains the fields to be re-calculated.objectId
- String SourceObjId the source object IDexchRSInt
- ResultSetInterface exchRSInt the result set interface which contains the exchange rate fields.DEException