Uses of Class
org.compiere.model.MPriceList
Packages that use 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
Fields in org.compiere.model declared as MPriceListMethods in org.compiere.model that return MPriceListModifier 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()
Constructors in org.compiere.model with parameters of type MPriceListModifierConstructorDescriptionMPriceList
(Properties ctx, MPriceList copy) Copy constructorMPriceList
(Properties ctx, MPriceList copy, String trxName) Copy constructorMPriceList
(MPriceList copy) Copy constructorParent Constructor