Uses of Class
com.soffid.iam.api.SystemGroup
-
Packages that use SystemGroup Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of SystemGroup in com.soffid.iam.api
Methods in com.soffid.iam.api that return SystemGroup Modifier and Type Method Description static SystemGroup
SystemGroup. toSystemGroup(GrupDispatcher vo)
Creates a SystemGroup value object based on a GrupDispatcher object.static SystemGroup[]
SystemGroup. toSystemGroupArray(GrupDispatcher[] source)
Creates a SystemGroup array on a GrupDispatcher array.Methods in com.soffid.iam.api that return types with arguments of type SystemGroup Modifier and Type Method Description static AsyncList<SystemGroup>
SystemGroup. toSystemGroupAsyncList(AsyncList<GrupDispatcher> source)
Creates a SystemGroup asynclist on a GrupDispatcher collection.static PagedResult<SystemGroup>
SystemGroup. toSystemGroupList(PagedResult<GrupDispatcher> source)
Creates a SystemGroup pagedResult on a GrupDispatcher collection.static List<SystemGroup>
SystemGroup. toSystemGroupList(Collection<GrupDispatcher> source)
Creates a SystemGroup list on a GrupDispatcher collection.Methods in com.soffid.iam.api with parameters of type SystemGroup Modifier and Type Method Description static void
SystemGroup. toSystemGroup(GrupDispatcher source, SystemGroup target)
Updates a SystemGroup value object based on a GrupDispatcher object.Constructors in com.soffid.iam.api with parameters of type SystemGroup Constructor Description SystemGroup(SystemGroup otherBean)
-
Uses of SystemGroup in com.soffid.iam.service
Methods in com.soffid.iam.service that return SystemGroup Modifier and Type Method Description SystemGroup
DispatcherService. create(SystemGroup grupDispatcher)
Operation createSystemGroup
DispatcherService. update(SystemGroup grupDispatcher)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type SystemGroup Modifier and Type Method Description Collection<SystemGroup>
DispatcherService. getDispatcherGroups(System agent)
Operation getDispatcherGroupsMethods in com.soffid.iam.service with parameters of type SystemGroup Modifier and Type Method Description SystemGroup
DispatcherService. create(SystemGroup grupDispatcher)
Operation createvoid
DispatcherService. delete(SystemGroup grupDispatcher)
Operation deleteSystemGroup
DispatcherService. update(SystemGroup grupDispatcher)
Operation update -
Uses of SystemGroup in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return SystemGroup Modifier and Type Method Description SystemGroup
DispatcherService. create(SystemGroup grupDispatcher)
SystemGroup
DispatcherService. update(SystemGroup grupDispatcher)
Methods in com.soffid.iam.service.ejb that return types with arguments of type SystemGroup Modifier and Type Method Description Collection<SystemGroup>
DispatcherService. getDispatcherGroups(System agent)
Methods in com.soffid.iam.service.ejb with parameters of type SystemGroup Modifier and Type Method Description SystemGroup
DispatcherService. create(SystemGroup grupDispatcher)
void
DispatcherService. delete(SystemGroup grupDispatcher)
SystemGroup
DispatcherService. update(SystemGroup grupDispatcher)
-
Uses of SystemGroup in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type SystemGroup Modifier and Type Method Description static GrupDispatcher
GrupDispatcher. toGrupDispatcher(SystemGroup vo)
Creates a GrupDispatcher value object based on a SystemGroup object.static void
GrupDispatcher. toGrupDispatcher(SystemGroup source, GrupDispatcher target)
Updates a GrupDispatcher value object based on a SystemGroup object.static GrupDispatcher[]
GrupDispatcher. toGrupDispatcherArray(SystemGroup[] source)
Creates a GrupDispatcher array on a SystemGroup array.Method parameters in es.caib.seycon.ng.comu with type arguments of type SystemGroup Modifier and Type Method Description static AsyncList<GrupDispatcher>
GrupDispatcher. toGrupDispatcherAsyncList(AsyncList<SystemGroup> source)
Creates a GrupDispatcher asynclist on a SystemGroup collection.static PagedResult<GrupDispatcher>
GrupDispatcher. toGrupDispatcherList(PagedResult<SystemGroup> source)
Creates a GrupDispatcher pagedResult on a SystemGroup collection.static List<GrupDispatcher>
GrupDispatcher. toGrupDispatcherList(Collection<SystemGroup> source)
Creates a GrupDispatcher list on a SystemGroup collection.
-