|
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_System
org.compiere.model.MSystem
public class MSystem
System Record (just one)
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_System |
|---|
REPLICATIONTYPE_AD_Reference_ID, REPLICATIONTYPE_Local, REPLICATIONTYPE_Merge, REPLICATIONTYPE_Reference, SYSTEMSTATUS_AD_Reference_ID, SYSTEMSTATUS_Evaluation, SYSTEMSTATUS_Implementation, SYSTEMSTATUS_Production |
| 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 |
| Constructor Summary | |
|---|---|
MSystem()
Constructor |
|
MSystem(Properties ctx,
int ignored,
String mtrxName)
Default Constructor |
|
MSystem(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MSystem |
get(Properties ctx)
Load System Record |
String |
getDBAddress()
Get DB Address |
static String |
getDBInfoSQL(String dbType)
Get DB Info SQL |
String |
getProfileInfo(boolean recalc)
Get Profile Info |
String |
getStatisticsInfo(boolean recalc)
Get Statistics Info |
void |
info()
Print info |
boolean |
isLDAP()
Is LDAP Authentification defined |
boolean |
isLDAP(String userName,
String password)
LDAP Authentification. |
boolean |
isPDFLicense()
Is there a PDF License |
boolean |
isValid()
Check valididity |
static void |
main(String[] args)
Test |
boolean |
save()
Save Record (ID=0) |
boolean |
setInfo()
Set/Derive Info if more then a day old |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSystem(Properties ctx,
int ignored,
String mtrxName)
ctx - contextignored - idmtrxName - transaction
public MSystem(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MSystem()
| Method Detail |
|---|
public static MSystem get(Properties ctx)
ctx - context
public boolean isLDAP()
public boolean isLDAP(String userName,
String password)
userName - user namepassword - password
public String getDBAddress()
getDBAddress in interface I_AD_SystemgetDBAddress in class X_AD_Systempublic String getStatisticsInfo(boolean recalc)
recalc - recalculate
public String getProfileInfo(boolean recalc)
recalc - recalculate
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public boolean save()
save in interface I_Persistentsave in class POpublic String toString()
toString in class X_AD_Systempublic boolean isValid()
public boolean isPDFLicense()
public boolean setInfo()
public static String getDBInfoSQL(String dbType)
dbType - database type
public void info()
public static void main(String[] args)
args -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||