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 classTenantServerEntityImplEntity TenantServerEntity implementationMethods in com.soffid.iam.model that return TenantServerEntity Modifier and Type Method Description TenantServerEntityTenantServerEntityDao. load(Long id)Loads an instance ofTenantServerEntityfrom the persistent store.TenantServerEntityTenantServerEntityDaoBase. load(Long id)Loads an instance ofTenantServerEntityfrom the persistent store.TenantServerEntityTenantServerEntityDao. newTenantServerEntity()Creates an instance ofTenantServerEntity.TenantServerEntityTenantServerEntityDaoBase. 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 ofTenantServerEntityfrom the persistent store.List<TenantServerEntity>TenantServerEntityDaoBase. loadAll()Loads all instances ofTenantServerEntityfrom the persistent store.List<TenantServerEntity>TenantServerEntityDao. query(String query, Parameter[] parameters)Query ofTenantServerEntityfrom the persistent store.List<TenantServerEntity>TenantServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofTenantServerEntityfrom the persistent store.List<TenantServerEntity>TenantServerEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofTenantServerEntityfrom the persistent store.List<TenantServerEntity>TenantServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofTenantServerEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type TenantServerEntity Modifier and Type Method Description voidTenantServerEntityDao. create(TenantServerEntity entity)Adds an instance ofTenantServerEntityto the persistent store.voidTenantServerEntityDaoBase. create(TenantServerEntity entity)Adds an instance ofTenantServerEntityto the persistent store.voidTenantServerEntityDao. remove(TenantServerEntity entity)Removes an instance ofTenantServerEntityfrom the persistent store.voidTenantServerEntityDaoBase. remove(TenantServerEntity entity)Removes an instance ofTenantServerEntityfrom the persistent store.voidTenantServerEntityDao. update(TenantServerEntity entity)Updates an instance ofTenantServerEntityat the persistent store.voidTenantServerEntityDaoBase. update(TenantServerEntity entity)Updates an instance ofTenantServerEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type TenantServerEntity Modifier and Type Method Description voidTenantServerEntityDao. create(Collection<? extends TenantServerEntity> entities)Creates a collection ofTenantServerEntityand adds it to the persistent store.voidTenantServerEntityDaoBase. create(Collection<? extends TenantServerEntity> entities)Creates a collection ofTenantServerEntityand adds it to the persistent store.voidTenantServerEntityDao. remove(Collection<? extends TenantServerEntity> entities)Removes a collection ofTenantServerEntityfrom the persistent store.voidTenantServerEntityDaoBase. remove(Collection<? extends TenantServerEntity> entities)Removes a collection ofTenantServerEntityfrom the persistent store.voidTenantEntity. setServers(Collection<TenantServerEntity> servers)Sets value for attribute serversvoidServerEntity. setTenants(Collection<TenantServerEntity> tenants)Sets value for attribute tenantsvoidTenantServerEntityDao. update(Collection<? extends TenantServerEntity> entities)Updates a collection ofTenantServerEntityin the persistent store.voidTenantServerEntityDaoBase. update(Collection<? extends TenantServerEntity> entities)Updates a collection ofTenantServerEntityin the persistent store.
-