Uses of Class
es.caib.seycon.ng.comu.GrupDispatcher
-
Packages that use GrupDispatcher Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of GrupDispatcher in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type GrupDispatcher Modifier and Type Method Description static SystemGroup
SystemGroup. toSystemGroup(GrupDispatcher vo)
Creates a SystemGroup value object based on a GrupDispatcher object.static void
SystemGroup. toSystemGroup(GrupDispatcher source, SystemGroup target)
Updates a SystemGroup value object based on a GrupDispatcher object.static SystemGroup[]
SystemGroup. toSystemGroupArray(GrupDispatcher[] source)
Creates a SystemGroup array on a GrupDispatcher array.Method parameters in com.soffid.iam.api with type arguments of type GrupDispatcher 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. -
Uses of GrupDispatcher in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return GrupDispatcher Modifier and Type Method Description static GrupDispatcher
GrupDispatcher. toGrupDispatcher(SystemGroup vo)
Creates a GrupDispatcher value object based on a SystemGroup object.static GrupDispatcher[]
GrupDispatcher. toGrupDispatcherArray(SystemGroup[] source)
Creates a GrupDispatcher array on a SystemGroup array.Methods in es.caib.seycon.ng.comu that return types with arguments of type GrupDispatcher 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.Methods in es.caib.seycon.ng.comu with parameters of type GrupDispatcher Modifier and Type Method Description static void
GrupDispatcher. toGrupDispatcher(SystemGroup source, GrupDispatcher target)
Updates a GrupDispatcher value object based on a SystemGroup object.Constructors in es.caib.seycon.ng.comu with parameters of type GrupDispatcher Constructor Description GrupDispatcher(GrupDispatcher otherBean)
-
Uses of GrupDispatcher in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return GrupDispatcher Modifier and Type Method Description GrupDispatcher
DispatcherService. create(GrupDispatcher grupDispatcher)
Operation createGrupDispatcher
DispatcherService. update(GrupDispatcher grupDispatcher)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type GrupDispatcher Modifier and Type Method Description Collection<GrupDispatcher>
DispatcherService. getGrupsDispatcher(Dispatcher agent)
Operation getGrupsDispatcherMethods in es.caib.seycon.ng.servei with parameters of type GrupDispatcher Modifier and Type Method Description GrupDispatcher
DispatcherService. create(GrupDispatcher grupDispatcher)
Operation createvoid
DispatcherService. delete(GrupDispatcher grupDispatcher)
Operation deleteGrupDispatcher
DispatcherService. update(GrupDispatcher grupDispatcher)
Operation update -
Uses of GrupDispatcher in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return GrupDispatcher Modifier and Type Method Description GrupDispatcher
DispatcherService. create(GrupDispatcher grupDispatcher)
GrupDispatcher
DispatcherService. update(GrupDispatcher grupDispatcher)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type GrupDispatcher Modifier and Type Method Description Collection<GrupDispatcher>
DispatcherService. getGrupsDispatcher(Dispatcher agent)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type GrupDispatcher Modifier and Type Method Description GrupDispatcher
DispatcherService. create(GrupDispatcher grupDispatcher)
void
DispatcherService. delete(GrupDispatcher grupDispatcher)
GrupDispatcher
DispatcherService. update(GrupDispatcher grupDispatcher)
-