Uses of Class
org.compiere.model.MPOS
-
Packages that use MPOS Package Description org.compiere.model Provides for.... -
-
Uses of MPOS in org.compiere.model
Methods in org.compiere.model that return MPOS Modifier and Type Method Description static MPOS
MPOS. get(int C_POS_ID)
Get POS from Cache (immutable)static MPOS
MPOS. get(Properties ctx, int C_POS_ID)
Get POS from Cache (immutable)static MPOS[]
MPOS. getAll(Properties ctx, String field, int ID)
Get POSes for passed argumentMPOS
MPOS. markImmutable()
Constructors in org.compiere.model with parameters of type MPOS Constructor Description MPOS(Properties ctx, MPOS copy)
MPOS(Properties ctx, MPOS copy, String trxName)
MPOS(MPOS copy)
-