|
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_EntityType
org.compiere.model.MEntityType
public class MEntityType
Entity Type Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_EntityType |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MEntityType(Ctx ctx,
int AD_EntityType_ID,
String trxName)
DO NOT USE - use get(ctx, ID) |
|
MEntityType(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeDelete()
Before Delete |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
String |
getClasspath(boolean forWindows)
Get ClassPath |
static String[] |
getClasspaths(Ctx ctx)
Get Entity Type Classpath array |
static MEntityType |
getEntityType(Ctx ctx,
int adEntityTypeId)
Get Entity Type |
static MEntityType |
getEntityType(Ctx ctx,
String entityType)
Get Entity Type |
static MEntityType[] |
getEntityTypes(Ctx ctx,
boolean refresh)
Get Entity Types |
static String[] |
getEntityTypeStrings(Ctx ctx)
Get Entity Type as String array |
static String[] |
getModelPackages(Ctx ctx)
Get Entity Type Model Package array |
static String[] |
getModelValidationClasses(Ctx ctx)
Get ModelValidationClass array |
static String[] |
getPackages(Ctx ctx)
Get Entity Type Model Packages array |
boolean |
isLicensable()
EntityType / Component is Licensable |
boolean |
isSystemMaintained()
Is System Maintained |
String |
processRegistrationResponse(String response)
Process Registration Response |
String |
toString()
String Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MEntityType(Ctx ctx,
int AD_EntityType_ID,
String trxName)
ctx - contextAD_EntityType_ID - idtrxName - transaction
public MEntityType(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MEntityType getEntityType(Ctx ctx,
String entityType)
ctx - entityType - entity type
public static MEntityType getEntityType(Ctx ctx,
int adEntityTypeId)
ctx - adEntityTypeId - AD_EntityType_ID
public static MEntityType[] getEntityTypes(Ctx ctx,
boolean refresh)
ctx - contextrefresh - refresh
public static String[] getEntityTypeStrings(Ctx ctx)
ctx - context
public static String[] getClasspaths(Ctx ctx)
ctx - context
public static String[] getPackages(Ctx ctx)
ctx - context
public static String[] getModelValidationClasses(Ctx ctx)
ctx - context
public static String[] getModelPackages(Ctx ctx)
ctx - context
public boolean isSystemMaintained()
public boolean isLicensable()
public String getClasspath(boolean forWindows)
forWindows - true if for Windows otherwise Unix
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean beforeDelete()
beforeDelete in class POpublic String toString()
toString in class X_AD_EntityTypepublic String processRegistrationResponse(String response)
response - response
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||