Uses of Class
com.soffid.iam.api.RoleGrantHierarchy
-
Packages that use RoleGrantHierarchy Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of RoleGrantHierarchy in com.soffid.iam.api
Methods in com.soffid.iam.api that return RoleGrantHierarchy Modifier and Type Method Description static RoleGrantHierarchyRoleGrantHierarchy. toRoleGrantHierarchy(RolGrantHierarchy vo)Creates a RoleGrantHierarchy value object based on a RolGrantHierarchy object.static RoleGrantHierarchy[]RoleGrantHierarchy. toRoleGrantHierarchyArray(RolGrantHierarchy[] source)Creates a RoleGrantHierarchy array on a RolGrantHierarchy array.Methods in com.soffid.iam.api that return types with arguments of type RoleGrantHierarchy Modifier and Type Method Description List<RoleGrantHierarchy>RoleGrantHierarchy. getNested()Gets value for attribute nestedstatic AsyncList<RoleGrantHierarchy>RoleGrantHierarchy. toRoleGrantHierarchyAsyncList(AsyncList<RolGrantHierarchy> source)Creates a RoleGrantHierarchy asynclist on a RolGrantHierarchy collection.static PagedResult<RoleGrantHierarchy>RoleGrantHierarchy. toRoleGrantHierarchyList(PagedResult<RolGrantHierarchy> source)Creates a RoleGrantHierarchy pagedResult on a RolGrantHierarchy collection.static List<RoleGrantHierarchy>RoleGrantHierarchy. toRoleGrantHierarchyList(Collection<RolGrantHierarchy> source)Creates a RoleGrantHierarchy list on a RolGrantHierarchy collection.Methods in com.soffid.iam.api with parameters of type RoleGrantHierarchy Modifier and Type Method Description static voidRoleGrantHierarchy. toRoleGrantHierarchy(RolGrantHierarchy source, RoleGrantHierarchy target)Updates a RoleGrantHierarchy value object based on a RolGrantHierarchy object.Method parameters in com.soffid.iam.api with type arguments of type RoleGrantHierarchy Modifier and Type Method Description voidRoleGrantHierarchy. setNested(List<RoleGrantHierarchy> nested)Sets value for attribute nestedConstructors in com.soffid.iam.api with parameters of type RoleGrantHierarchy Constructor Description RoleGrantHierarchy(RoleGrantHierarchy otherBean)Constructor parameters in com.soffid.iam.api with type arguments of type RoleGrantHierarchy Constructor Description RoleGrantHierarchy(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RoleGrantHierarchy> nested) -
Uses of RoleGrantHierarchy in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type RoleGrantHierarchy Modifier and Type Method Description Collection<RoleGrantHierarchy>ApplicationService. findRoleGrantHierarchyByAccount(long accountId)Operation findRoleGrantHierarchyByAccountCollection<RoleGrantHierarchy>ApplicationService. findRoleGrantHierarchyByUser(long userId)Operation findRoleGrantHierarchyByUser -
Uses of RoleGrantHierarchy in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type RoleGrantHierarchy Modifier and Type Method Description Collection<RoleGrantHierarchy>ApplicationService. findRoleGrantHierarchyByAccount(long accountId)Collection<RoleGrantHierarchy>ApplicationService. findRoleGrantHierarchyByUser(long userId) -
Uses of RoleGrantHierarchy in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type RoleGrantHierarchy Modifier and Type Method Description static RolGrantHierarchyRolGrantHierarchy. toRolGrantHierarchy(RoleGrantHierarchy vo)Creates a RolGrantHierarchy value object based on a RoleGrantHierarchy object.static voidRolGrantHierarchy. toRolGrantHierarchy(RoleGrantHierarchy source, RolGrantHierarchy target)Updates a RolGrantHierarchy value object based on a RoleGrantHierarchy object.static RolGrantHierarchy[]RolGrantHierarchy. toRolGrantHierarchyArray(RoleGrantHierarchy[] source)Creates a RolGrantHierarchy array on a RoleGrantHierarchy array.Method parameters in es.caib.seycon.ng.comu with type arguments of type RoleGrantHierarchy Modifier and Type Method Description static AsyncList<RolGrantHierarchy>RolGrantHierarchy. toRolGrantHierarchyAsyncList(AsyncList<RoleGrantHierarchy> source)Creates a RolGrantHierarchy asynclist on a RoleGrantHierarchy collection.static PagedResult<RolGrantHierarchy>RolGrantHierarchy. toRolGrantHierarchyList(PagedResult<RoleGrantHierarchy> source)Creates a RolGrantHierarchy pagedResult on a RoleGrantHierarchy collection.static List<RolGrantHierarchy>RolGrantHierarchy. toRolGrantHierarchyList(Collection<RoleGrantHierarchy> source)Creates a RolGrantHierarchy list on a RoleGrantHierarchy collection.
-