Uses of Class
es.caib.seycon.ng.comu.ServerPluginModule
-
Packages that use ServerPluginModule Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of ServerPluginModule in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ServerPluginModule Modifier and Type Method Description static ServerPluginModule
ServerPluginModule. toServerPluginModule(ServerPluginModule vo)
Creates a ServerPluginModule value object based on a ServerPluginModule object.static void
ServerPluginModule. toServerPluginModule(ServerPluginModule source, ServerPluginModule target)
Updates a ServerPluginModule value object based on a ServerPluginModule object.static ServerPluginModule[]
ServerPluginModule. toServerPluginModuleArray(ServerPluginModule[] source)
Creates a ServerPluginModule array on a ServerPluginModule array.Method parameters in com.soffid.iam.api with type arguments of type ServerPluginModule Modifier and Type Method Description static AsyncList<ServerPluginModule>
ServerPluginModule. toServerPluginModuleAsyncList(AsyncList<ServerPluginModule> source)
Creates a ServerPluginModule asynclist on a ServerPluginModule collection.static PagedResult<ServerPluginModule>
ServerPluginModule. toServerPluginModuleList(PagedResult<ServerPluginModule> source)
Creates a ServerPluginModule pagedResult on a ServerPluginModule collection.static List<ServerPluginModule>
ServerPluginModule. toServerPluginModuleList(Collection<ServerPluginModule> source)
Creates a ServerPluginModule list on a ServerPluginModule collection. -
Uses of ServerPluginModule in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ServerPluginModule Modifier and Type Method Description static ServerPluginModule
ServerPluginModule. toServerPluginModule(ServerPluginModule vo)
Creates a ServerPluginModule value object based on a ServerPluginModule object.static ServerPluginModule[]
ServerPluginModule. toServerPluginModuleArray(ServerPluginModule[] source)
Creates a ServerPluginModule array on a ServerPluginModule array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ServerPluginModule Modifier and Type Method Description Collection<ServerPluginModule>
ServerPlugin. getModules()
Gets value for attribute modulesstatic AsyncList<ServerPluginModule>
ServerPluginModule. toServerPluginModuleAsyncList(AsyncList<ServerPluginModule> source)
Creates a ServerPluginModule asynclist on a ServerPluginModule collection.static PagedResult<ServerPluginModule>
ServerPluginModule. toServerPluginModuleList(PagedResult<ServerPluginModule> source)
Creates a ServerPluginModule pagedResult on a ServerPluginModule collection.static List<ServerPluginModule>
ServerPluginModule. toServerPluginModuleList(Collection<ServerPluginModule> source)
Creates a ServerPluginModule list on a ServerPluginModule collection.Methods in es.caib.seycon.ng.comu with parameters of type ServerPluginModule Modifier and Type Method Description static void
ServerPluginModule. toServerPluginModule(ServerPluginModule source, ServerPluginModule target)
Updates a ServerPluginModule value object based on a ServerPluginModule object.Method parameters in es.caib.seycon.ng.comu with type arguments of type ServerPluginModule Modifier and Type Method Description void
ServerPlugin. setModules(Collection<ServerPluginModule> modules)
Sets value for attribute modulesConstructors in es.caib.seycon.ng.comu with parameters of type ServerPluginModule Constructor Description ServerPluginModule(ServerPluginModule otherBean)
Constructor parameters in es.caib.seycon.ng.comu with type arguments of type ServerPluginModule Constructor Description ServerPlugin(Long id, String version, String name, boolean enabled, String author, Date deployed, Collection<ServerPluginModule> modules)
-