Uses of Class
com.soffid.iam.model.ServerPluginModuleEntity
-
Packages that use ServerPluginModuleEntity Package Description com.soffid.iam.model -
-
Uses of ServerPluginModuleEntity in com.soffid.iam.model
Subclasses of ServerPluginModuleEntity in com.soffid.iam.model Modifier and Type Class Description classServerPluginModuleEntityImplEntity ServerPluginModuleEntity implementationMethods in com.soffid.iam.model that return ServerPluginModuleEntity Modifier and Type Method Description ServerPluginModuleEntityAgentDescriptorEntity. getModule()Gets value for attribute moduleServerPluginModuleEntityServerPluginModuleEntityDao. load(Long id)Loads an instance ofServerPluginModuleEntityfrom the persistent store.ServerPluginModuleEntityServerPluginModuleEntityDaoBase. load(Long id)Loads an instance ofServerPluginModuleEntityfrom the persistent store.ServerPluginModuleEntityServerPluginModuleEntityDao. newServerPluginModuleEntity()Creates an instance ofServerPluginModuleEntity.ServerPluginModuleEntityServerPluginModuleEntityDaoBase. newServerPluginModuleEntity()Creates an instance ofServerPluginModuleEntity.ServerPluginModuleEntityServerPluginModuleEntityDao. serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule instance)Transforms fromServerPluginModuleobjectServerPluginModuleEntityServerPluginModuleEntityDaoImpl. serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule instance)Methods in com.soffid.iam.model that return types with arguments of type ServerPluginModuleEntity Modifier and Type Method Description List<ServerPluginModuleEntity>ServerPluginModuleEntityDao. findByType(CriteriaSearchConfiguration criteria, es.caib.seycon.ng.comu.ServerPluginModuleType type)CriteriaSearchConfiguration finderList<ServerPluginModuleEntity>ServerPluginModuleEntityDao. findByType(es.caib.seycon.ng.comu.ServerPluginModuleType type)Operation findByTypeList<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. findByType(CriteriaSearchConfiguration criteria, es.caib.seycon.ng.comu.ServerPluginModuleType type)CriteriaSearchConfiguration implementationList<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. findByType(es.caib.seycon.ng.comu.ServerPluginModuleType type)Operation findByTypeList<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. findByType(String queryString, CriteriaSearchConfiguration criteria, es.caib.seycon.ng.comu.ServerPluginModuleType type)Internal implementationCollection<ServerPluginModuleEntity>ServerPluginEntity. getModules()Gets value for attribute modulesList<ServerPluginModuleEntity>ServerPluginModuleEntityDao. loadAll()Loads all instances ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. loadAll()Loads all instances ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDao. query(String query, Parameter[] parameters)Query ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofServerPluginModuleEntityfrom the persistent store.List<ServerPluginModuleEntity>ServerPluginModuleEntityDao. serverPluginModuleToEntityList(Collection<com.soffid.iam.api.ServerPluginModule> instances)Transforms fromServerPluginModulelistList<ServerPluginModuleEntity>ServerPluginModuleEntityDaoBase. serverPluginModuleToEntityList(Collection<com.soffid.iam.api.ServerPluginModule> instances)Transforms fromServerPluginModulelistMethods in com.soffid.iam.model with parameters of type ServerPluginModuleEntity Modifier and Type Method Description voidServerPluginModuleEntityDao. create(ServerPluginModuleEntity entity)Adds an instance ofServerPluginModuleEntityto the persistent store.voidServerPluginModuleEntityDaoBase. create(ServerPluginModuleEntity entity)Adds an instance ofServerPluginModuleEntityto the persistent store.voidServerPluginModuleEntityDao. remove(ServerPluginModuleEntity entity)Removes an instance ofServerPluginModuleEntityfrom the persistent store.voidServerPluginModuleEntityDaoBase. remove(ServerPluginModuleEntity entity)Removes an instance ofServerPluginModuleEntityfrom the persistent store.voidServerPluginModuleEntityDao. serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule source, ServerPluginModuleEntity target, boolean copyIfNull)Copy data fromServerPluginModuleobjectvoidServerPluginModuleEntityDaoBase. serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule source, ServerPluginModuleEntity target, boolean copyIfNull)Copy data fromServerPluginModuleobjectvoidAgentDescriptorEntity. setModule(ServerPluginModuleEntity module)Sets value for attribute modulecom.soffid.iam.api.ServerPluginModuleServerPluginModuleEntityDao. toServerPluginModule(ServerPluginModuleEntity entity)Transforms toServerPluginModuleobjectvoidServerPluginModuleEntityDao. toServerPluginModule(ServerPluginModuleEntity source, com.soffid.iam.api.ServerPluginModule target)Copy data toServerPluginModuleobjectcom.soffid.iam.api.ServerPluginModuleServerPluginModuleEntityDaoBase. toServerPluginModule(ServerPluginModuleEntity entity)Transforms toServerPluginModuleobjectvoidServerPluginModuleEntityDaoBase. toServerPluginModule(ServerPluginModuleEntity source, com.soffid.iam.api.ServerPluginModule target)Copy data toServerPluginModuleobjectvoidServerPluginModuleEntityDao. update(ServerPluginModuleEntity entity)Updates an instance ofServerPluginModuleEntityat the persistent store.voidServerPluginModuleEntityDaoBase. update(ServerPluginModuleEntity entity)Updates an instance ofServerPluginModuleEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ServerPluginModuleEntity Modifier and Type Method Description voidServerPluginModuleEntityDao. create(Collection<? extends ServerPluginModuleEntity> entities)Creates a collection ofServerPluginModuleEntityand adds it to the persistent store.voidServerPluginModuleEntityDaoBase. create(Collection<? extends ServerPluginModuleEntity> entities)Creates a collection ofServerPluginModuleEntityand adds it to the persistent store.voidServerPluginModuleEntityDao. remove(Collection<? extends ServerPluginModuleEntity> entities)Removes a collection ofServerPluginModuleEntityfrom the persistent store.voidServerPluginModuleEntityDaoBase. remove(Collection<? extends ServerPluginModuleEntity> entities)Removes a collection ofServerPluginModuleEntityfrom the persistent store.voidServerPluginEntity. setModules(Collection<ServerPluginModuleEntity> modules)Sets value for attribute modulesList<com.soffid.iam.api.ServerPluginModule>ServerPluginModuleEntityDao. toServerPluginModuleList(Collection<ServerPluginModuleEntity> entities)Transforms toServerPluginModulelistList<com.soffid.iam.api.ServerPluginModule>ServerPluginModuleEntityDaoBase. toServerPluginModuleList(Collection<ServerPluginModuleEntity> instances)Transforms toServerPluginModulelistvoidServerPluginModuleEntityDao. update(Collection<? extends ServerPluginModuleEntity> entities)Updates a collection ofServerPluginModuleEntityin the persistent store.voidServerPluginModuleEntityDaoBase. update(Collection<? extends ServerPluginModuleEntity> entities)Updates a collection ofServerPluginModuleEntityin the persistent store.
-