Uses of Class
org.compiere.model.MClientInfo
Packages that use 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
Methods in org.compiere.model that return MClientInfoModifier 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()
Constructors in org.compiere.model with parameters of type MClientInfoModifierConstructorDescriptionMClientInfo
(Properties ctx, MClientInfo copy) Copy constructorMClientInfo
(Properties ctx, MClientInfo copy, String trxName) Copy constructorMClientInfo
(MClientInfo copy) Copy constructor