|
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_RV_BPartner
org.compiere.model.MBPartnerInfo
public class MBPartnerInfo
Business Partner Info Model for Query
| Field Summary |
|---|
| 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 | |
|---|---|
MBPartnerInfo(Ctx ctx)
Temporary Info Constructor - You cannot SAVE! |
|
MBPartnerInfo(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static ArrayList<MBPartnerInfo> |
findAll(Ctx ctx,
String Value,
String Name,
String Contact,
String EMail,
String Phone,
String City)
Find BPartners |
static void |
main(String[] args)
Test |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBPartnerInfo(Ctx ctx)
ctx - context
public MBPartnerInfo(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static ArrayList<MBPartnerInfo> findAll(Ctx ctx,
String Value,
String Name,
String Contact,
String EMail,
String Phone,
String City)
ctx - context for sql securityValue - Business Partner ValueName - Business Partner NameContact - Contact/User NameEMail - Contact/User EMailPhone - phoneCity - city
public 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 | |||||||||