Uses of Class
org.compiere.model.MOrg
-
Packages that use MOrg Package Description org.compiere.model Provides for.... -
-
Uses of MOrg in org.compiere.model
Methods in org.compiere.model that return MOrg Modifier and Type Method Description static MOrg
MOrg. get(int AD_Org_ID)
Get Org from Cache (immutable)static MOrg
MOrg. get(Properties ctx, int AD_Org_ID)
Get Org from Cache (immutable)static MOrg[]
MOrg. getOfClient(PO po)
Get Active Organizations Of ClientMOrg
MOrg. markImmutable()
Methods in org.compiere.model with parameters of type MOrg Modifier and Type Method Description static boolean
MRoleOrgAccess. createForOrg(MOrg org)
Create Organizational Access for all Automatic RolesConstructors in org.compiere.model with parameters of type MOrg Constructor Description MOrg(Properties ctx, MOrg copy)
MOrg(Properties ctx, MOrg copy, String trxName)
MOrg(MOrg copy)
MOrgInfo(MOrg org)
Organization constructorMRoleOrgAccess(MOrg org, int AD_Role_ID)
Organization ConstructorMUserOrgAccess(MOrg org, int AD_User_ID)
Organization ConstructorMWarehouse(MOrg org)
Organization Constructor
-