|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_SysConfig
org.compiere.model.MSysConfig
public class MSysConfig
System Configuration
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_SysConfig |
|---|
CONFIGURATIONLEVEL_AD_Reference_ID, CONFIGURATIONLEVEL_Client, CONFIGURATIONLEVEL_Organization, CONFIGURATIONLEVEL_System, ENTITYTYPE_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_SysConfig |
|---|
accessLevel, COLUMNNAME_AD_SysConfig_ID, COLUMNNAME_ConfigurationLevel, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Name, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MSysConfig(Properties ctx,
int AD_SysConfig_ID,
String trxName)
Standard Constructor |
|
MSysConfig(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static boolean |
getBooleanValue(String Name,
boolean defaultValue)
Get system configuration property of type boolean |
static boolean |
getBooleanValue(String Name,
boolean defaultValue,
int AD_Client_ID)
Get system configuration property of type boolean |
static boolean |
getBooleanValue(String Name,
boolean defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Get system configuration property of type boolean |
static double |
getDoubleValue(String Name,
double defaultValue)
Get system configuration property of type double |
static double |
getDoubleValue(String Name,
double defaultValue,
int AD_Client_ID)
Get system configuration property of type double |
static double |
getDoubleValue(String Name,
double defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Get system configuration property of type double |
static int |
getIntValue(String Name,
int defaultValue)
Get system configuration property of type int |
static int |
getIntValue(String Name,
int defaultValue,
int AD_Client_ID)
Get system configuration property of type int |
static int |
getIntValue(String Name,
int defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Get system configuration property of type int |
static String |
getValue(String Name)
Get system configuration property of type string |
static String |
getValue(String Name,
int AD_Client_ID)
Get system configuration property of type string |
static String |
getValue(String Name,
int AD_Client_ID,
int AD_Org_ID)
Get system configuration property of type string |
static String |
getValue(String Name,
String defaultValue)
Get system configuration property of type string |
static String |
getValue(String Name,
String defaultValue,
int AD_Client_ID)
Get client configuration property of type string |
static String |
getValue(String Name,
String defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Get client configuration property of type string |
| Methods inherited from class org.compiere.model.X_AD_SysConfig |
|---|
get_AccessLevel, getAD_SysConfig_ID, getConfigurationLevel, getDescription, getEntityType, getKeyNamePair, getName, getValue, initPO, setAD_SysConfig_ID, setConfigurationLevel, setDescription, setEntityType, setName, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MSysConfig(Properties ctx,
int AD_SysConfig_ID,
String trxName)
ctx - contextAD_SysConfig_ID - id
public MSysConfig(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set| Method Detail |
|---|
public static String getValue(String Name,
String defaultValue)
Name - defaultValue -
public static String getValue(String Name)
Name -
public static int getIntValue(String Name,
int defaultValue)
Name - defaultValue -
public static double getDoubleValue(String Name,
double defaultValue)
Name - defaultValue -
public static boolean getBooleanValue(String Name,
boolean defaultValue)
Name - defaultValue -
public static String getValue(String Name,
String defaultValue,
int AD_Client_ID)
Name - defaultValue - Client - ID
public static String getValue(String Name,
int AD_Client_ID)
Name - Client - ID
public static int getIntValue(String Name,
int defaultValue,
int AD_Client_ID)
Name - defaultValue - Client - ID
public static double getDoubleValue(String Name,
double defaultValue,
int AD_Client_ID)
Name - defaultValue - Client - ID
public static boolean getBooleanValue(String Name,
boolean defaultValue,
int AD_Client_ID)
Name - defaultValue - Client - ID
public static String getValue(String Name,
String defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Name - defaultValue - Client - IDOrganization - ID
public static String getValue(String Name,
int AD_Client_ID,
int AD_Org_ID)
Name - Client - IDOrganization - ID
public static int getIntValue(String Name,
int defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Name - defaultValue - Client - IDOrganization - ID
public static double getDoubleValue(String Name,
double defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Name - defaultValue - Client - IDOrganization - ID
public static boolean getBooleanValue(String Name,
boolean defaultValue,
int AD_Client_ID,
int AD_Org_ID)
Name - defaultValue - Client - IDOrganization - ID
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||