Uses of Class
org.compiere.model.MClientInfo
-
Packages that use MClientInfo Package Description org.compiere.model Provides for.... -
-
Uses of MClientInfo in org.compiere.model
Methods in org.compiere.model that return MClientInfo Modifier and Type Method Description static MClientInfo
MClientInfo. get()
Get optionally cached clientstatic MClientInfo
MClientInfo. get(int AD_Client_ID)
Get Client Info from cache (immutable)static MClientInfo
MClientInfo. get(Properties ctx)
Get optionally cached clientstatic 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 cacheMClientInfo
MClient. getInfo()
Get Client InfoMClientInfo
MClientInfo. markImmutable()
Constructors in org.compiere.model with parameters of type MClientInfo Constructor Description MClientInfo(Properties ctx, MClientInfo copy)
MClientInfo(Properties ctx, MClientInfo copy, String trxName)
MClientInfo(MClientInfo copy)
-