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 MPOSMPOS. get(int C_POS_ID)Get POS from Cache (immutable)static MPOSMPOS. 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 argumentMPOSMPOS. 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)
-