|
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_Version
org.compiere.model.MVersion
public class MVersion
Version Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Version |
|---|
accessLevel, 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 | |
|---|---|
MVersion(Ctx ctx,
int AD_Version_ID,
String trxName)
Default Constructor |
|
MVersion(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
String |
execute(String timingType,
String DBType)
Execute Steps for TimingType |
static String |
executeMigration(Ctx ctx,
String EntityType,
String fromVersion,
String toVersion,
String timingType,
String DBType)
Execute Migration |
MMigrationStep[] |
getSteps(boolean reload)
Get Lines |
| Methods inherited from class org.compiere.model.X_AD_Version |
|---|
get_AccessLevel, getAD_Version_ID, getDescription, getEntityType, getHelp, getKeyNamePair, getName, getValue, initPO, setAD_Version_ID, setDescription, setEntityType, setHelp, setName, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MVersion(Ctx ctx,
int AD_Version_ID,
String trxName)
ctx - contextAD_Version_ID - versiontrxName - trx
public MVersion(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static String executeMigration(Ctx ctx,
String EntityType,
String fromVersion,
String toVersion,
String timingType,
String DBType)
EntityType - entity typefromVersion - from (can be nulltoVersion - totimingType - Migration Step timing typeDBType - database type
public MMigrationStep[] getSteps(boolean reload)
reload - reload data
public String execute(String timingType,
String DBType)
timingType - migration step timing type
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||