Uses of Class
es.caib.seycon.ng.comu.SoDRole
-
Packages that use SoDRole Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of SoDRole in com.soffid.iam.api
Methods in com.soffid.iam.api 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 com.soffid.iam.api 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. -
Uses of SoDRole in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu with parameters of type SoDRole Constructor Description SoDRole(SoDRole otherBean)
-
Uses of SoDRole in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
Operation createMethods in es.caib.seycon.ng.servei that return types with arguments of type SoDRole Modifier and Type Method Description Collection<SoDRole>
SoDRuleService. findRolesByRule(Long ruleId)
Operation findRolesByRuleMethods in es.caib.seycon.ng.servei 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 es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type SoDRole Modifier and Type Method Description Collection<SoDRole>
SoDRuleService. findRolesByRule(Long ruleId)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type SoDRole Modifier and Type Method Description SoDRole
SoDRuleService. create(SoDRole role)
void
SoDRuleService. remove(SoDRole role)
-