Package es.caib.seycon.ng.comu
Class Rol
- java.lang.Object
-
- es.caib.seycon.ng.comu.AbstractRol
-
- es.caib.seycon.ng.comu.Rol
-
- All Implemented Interfaces:
Serializable
public class Rol extends AbstractRol
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rol()
Rol(AbstractRol otherBean)
Rol(String nom, String descripcio, String baseDeDades, String codiAplicacio)
Rol(String nom, String descripcio, String baseDeDades, String category, Boolean defecte, Boolean contrasenya, String codiAplicacio, Long id, String domini, Collection<RolGrant> ownerRoles, Collection<Grup> ownerGroups, Collection<RolGrant> granteeGroups, Collection<RolGrant> ownedRoles, Boolean gestionableWF, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PagedResult<Rol>
toRolList(PagedResult<Role> s)
-
Methods inherited from class es.caib.seycon.ng.comu.AbstractRol
getApprovalEnd, getApprovalStart, getAttributes, getBaseDeDades, getBpmEnforced, getCategory, getCodiAplicacio, getContrasenya, getDefecte, getDescripcio, getDomini, getGestionableWF, getGranteeGroups, getId, getNom, getOwnedRoles, getOwnerGroups, getOwnerRoles, setApprovalEnd, setApprovalStart, setAttributes, setBaseDeDades, setBpmEnforced, setCategory, setCodiAplicacio, setContrasenya, setDefecte, setDescripcio, setDomini, setGestionableWF, setGranteeGroups, setId, setNom, setOwnedRoles, setOwnerGroups, setOwnerRoles, toRol, toRol, toRolArray, toRolAsyncList, toRolList, toString
-
-
-
-
Constructor Detail
-
Rol
public Rol()
-
Rol
public Rol(AbstractRol otherBean)
-
Rol
public Rol(String nom, String descripcio, String baseDeDades, String category, Boolean defecte, Boolean contrasenya, String codiAplicacio, Long id, String domini, Collection<RolGrant> ownerRoles, Collection<Grup> ownerGroups, Collection<RolGrant> granteeGroups, Collection<RolGrant> ownedRoles, Boolean gestionableWF, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
-
Method Detail
-
toRolList
public static PagedResult<Rol> toRolList(PagedResult<Role> s)
-
-