Uses of Class
org.compiere.model.MPriceList
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MPriceList in org.compiere.model
Modifier and TypeMethodDescriptionstatic MPriceList
MPriceList.get
(int M_PriceList_ID) Get Price List (cached) (immutable)static MPriceList
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 currencyMPriceListVersion.getPriceList()
Get Parent PriceListMPriceList.markImmutable()
ModifierConstructorDescriptionMPriceList
(Properties ctx, MPriceList copy) Copy constructorMPriceList
(Properties ctx, MPriceList copy, String trxName) Copy constructorMPriceList
(MPriceList copy) Copy constructorParent Constructor