Uses of Class
org.compiere.model.MOrgInfo
-
Packages that use MOrgInfo Package Description org.compiere.model Provides for.... -
-
Uses of MOrgInfo in org.compiere.model
Methods in org.compiere.model that return MOrgInfo Modifier and Type Method Description static MOrgInfo
MOrgInfo. get(int AD_Org_ID)
Get MOrgInfo from cache (immutable)static MOrgInfo
MOrgInfo. get(int AD_Org_ID, String trxName)
Get MOrgInfo from cache (immutable)static MOrgInfo
MOrgInfo. get(Properties ctx, int AD_Org_ID)
Get MOrgInfo from cache (immutable)static MOrgInfo
MOrgInfo. get(Properties ctx, int AD_Org_ID, String trxName)
Get MOrgInfo from cache (immutable)static MOrgInfo
MOrgInfo. getCopy(Properties ctx, int AD_Org_ID, String trxName)
Get updateable copy of MOrgInfo from cacheMOrgInfo
MOrg. getInfo()
Get Org InfoMOrgInfo
MOrgInfo. markImmutable()
Constructors in org.compiere.model with parameters of type MOrgInfo Constructor Description MOrgInfo(Properties ctx, MOrgInfo copy)
MOrgInfo(Properties ctx, MOrgInfo copy, String trxName)
MOrgInfo(MOrgInfo copy)
-