|
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_DataMigration
org.compiere.model.MDataMigration
public class MDataMigration
Data Migration Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_DataMigration |
|---|
accessLevel, AD_CLIENTINCLUDE_ID_AD_Reference_ID, DATAMIGRATIONTYPE_AD_Reference_ID, DATAMIGRATIONTYPE_SystemAndTenant, DATAMIGRATIONTYPE_SystemOnly, DATAMIGRATIONTYPE_TenantOnly, ENTITYTYPE_AD_Reference_ID, 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 | |
|---|---|
MDataMigration(Ctx ctx,
int AD_DataMigration_ID,
String trxName)
Standard Constructor |
|
MDataMigration(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MDataMigration |
get(Ctx ctx,
int AD_DataMigration_ID)
Get MDataMigration from Cache |
ArrayList<Integer> |
getClientList()
Get the list of valid clients |
MDataMigrationEntry[] |
getEntries(boolean reload)
Get active Entries |
String |
getSecurityWhereClause()
Get Where Clause based on Security Settings |
static MDataMigration[] |
getWithEntityType(Ctx ctx,
String entityType)
Get Data Migrations with Entity Type |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_DataMigration |
|---|
get_AccessLevel, getAD_ClientInclude_ID, getAD_DataMigration_ID, getDataMigrationType, getDescription, getEntityType, getHelp, getKeyNamePair, getName, initPO, isDataMigrationTypeValid, isProcessing, setAD_ClientInclude_ID, setAD_DataMigration_ID, setDataMigrationType, setDescription, setEntityType, setHelp, setName, setProcessing |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MDataMigration(Ctx ctx,
int AD_DataMigration_ID,
String trxName)
ctx - contextAD_DataMigration_ID - idtrxName - trx
public MDataMigration(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MDataMigration get(Ctx ctx,
int AD_DataMigration_ID)
ctx - contextAD_DataMigration_ID - id
public static MDataMigration[] getWithEntityType(Ctx ctx,
String entityType)
ctx - ctxentityType - entity type
public MDataMigrationEntry[] getEntries(boolean reload)
reload - reload data
public String getSecurityWhereClause()
public ArrayList<Integer> getClientList()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_DataMigration
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||