Uses of Class
com.soffid.iam.model.ServerEntity
-
Packages that use ServerEntity Package Description com.soffid.iam.model -
-
Uses of ServerEntity in com.soffid.iam.model
Subclasses of ServerEntity in com.soffid.iam.model Modifier and Type Class Description classServerEntityImplEntity ServerEntity implementationMethods in com.soffid.iam.model that return ServerEntity Modifier and Type Method Description ServerEntityServerEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration finderServerEntityServerEntityDao. findByName(String name)Operation findByNameServerEntityServerEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration implementationServerEntityServerEntityDaoBase. findByName(String name)Operation findByNameServerEntityServerEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)Internal implementationServerEntityServerEntityDao. findRemoteByUrl(CriteriaSearchConfiguration criteria, String url)CriteriaSearchConfiguration finderServerEntityServerEntityDao. findRemoteByUrl(String url)Operation findRemoteByUrlServerEntityServerEntityDaoBase. findRemoteByUrl(CriteriaSearchConfiguration criteria, String url)CriteriaSearchConfiguration implementationServerEntityServerEntityDaoBase. findRemoteByUrl(String url)Operation findRemoteByUrlServerEntityServerEntityDaoBase. findRemoteByUrl(String queryString, CriteriaSearchConfiguration criteria, String url)Internal implementationServerEntityNetworkEntity. getDiscoveryServer()Gets value for attribute discoveryServerServerEntityScheduledTaskEntity. getServer()Gets value for attribute serverServerEntitySecretEntity. getServer()Gets value for attribute serverServerEntityServerCertificateEntity. getServer()Gets value for attribute serverServerEntityServerInstanceEntity. getServer()Gets value for attribute serverServerEntityTenantServerEntity. getTenantServer()Gets value for attribute tenantServerServerEntityServerEntityDao. load(Long id)Loads an instance ofServerEntityfrom the persistent store.ServerEntityServerEntityDaoBase. load(Long id)Loads an instance ofServerEntityfrom the persistent store.ServerEntityServerEntityDao. newServerEntity()Creates an instance ofServerEntity.ServerEntityServerEntityDaoBase. newServerEntity()Creates an instance ofServerEntity.ServerEntityServerEntityDao. serverToEntity(com.soffid.iam.api.Server instance)Transforms fromServerobjectServerEntityServerEntityDaoBase. serverToEntity(com.soffid.iam.api.Server instance)Transforms fromServerobjectMethods in com.soffid.iam.model that return types with arguments of type ServerEntity Modifier and Type Method Description Collection<ServerEntity>ServerEntityDao. findByTenant(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration finderCollection<ServerEntity>ServerEntityDao. findByTenant(String name)Operation findByTenantCollection<ServerEntity>ServerEntityDaoBase. findByTenant(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration implementationCollection<ServerEntity>ServerEntityDaoBase. findByTenant(String name)Operation findByTenantCollection<ServerEntity>ServerEntityDaoBase. findByTenant(String queryString, CriteriaSearchConfiguration criteria, String name)Internal implementationCollection<ServerEntity>ServerEntityDao. findGatewayByTenant(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration finderCollection<ServerEntity>ServerEntityDao. findGatewayByTenant(String name)Operation findGatewayByTenantCollection<ServerEntity>ServerEntityDaoBase. findGatewayByTenant(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration implementationCollection<ServerEntity>ServerEntityDaoBase. findGatewayByTenant(String name)Operation findGatewayByTenantCollection<ServerEntity>ServerEntityDaoBase. findGatewayByTenant(String queryString, CriteriaSearchConfiguration criteria, String name)Internal implementationList<ServerEntity>ServerEntityDao. loadAll()Loads all instances ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDaoBase. loadAll()Loads all instances ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDao. query(String query, Parameter[] parameters)Query ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofServerEntityfrom the persistent store.List<ServerEntity>ServerEntityDao. serverToEntityList(Collection<com.soffid.iam.api.Server> instances)Transforms fromServerlistList<ServerEntity>ServerEntityDaoBase. serverToEntityList(Collection<com.soffid.iam.api.Server> instances)Transforms fromServerlistMethods in com.soffid.iam.model with parameters of type ServerEntity Modifier and Type Method Description voidServerEntityDao. create(ServerEntity entity)Adds an instance ofServerEntityto the persistent store.voidServerEntityDaoBase. create(ServerEntity entity)Adds an instance ofServerEntityto the persistent store.List<SecretEntity>SecretEntityDao. findByServer(CriteriaSearchConfiguration criteria, ServerEntity server)CriteriaSearchConfiguration finderList<SecretEntity>SecretEntityDao. findByServer(ServerEntity server)Operation findByServerList<SecretEntity>SecretEntityDaoBase. findByServer(CriteriaSearchConfiguration criteria, ServerEntity server)CriteriaSearchConfiguration implementationList<SecretEntity>SecretEntityDaoBase. findByServer(ServerEntity server)Operation findByServerList<SecretEntity>SecretEntityDaoBase. findByServer(String queryString, CriteriaSearchConfiguration criteria, ServerEntity server)Internal implementationvoidServerEntityDao. remove(ServerEntity entity)Removes an instance ofServerEntityfrom the persistent store.voidServerEntityDaoBase. remove(ServerEntity entity)Removes an instance ofServerEntityfrom the persistent store.voidServerEntityDaoImpl. remove(ServerEntity entity)voidServerEntityDao. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)Copy data fromServerobjectvoidServerEntityDaoBase. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)Copy data fromServerobjectvoidServerEntityDaoImpl. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)voidNetworkEntity. setDiscoveryServer(ServerEntity discoveryServer)Sets value for attribute discoveryServervoidScheduledTaskEntity. setServer(ServerEntity server)Sets value for attribute servervoidSecretEntity. setServer(ServerEntity server)Sets value for attribute servervoidServerCertificateEntity. setServer(ServerEntity server)Sets value for attribute servervoidServerInstanceEntity. setServer(ServerEntity server)Sets value for attribute servervoidTenantServerEntity. setTenantServer(ServerEntity tenantServer)Sets value for attribute tenantServercom.soffid.iam.api.ServerServerEntityDao. toServer(ServerEntity entity)Transforms toServerobjectvoidServerEntityDao. toServer(ServerEntity source, com.soffid.iam.api.Server target)Copy data toServerobjectcom.soffid.iam.api.ServerServerEntityDaoBase. toServer(ServerEntity entity)Transforms toServerobjectvoidServerEntityDaoBase. toServer(ServerEntity source, com.soffid.iam.api.Server target)Copy data toServerobjectcom.soffid.iam.api.ServerServerEntityDaoImpl. toServer(ServerEntity entity)voidServerEntityDaoImpl. toServer(ServerEntity source, com.soffid.iam.api.Server target)voidServerEntityDao. update(ServerEntity entity)Updates an instance ofServerEntityat the persistent store.voidServerEntityDaoBase. update(ServerEntity entity)Updates an instance ofServerEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ServerEntity Modifier and Type Method Description voidServerEntityDao. create(Collection<? extends ServerEntity> entities)Creates a collection ofServerEntityand adds it to the persistent store.voidServerEntityDaoBase. create(Collection<? extends ServerEntity> entities)Creates a collection ofServerEntityand adds it to the persistent store.voidServerEntityDao. remove(Collection<? extends ServerEntity> entities)Removes a collection ofServerEntityfrom the persistent store.voidServerEntityDaoBase. remove(Collection<? extends ServerEntity> entities)Removes a collection ofServerEntityfrom the persistent store.List<com.soffid.iam.api.Server>ServerEntityDao. toServerList(Collection<ServerEntity> entities)Transforms toServerlistList<com.soffid.iam.api.Server>ServerEntityDaoBase. toServerList(Collection<ServerEntity> instances)Transforms toServerlistvoidServerEntityDao. update(Collection<? extends ServerEntity> entities)Updates a collection ofServerEntityin the persistent store.voidServerEntityDaoBase. update(Collection<? extends ServerEntity> entities)Updates a collection ofServerEntityin the persistent store.
-