Uses of Class
com.soffid.iam.api.SoDRole
-
Packages that use SoDRole Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of SoDRole in com.soffid.iam.api
Methods in com.soffid.iam.api that return SoDRole Modifier and Type Method Description static SoDRole
SoDRole. toSoDRole(SoDRole vo)
Creates a SoDRole value object based on a SoDRole object.static SoDRole[]
SoDRole. toSoDRoleArray(SoDRole[] source)
Creates a SoDRole array on a SoDRole array.Methods in com.soffid.iam.api that return types with arguments of type SoDRole Modifier and Type Method Description static AsyncList<SoDRole>
SoDRole. toSoDRoleAsyncList(AsyncList<SoDRole> source)
Creates a SoDRole asynclist on a SoDRole collection.static PagedResult<SoDRole>
SoDRole. toSoDRoleList(PagedResult<SoDRole> source)
Creates a SoDRole pagedResult on a SoDRole collection.static List<SoDRole>
SoDRole. toSoDRoleList(Collection<SoDRole> source)
Creates a SoDRole list on a SoDRole collection.Methods in com.soffid.iam.api with parameters of type SoDRole Modifier and Type Method Description static void
SoDRole. toSoDRole(SoDRole source, SoDRole target)
Updates a SoDRole value object based on a SoDRole object.Constructors in com.soffid.iam.api with parameters of type SoDRole Constructor Description SoDRole(SoDRole otherBean)
-
Uses of SoDRole in com.soffid.iam.service
Methods in com.soffid.iam.service that return SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
Operation createMethods in com.soffid.iam.service that return types with arguments of type SoDRole Modifier and Type Method Description Collection<SoDRole>
SoDRuleService. findRolesByRule(Long ruleId)
Operation findRolesByRuleMethods in com.soffid.iam.service with parameters of type SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
Operation createvoid
SoDRuleService. remove(SoDRole role)
Operation remove -
Uses of SoDRole in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
Methods in com.soffid.iam.service.ejb that return types with arguments of type SoDRole Modifier and Type Method Description Collection<SoDRole>
SoDRuleService. findRolesByRule(Long ruleId)
Methods in com.soffid.iam.service.ejb with parameters of type SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
void
SoDRuleService. remove(SoDRole role)
-
Uses of SoDRole in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type SoDRole Modifier and Type Method Description static SoDRole
SoDRole. toSoDRole(SoDRole vo)
Creates a SoDRole value object based on a SoDRole object.static void
SoDRole. toSoDRole(SoDRole source, SoDRole target)
Updates a SoDRole value object based on a SoDRole object.static SoDRole[]
SoDRole. toSoDRoleArray(SoDRole[] source)
Creates a SoDRole array on a SoDRole array.Method parameters in es.caib.seycon.ng.comu with type arguments of type SoDRole Modifier and Type Method Description static AsyncList<SoDRole>
SoDRole. toSoDRoleAsyncList(AsyncList<SoDRole> source)
Creates a SoDRole asynclist on a SoDRole collection.static PagedResult<SoDRole>
SoDRole. toSoDRoleList(PagedResult<SoDRole> source)
Creates a SoDRole pagedResult on a SoDRole collection.static List<SoDRole>
SoDRole. toSoDRoleList(Collection<SoDRole> source)
Creates a SoDRole list on a SoDRole collection.
-