Uses of Class
org.compiere.model.MPriceList
-
Packages that use MPriceList Package Description org.compiere.model Provides for.... -
-
Uses of MPriceList in org.compiere.model
Fields in org.compiere.model declared as MPriceList Modifier and Type Field Description protected MPriceList
MPriceListVersion. m_pl
Price ListMethods in org.compiere.model that return MPriceList Modifier and Type Method Description static MPriceList
MPriceList. get(int M_PriceList_ID)
Get Price List (cached) (immutable)static MPriceList
MPriceList. get(int M_PriceList_ID, String trxName)
Get Price List (cached) (immutable)static MPriceList
MPriceList. get(Properties ctx, int M_PriceList_ID, String trxName)
Get Price List (cached) (immutable)static MPriceList
MPriceList. getCopy(Properties ctx, int M_PriceList_ID, String trxName)
Get updateable copy of MPriceList from cachestatic MPriceList
MPriceList. getDefault(Properties ctx, boolean IsSOPriceList)
Get Default Price List for Client (cached)static MPriceList
MPriceList. getDefault(Properties ctx, boolean IsSOPriceList, String ISOCurrency)
Get Default Price List for Client (cached) with given currencyMPriceList
MPriceListVersion. getPriceList()
Get Parent PriceListMPriceList
MPriceList. markImmutable()
Constructors in org.compiere.model with parameters of type MPriceList Constructor Description MPriceList(Properties ctx, MPriceList copy)
MPriceList(Properties ctx, MPriceList copy, String trxName)
MPriceList(MPriceList copy)
MPriceListVersion(MPriceList pl)
Parent Constructor
-