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 MOrgInfoMOrgInfo. get(int AD_Org_ID)Get MOrgInfo from cache (immutable)static MOrgInfoMOrgInfo. get(int AD_Org_ID, String trxName)Get MOrgInfo from cache (immutable)static MOrgInfoMOrgInfo. get(Properties ctx, int AD_Org_ID)Get MOrgInfo from cache (immutable)static MOrgInfoMOrgInfo. get(Properties ctx, int AD_Org_ID, String trxName)Get MOrgInfo from cache (immutable)static MOrgInfoMOrgInfo. getCopy(Properties ctx, int AD_Org_ID, String trxName)Get updateable copy of MOrgInfo from cacheMOrgInfoMOrg. getInfo()Get Org InfoMOrgInfoMOrgInfo. 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)
-