|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.wstore.PriceList
public class PriceList
Price List. ArrayList of PriceListProduct Implementation assumes a relatively small price list (< 200) This is the case, if the product is selected in the WebStore, but not if it is added via a direct link. In that case, it will load all products(!)
| Field Summary | |
|---|---|
static int |
MAX_LINES
Maximum Lines to be displayed |
static String |
NAME
Attribute Name - also in JSPs |
| Method Summary | |
|---|---|
static PriceList |
get(Ctx ctx,
int AD_Client_ID,
int M_PriceList_ID,
String searchString,
String productCategory,
boolean allRecords)
Get Price List |
String |
getCurrency()
|
String |
getCurSymbol()
|
String |
getDescription()
|
String |
getName()
Get Name |
int |
getPriceCount()
Get Count |
int |
getPriceList_ID()
|
int |
getPriceList_Version_ID()
|
PriceListProduct |
getPriceListProduct(int M_Product_ID)
Get Price List for Product. |
ArrayList<PriceListProduct> |
getPrices()
Get Prices |
String |
getSearchInfo()
Get Search Info |
boolean |
isNoLines()
No Prices |
boolean |
isNotAllPrices()
Not all Prices displayed |
boolean |
isTaxIncluded()
|
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int MAX_LINES
public static final String NAME
| Method Detail |
|---|
public static PriceList get(Ctx ctx,
int AD_Client_ID,
int M_PriceList_ID,
String searchString,
String productCategory,
boolean allRecords)
AD_Client_ID - clientM_PriceList_ID - price listsearchString - query search stringproductCategory - query product category stringallRecords - all if no query
public String toString()
toString in class Objectpublic int getPriceCount()
public boolean isNoLines()
public boolean isNotAllPrices()
public ArrayList<PriceListProduct> getPrices()
public PriceListProduct getPriceListProduct(int M_Product_ID)
M_Product_ID - product
public String getSearchInfo()
public String getName()
public String getDescription()
public String getCurrency()
public String getCurSymbol()
public boolean isTaxIncluded()
public int getPriceList_ID()
public int getPriceList_Version_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||