Package org.fenixedu.cms.domain
Class Role
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.Role_Base
-
- org.fenixedu.cms.domain.Role
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public class Role extends Role_Base
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIGNAL_CREATEDstatic StringSIGNAL_DELETEDstatic StringSIGNAL_EDITED
-
Constructor Summary
Constructors Constructor Description Role(RoleTemplate template, Site site)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()org.fenixedu.bennu.core.groups.GroupgetGroup()org.fenixedu.commons.i18n.LocalizedStringgetName()voidsetGroup(org.fenixedu.bennu.core.groups.Group group)-
Methods inherited from class org.fenixedu.cms.domain.Role_Base
getPersistentGroup, getRelationRoleHasTemplate, getRelationRoleHasUserGroup, getRelationSiteHasRoles, getRoleTemplate, getSite, setPersistentGroup, setRoleTemplate, setSite
-
-
-
-
Field Detail
-
SIGNAL_CREATED
public static final String SIGNAL_CREATED
- See Also:
- Constant Field Values
-
SIGNAL_DELETED
public static final String SIGNAL_DELETED
- See Also:
- Constant Field Values
-
SIGNAL_EDITED
public static final String SIGNAL_EDITED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Role
public Role(RoleTemplate template, Site site)
-
-