Uses of Class
org.fenixedu.cms.domain.Role
-
Packages that use Role Package Description org.fenixedu.bennu.core.domain.groups org.fenixedu.cms.domain -
-
Uses of Role in org.fenixedu.bennu.core.domain.groups
Methods in org.fenixedu.bennu.core.domain.groups that return types with arguments of type Role Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Role,org.fenixedu.bennu.core.domain.groups.PersistentGroup>PersistentGroup_Base. getRelationRoleHasUserGroup()Set<Role>PersistentGroup_Base. getRoleSet()Methods in org.fenixedu.bennu.core.domain.groups with parameters of type Role Modifier and Type Method Description voidPersistentGroup_Base. addRole(Role role)voidPersistentGroup_Base. removeRole(Role role) -
Uses of Role in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return Role Modifier and Type Method Description RoleSite. getDefaultRoleTemplateRole()Methods in org.fenixedu.cms.domain that return types with arguments of type Role Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Role,RoleTemplate>Role_Base. getRelationRoleHasTemplate()static pt.ist.fenixframework.dml.runtime.DirectRelation<Role,RoleTemplate>RoleTemplate_Base. getRelationRoleHasTemplate()static pt.ist.fenixframework.dml.runtime.DirectRelation<Role,org.fenixedu.bennu.core.domain.groups.PersistentGroup>Role_Base. getRelationRoleHasUserGroup()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Role>Role_Base. getRelationSiteHasRoles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Role>Site_Base. getRelationSiteHasRoles()Set<Role>RoleTemplate_Base. getRolesSet()Set<Role>Site_Base. getRolesSet()Methods in org.fenixedu.cms.domain with parameters of type Role Modifier and Type Method Description voidRoleTemplate_Base. addRoles(Role roles)voidSite_Base. addRoles(Role roles)voidRoleTemplate_Base. removeRoles(Role roles)voidSite_Base. removeRoles(Role roles)
-