|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.adempiere.pipo.IDFinder
public class IDFinder
Utility class for the looking up of record id.
| Constructor Summary | |
|---|---|
IDFinder()
|
|
| Method Summary | |
|---|---|
static int |
get_ID(String tableName,
String name,
int AD_Client_ID,
String trxName)
Get ID from Name for a table. |
static int |
get_IDWithColumn(String tableName,
String columnName,
Object value,
int AD_Client_ID,
String trxName)
Get ID from column value for a table. |
static int |
get_IDWithMaster(String tableName,
String name,
String tableNameMaster,
int masterID,
String trxName)
Get ID from Name for a table with a Master reference ID. |
static int |
get_IDWithMaster(String tableName,
String name,
String tableNameMaster,
String nameMaster,
String trxName)
Get ID from Name for a table with a Master reference. |
static int |
get_IDWithMasterAndColumn(String tableName,
String columnName,
String name,
String tableNameMaster,
int masterID,
String trxName)
Get ID from Name for a table with a Master reference. |
static int |
getIDbyName(String tableName,
String name,
int AD_Client_ID,
String trxName)
Get ID from Name for a table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDFinder()
| Method Detail |
|---|
public static int get_ID(String tableName,
String name,
int AD_Client_ID,
String trxName)
tableName - name - AD_Client_ID - trxName -
public static int get_IDWithColumn(String tableName,
String columnName,
Object value,
int AD_Client_ID,
String trxName)
tableName - columName - value - AD_Client_ID - trxName -
public static int get_IDWithMaster(String tableName,
String name,
String tableNameMaster,
String nameMaster,
String trxName)
tableName - name - tableNameMaster - nameMaster - trxName -
public static int get_IDWithMasterAndColumn(String tableName,
String columnName,
String name,
String tableNameMaster,
int masterID,
String trxName)
tableName - name - tableNameMaster - masterID - trxName -
public static int get_IDWithMaster(String tableName,
String name,
String tableNameMaster,
int masterID,
String trxName)
tableName - name - tableNameMaster - masterID - trxName -
public static int getIDbyName(String tableName,
String name,
int AD_Client_ID,
String trxName)
tableName - name - AD_Client_ID - trxName -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||