Searched refs:myOrg (Results 1 – 1 of 1) sorted by relevance
217 public boolean isManagerFor(Organization myOrg, Level otherLevel, Organization otherOrg) { in isManagerFor() argument219 (myOrg == otherOrg) && atLeastAsPowerfulAs(otherLevel))); in isManagerFor()353 public boolean isAdminForOrg(Organization myOrg, Organization target) { in isAdminForOrg() argument356 ((isTC() || stlevel == manager.stlevel) && (myOrg == target)); in isAdminForOrg()