Uses of Class
es.caib.seycon.ng.comu.ServerPlugin
-
Packages that use ServerPlugin Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of ServerPlugin in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ServerPlugin Modifier and Type Method Description static ServerPluginServerPlugin. toServerPlugin(ServerPlugin vo)Creates a ServerPlugin value object based on a ServerPlugin object.static voidServerPlugin. toServerPlugin(ServerPlugin source, ServerPlugin target)Updates a ServerPlugin value object based on a ServerPlugin object.static ServerPlugin[]ServerPlugin. toServerPluginArray(ServerPlugin[] source)Creates a ServerPlugin array on a ServerPlugin array.Method parameters in com.soffid.iam.api with type arguments of type ServerPlugin Modifier and Type Method Description static AsyncList<ServerPlugin>ServerPlugin. toServerPluginAsyncList(AsyncList<ServerPlugin> source)Creates a ServerPlugin asynclist on a ServerPlugin collection.static PagedResult<ServerPlugin>ServerPlugin. toServerPluginList(PagedResult<ServerPlugin> source)Creates a ServerPlugin pagedResult on a ServerPlugin collection.static List<ServerPlugin>ServerPlugin. toServerPluginList(Collection<ServerPlugin> source)Creates a ServerPlugin list on a ServerPlugin collection. -
Uses of ServerPlugin in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ServerPlugin Modifier and Type Method Description static ServerPluginServerPlugin. toServerPlugin(ServerPlugin vo)Creates a ServerPlugin value object based on a ServerPlugin object.static ServerPlugin[]ServerPlugin. toServerPluginArray(ServerPlugin[] source)Creates a ServerPlugin array on a ServerPlugin array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ServerPlugin Modifier and Type Method Description static AsyncList<ServerPlugin>ServerPlugin. toServerPluginAsyncList(AsyncList<ServerPlugin> source)Creates a ServerPlugin asynclist on a ServerPlugin collection.static PagedResult<ServerPlugin>ServerPlugin. toServerPluginList(PagedResult<ServerPlugin> source)Creates a ServerPlugin pagedResult on a ServerPlugin collection.static List<ServerPlugin>ServerPlugin. toServerPluginList(Collection<ServerPlugin> source)Creates a ServerPlugin list on a ServerPlugin collection.Methods in es.caib.seycon.ng.comu with parameters of type ServerPlugin Modifier and Type Method Description static voidServerPlugin. toServerPlugin(ServerPlugin source, ServerPlugin target)Updates a ServerPlugin value object based on a ServerPlugin object.Constructors in es.caib.seycon.ng.comu with parameters of type ServerPlugin Constructor Description ServerPlugin(ServerPlugin otherBean) -
Uses of ServerPlugin in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return types with arguments of type ServerPlugin Modifier and Type Method Description Collection<ServerPlugin>ServerPluginService. listServerPlugins()Operation listServerPluginsMethods in es.caib.seycon.ng.servei with parameters of type ServerPlugin Modifier and Type Method Description voidServerPluginService. deletePlugin(ServerPlugin plugin)Operation deletePluginvoidServerPluginService. enablePlugin(ServerPlugin plugin, boolean status)Operation enablePluginCollection<AgentDescriptor>ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)Operation getPluginAgentDescriptorsvoidServerPluginService. updatePlugin(ServerPlugin plugin)Operation updatePlugin -
Uses of ServerPlugin in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type ServerPlugin Modifier and Type Method Description Collection<ServerPlugin>ServerPluginService. listServerPlugins()Methods in es.caib.seycon.ng.servei.ejb with parameters of type ServerPlugin Modifier and Type Method Description voidServerPluginService. deletePlugin(ServerPlugin plugin)voidServerPluginService. enablePlugin(ServerPlugin plugin, boolean status)Collection<AgentDescriptor>ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)voidServerPluginService. updatePlugin(ServerPlugin plugin)
-