Uses of Class
org.compiere.model.MPOSKeyLayout
-
Packages that use MPOSKeyLayout Package Description org.compiere.model Provides for.... -
-
Uses of MPOSKeyLayout in org.compiere.model
Methods in org.compiere.model that return MPOSKeyLayout Modifier and Type Method Description static MPOSKeyLayout
MPOSKeyLayout. get(int C_POSKeyLayout_ID)
Get POS Key Layout from Cache (immutable)static MPOSKeyLayout
MPOSKeyLayout. get(Properties ctx, int C_POSKeyLayout_ID)
Get POS Key Layout from Cache (immutable)MPOSKeyLayout
MPOSKeyLayout. markImmutable()
Constructors in org.compiere.model with parameters of type MPOSKeyLayout Constructor Description MPOSKeyLayout(Properties ctx, MPOSKeyLayout copy)
MPOSKeyLayout(Properties ctx, MPOSKeyLayout copy, String trxName)
MPOSKeyLayout(MPOSKeyLayout copy)
-