|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MSystem()
Constructor |
|
MSystem(Ctx ctx,
int ignored,
String mtrxName)
Default Constructor |
|
MSystem(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MSystem |
get(Ctx ctx)
Load System Record |
String |
getDBAddress(boolean actual)
Get DB Address |
String |
getProfileInfo(boolean recalc)
Get Profile Info |
int |
getRecord_ID()
Get Record_ID |
String |
getStatisticsInfo(boolean recalc)
Get Statistics Info |
String |
getSupportLevel()
Get SupportLevel |
int |
getSupportUnits()
Get SupportUnits |
String |
getSystemStatus()
Get System Status |
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 |
saveLicenseOnly()
Only save the license |
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, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSystem(Ctx ctx,
int ignored,
String mtrxName)
ctx - contextignored - id - if < 0 not loadedmtrxName - transaction
public MSystem(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MSystem()
| Method Detail |
|---|
public static MSystem get(Ctx ctx)
ctx - context
public boolean isLDAP()
public boolean isLDAP(String userName,
String password)
userName - user namepassword - password
public String getDBAddress(boolean actual)
public 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 class POpublic String toString()
toString in class X_AD_Systempublic boolean isValid()
public boolean isPDFLicense()
public String getSupportLevel()
getSupportLevel in class X_AD_Systempublic int getRecord_ID()
getRecord_ID in class X_AD_Systempublic int getSupportUnits()
getSupportUnits in class X_AD_Systempublic String getSystemStatus()
getSystemStatus in class X_AD_Systempublic boolean setInfo()
public void info()
public static void main(String[] args)
args - public boolean saveLicenseOnly()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||