static void |
SetGetUtil.appendValue(SetGetModel model,
String columnName,
String value) |
|
static BigDecimal |
MConversionRateUtil.convertBase(SetGetModel model,
String DateName,
String SourceAmtName,
String AmtName,
String changedColumnName) |
Convert an amount to base currency and update model fields (CurrencyRate, "AmtName").
|
static boolean |
SetGetUtil.copyValues(SetGetModel to,
String from_tableName,
int from_id,
String[] includeFields) |
Copy from the fields to the.
|
static BigDecimal |
SetGetUtil.get_AttrValueAsBigDecimal(SetGetModel model,
String name) |
Get Value as BigDecimal
|
static boolean |
SetGetUtil.get_AttrValueAsBoolean(SetGetModel model,
String name) |
Get Value as Boolean
|
static Timestamp |
SetGetUtil.get_AttrValueAsDate(SetGetModel model,
String name) |
Get Value as Timestamp
|
static int |
SetGetUtil.get_AttrValueAsInt(SetGetModel model,
String name) |
Get Value as integer
|
static String |
SetGetUtil.get_AttrValueAsString(SetGetModel model,
String name,
String valueIfNull) |
Get Value as String
|
static int |
MAssetGroup.getDefault_ID(SetGetModel m) |
Get default asset group ID for given model.
|
static boolean |
SetGetUtil.is_ValueChanged(SetGetModel model,
String... propertyNames) |
|
static void |
SetGetUtil.set_AttrValueEx(SetGetModel model,
String name,
Object value) |
Set Attribute Value
|
static void |
SetGetUtil.setLineNo(SetGetModel model,
String parentColumnName,
String lineColumnName) |
Set model's Line#
|
static boolean |
MAssetAddition.setM_MatchInv(SetGetModel model,
int M_MatchInv_ID) |
Copy fields from MatchInv+InvoiceLine+InOutLine
|
boolean |
MAssetType.update(SetGetModel model,
boolean useDefaults) |
Update the given SetGetModel; Does not set A_Asset_Type_ID
|
static void |
MAssetGroup.updateAsset(SetGetModel m,
int A_Asset_Group_ID) |
Update Asset
- updates asset M_AssetGroup_ID if is null
|
static void |
SetGetUtil.updateColumns(SetGetModel[] models,
String[] columnNames,
String sql,
Object[] params,
String trxName) |
Update columns from the result of the given query.
|
static void |
SetGetUtil.updateColumns(SetGetModel[] models,
String[] columnNames,
ResultSet rs) |
Update columns from the result of the given query.
|
static void |
SetGetUtil.updateColumns(SetGetModel model,
String[] columnNames,
String sql,
Object[] params,
String trxName) |
Update columns from the result of the given query.
|
static void |
SetGetUtil.updateColumns(SetGetModel model,
String[] columnNames,
String sql,
String trxName) |
|
static void |
SetGetUtil.updateColumns(SetGetModel model,
String[] columnNames,
ResultSet rs) |
|
static void |
MDepreciationWorkfile.updateFinantare(SetGetModel m,
String changedColumnName) |
Update Founding Mode related fields
|