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 MPriceListMPriceListVersion. m_plPrice ListMethods in org.compiere.model that return MPriceList Modifier and Type Method Description static MPriceListMPriceList. get(int M_PriceList_ID)Get Price List (cached) (immutable)static MPriceListMPriceList. get(int M_PriceList_ID, String trxName)Get Price List (cached) (immutable)static MPriceListMPriceList. get(Properties ctx, int M_PriceList_ID, String trxName)Get Price List (cached) (immutable)static MPriceListMPriceList. getCopy(Properties ctx, int M_PriceList_ID, String trxName)Get updateable copy of MPriceList from cachestatic MPriceListMPriceList. getDefault(Properties ctx, boolean IsSOPriceList)Get Default Price List for Client (cached)static MPriceListMPriceList. getDefault(Properties ctx, boolean IsSOPriceList, String ISOCurrency)Get Default Price List for Client (cached) with given currencyMPriceListMPriceListVersion. getPriceList()Get Parent PriceListMPriceListMPriceList. 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
-