Package org.fenixedu.bennu.core.domain.groups

Examples of org.fenixedu.bennu.core.domain.groups.PersistentGroup


        }
        return false;
    }

    public boolean isTeacherEvaluationCoordinatorCouncilMember() {
        PersistentGroup group = Bennu.getInstance().getTeacherEvaluationCoordinatorCouncil();
        return group != null ? group.isMember(Authenticate.getUser()) : false;
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.bennu.core.domain.groups.PersistentGroup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.