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 class
ServerEntityImpl
Entity ServerEntity implementationMethods in com.soffid.iam.model that return ServerEntity Modifier and Type Method Description ServerEntity
ServerEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration finderServerEntity
ServerEntityDao. findByName(String name)
Operation findByNameServerEntity
ServerEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementationServerEntity
ServerEntityDaoBase. findByName(String name)
Operation findByNameServerEntity
ServerEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementationServerEntity
ServerEntityDao. findRemoteByUrl(CriteriaSearchConfiguration criteria, String url)
CriteriaSearchConfiguration finderServerEntity
ServerEntityDao. findRemoteByUrl(String url)
Operation findRemoteByUrlServerEntity
ServerEntityDaoBase. findRemoteByUrl(CriteriaSearchConfiguration criteria, String url)
CriteriaSearchConfiguration implementationServerEntity
ServerEntityDaoBase. findRemoteByUrl(String url)
Operation findRemoteByUrlServerEntity
ServerEntityDaoBase. findRemoteByUrl(String queryString, CriteriaSearchConfiguration criteria, String url)
Internal implementationServerEntity
NetworkEntity. getDiscoveryServer()
Gets value for attribute discoveryServerServerEntity
ScheduledTaskEntity. getServer()
Gets value for attribute serverServerEntity
SecretEntity. getServer()
Gets value for attribute serverServerEntity
ServerCertificateEntity. getServer()
Gets value for attribute serverServerEntity
ServerInstanceEntity. getServer()
Gets value for attribute serverServerEntity
TenantServerEntity. getTenantServer()
Gets value for attribute tenantServerServerEntity
ServerEntityDao. load(Long id)
Loads an instance ofServerEntity
from the persistent store.ServerEntity
ServerEntityDaoBase. load(Long id)
Loads an instance ofServerEntity
from the persistent store.ServerEntity
ServerEntityDao. newServerEntity()
Creates an instance ofServerEntity
.ServerEntity
ServerEntityDaoBase. newServerEntity()
Creates an instance ofServerEntity
.ServerEntity
ServerEntityDao. serverToEntity(com.soffid.iam.api.Server instance)
Transforms fromServer
objectServerEntity
ServerEntityDaoBase. serverToEntity(com.soffid.iam.api.Server instance)
Transforms fromServer
objectMethods 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 ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDaoBase. loadAll()
Loads all instances ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDao. query(String query, Parameter[] parameters)
Query ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofServerEntity
from the persistent store.List<ServerEntity>
ServerEntityDao. serverToEntityList(Collection<com.soffid.iam.api.Server> instances)
Transforms fromServer
listList<ServerEntity>
ServerEntityDaoBase. serverToEntityList(Collection<com.soffid.iam.api.Server> instances)
Transforms fromServer
listMethods in com.soffid.iam.model with parameters of type ServerEntity Modifier and Type Method Description void
ServerEntityDao. create(ServerEntity entity)
Adds an instance ofServerEntity
to the persistent store.void
ServerEntityDaoBase. create(ServerEntity entity)
Adds an instance ofServerEntity
to 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 implementationvoid
ServerEntityDao. remove(ServerEntity entity)
Removes an instance ofServerEntity
from the persistent store.void
ServerEntityDaoBase. remove(ServerEntity entity)
Removes an instance ofServerEntity
from the persistent store.void
ServerEntityDaoImpl. remove(ServerEntity entity)
void
ServerEntityDao. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)
Copy data fromServer
objectvoid
ServerEntityDaoBase. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)
Copy data fromServer
objectvoid
ServerEntityDaoImpl. serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)
void
NetworkEntity. setDiscoveryServer(ServerEntity discoveryServer)
Sets value for attribute discoveryServervoid
ScheduledTaskEntity. setServer(ServerEntity server)
Sets value for attribute servervoid
SecretEntity. setServer(ServerEntity server)
Sets value for attribute servervoid
ServerCertificateEntity. setServer(ServerEntity server)
Sets value for attribute servervoid
ServerInstanceEntity. setServer(ServerEntity server)
Sets value for attribute servervoid
TenantServerEntity. setTenantServer(ServerEntity tenantServer)
Sets value for attribute tenantServercom.soffid.iam.api.Server
ServerEntityDao. toServer(ServerEntity entity)
Transforms toServer
objectvoid
ServerEntityDao. toServer(ServerEntity source, com.soffid.iam.api.Server target)
Copy data toServer
objectcom.soffid.iam.api.Server
ServerEntityDaoBase. toServer(ServerEntity entity)
Transforms toServer
objectvoid
ServerEntityDaoBase. toServer(ServerEntity source, com.soffid.iam.api.Server target)
Copy data toServer
objectcom.soffid.iam.api.Server
ServerEntityDaoImpl. toServer(ServerEntity entity)
void
ServerEntityDaoImpl. toServer(ServerEntity source, com.soffid.iam.api.Server target)
void
ServerEntityDao. update(ServerEntity entity)
Updates an instance ofServerEntity
at the persistent store.void
ServerEntityDaoBase. update(ServerEntity entity)
Updates an instance ofServerEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ServerEntity Modifier and Type Method Description void
ServerEntityDao. create(Collection<? extends ServerEntity> entities)
Creates a collection ofServerEntity
and adds it to the persistent store.void
ServerEntityDaoBase. create(Collection<? extends ServerEntity> entities)
Creates a collection ofServerEntity
and adds it to the persistent store.void
ServerEntityDao. remove(Collection<? extends ServerEntity> entities)
Removes a collection ofServerEntity
from the persistent store.void
ServerEntityDaoBase. remove(Collection<? extends ServerEntity> entities)
Removes a collection ofServerEntity
from the persistent store.List<com.soffid.iam.api.Server>
ServerEntityDao. toServerList(Collection<ServerEntity> entities)
Transforms toServer
listList<com.soffid.iam.api.Server>
ServerEntityDaoBase. toServerList(Collection<ServerEntity> instances)
Transforms toServer
listvoid
ServerEntityDao. update(Collection<? extends ServerEntity> entities)
Updates a collection ofServerEntity
in the persistent store.void
ServerEntityDaoBase. update(Collection<? extends ServerEntity> entities)
Updates a collection ofServerEntity
in the persistent store.
-