Uses of Class
org.compiere.model.MClientInfo
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 MClientInfo in org.compiere.model
Modifier and TypeMethodDescriptionstatic MClientInfo
MClientInfo.get()
Get optionally cached client for current contextstatic MClientInfo
MClientInfo.get
(int AD_Client_ID) Get Client Info from cache (immutable)static MClientInfo
MClientInfo.get
(Properties ctx) Get optionally cached client for context (ctx)static MClientInfo
MClientInfo.get
(Properties ctx, int AD_Client_ID) Get Client Info from cache (immutable)static MClientInfo
MClientInfo.get
(Properties ctx, int AD_Client_ID, String trxName) Get Client Info from cache (immutable)static MClientInfo
MClientInfo.getCopy
(Properties ctx, int AD_Client_ID, String trxName) Get updateable copy of MClientInfo from cacheMClient.getInfo()
Get Client InfoMClientInfo.markImmutable()
ModifierConstructorDescriptionMClientInfo
(Properties ctx, MClientInfo copy) Copy constructorMClientInfo
(Properties ctx, MClientInfo copy, String trxName) Copy constructorMClientInfo
(MClientInfo copy) Copy constructor