|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.tools.SubTableUtil
public class SubTableUtil
Generate Delta or History Tables
| Constructor Summary | |
|---|---|
SubTableUtil(Ctx ctx,
String tableName)
Generate History Infrastructure |
|
SubTableUtil(Ctx ctx,
String tableName,
boolean userDef)
Generate Sub Table Infrastructure |
|
| Method Summary | |
|---|---|
static void |
checkStandardColumns(MTable table,
String EntityType)
Check Existence of Std columns and create them in AD and DB |
static void |
main(String[] args)
Test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubTableUtil(Ctx ctx,
String tableName,
boolean userDef)
ctx - ctxtableName - table NameuserDef - if true create UserDef otherwise SysDef
public SubTableUtil(Ctx ctx,
String tableName)
ctx - ctxtableName - table Name| Method Detail |
|---|
public static void checkStandardColumns(MTable table,
String EntityType)
table - tableEntityType - entity type if null defaults to table entity typepublic static void main(String[] args)
args - ignored
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||