Uses of Class
com.soffid.iam.model.TenantServerEntity
-
Packages that use TenantServerEntity Package Description com.soffid.iam.model -
-
Uses of TenantServerEntity in com.soffid.iam.model
Subclasses of TenantServerEntity in com.soffid.iam.model Modifier and Type Class Description class
TenantServerEntityImpl
Entity TenantServerEntity implementationMethods in com.soffid.iam.model that return TenantServerEntity Modifier and Type Method Description TenantServerEntity
TenantServerEntityDao. load(Long id)
Loads an instance ofTenantServerEntity
from the persistent store.TenantServerEntity
TenantServerEntityDaoBase. load(Long id)
Loads an instance ofTenantServerEntity
from the persistent store.TenantServerEntity
TenantServerEntityDao. newTenantServerEntity()
Creates an instance ofTenantServerEntity
.TenantServerEntity
TenantServerEntityDaoBase. newTenantServerEntity()
Creates an instance ofTenantServerEntity
.Methods in com.soffid.iam.model that return types with arguments of type TenantServerEntity Modifier and Type Method Description Collection<TenantServerEntity>
TenantEntity. getServers()
Gets value for attribute serversCollection<TenantServerEntity>
ServerEntity. getTenants()
Gets value for attribute tenantsList<TenantServerEntity>
TenantServerEntityDao. loadAll()
Loads all instances ofTenantServerEntity
from the persistent store.List<TenantServerEntity>
TenantServerEntityDaoBase. loadAll()
Loads all instances ofTenantServerEntity
from the persistent store.List<TenantServerEntity>
TenantServerEntityDao. query(String query, Parameter[] parameters)
Query ofTenantServerEntity
from the persistent store.List<TenantServerEntity>
TenantServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTenantServerEntity
from the persistent store.List<TenantServerEntity>
TenantServerEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofTenantServerEntity
from the persistent store.List<TenantServerEntity>
TenantServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTenantServerEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type TenantServerEntity Modifier and Type Method Description void
TenantServerEntityDao. create(TenantServerEntity entity)
Adds an instance ofTenantServerEntity
to the persistent store.void
TenantServerEntityDaoBase. create(TenantServerEntity entity)
Adds an instance ofTenantServerEntity
to the persistent store.void
TenantServerEntityDao. remove(TenantServerEntity entity)
Removes an instance ofTenantServerEntity
from the persistent store.void
TenantServerEntityDaoBase. remove(TenantServerEntity entity)
Removes an instance ofTenantServerEntity
from the persistent store.void
TenantServerEntityDao. update(TenantServerEntity entity)
Updates an instance ofTenantServerEntity
at the persistent store.void
TenantServerEntityDaoBase. update(TenantServerEntity entity)
Updates an instance ofTenantServerEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type TenantServerEntity Modifier and Type Method Description void
TenantServerEntityDao. create(Collection<? extends TenantServerEntity> entities)
Creates a collection ofTenantServerEntity
and adds it to the persistent store.void
TenantServerEntityDaoBase. create(Collection<? extends TenantServerEntity> entities)
Creates a collection ofTenantServerEntity
and adds it to the persistent store.void
TenantServerEntityDao. remove(Collection<? extends TenantServerEntity> entities)
Removes a collection ofTenantServerEntity
from the persistent store.void
TenantServerEntityDaoBase. remove(Collection<? extends TenantServerEntity> entities)
Removes a collection ofTenantServerEntity
from the persistent store.void
TenantEntity. setServers(Collection<TenantServerEntity> servers)
Sets value for attribute serversvoid
ServerEntity. setTenants(Collection<TenantServerEntity> tenants)
Sets value for attribute tenantsvoid
TenantServerEntityDao. update(Collection<? extends TenantServerEntity> entities)
Updates a collection ofTenantServerEntity
in the persistent store.void
TenantServerEntityDaoBase. update(Collection<? extends TenantServerEntity> entities)
Updates a collection ofTenantServerEntity
in the persistent store.
-