Uses of Class
com.soffid.iam.model.HostSystemEntity
-
Packages that use HostSystemEntity Package Description com.soffid.iam.model -
-
Uses of HostSystemEntity in com.soffid.iam.model
Subclasses of HostSystemEntity in com.soffid.iam.model Modifier and Type Class Description class
HostSystemEntityImpl
Entity HostSystemEntity implementationMethods in com.soffid.iam.model that return HostSystemEntity Modifier and Type Method Description HostSystemEntity
HostSystemEntityDao. load(Long id)
Loads an instance ofHostSystemEntity
from the persistent store.HostSystemEntity
HostSystemEntityDaoBase. load(Long id)
Loads an instance ofHostSystemEntity
from the persistent store.HostSystemEntity
HostSystemEntityDao. newHostSystemEntity()
Creates an instance ofHostSystemEntity
.HostSystemEntity
HostSystemEntityDaoBase. newHostSystemEntity()
Creates an instance ofHostSystemEntity
.Methods in com.soffid.iam.model that return types with arguments of type HostSystemEntity Modifier and Type Method Description Collection<HostSystemEntity>
SystemEntity. getHosts()
Gets value for attribute hostsCollection<HostSystemEntity>
HostEntity. getSystems()
Gets value for attribute systemsList<HostSystemEntity>
HostSystemEntityDao. loadAll()
Loads all instances ofHostSystemEntity
from the persistent store.List<HostSystemEntity>
HostSystemEntityDaoBase. loadAll()
Loads all instances ofHostSystemEntity
from the persistent store.List<HostSystemEntity>
HostSystemEntityDao. query(String query, Parameter[] parameters)
Query ofHostSystemEntity
from the persistent store.List<HostSystemEntity>
HostSystemEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostSystemEntity
from the persistent store.List<HostSystemEntity>
HostSystemEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofHostSystemEntity
from the persistent store.List<HostSystemEntity>
HostSystemEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostSystemEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type HostSystemEntity Modifier and Type Method Description void
HostSystemEntityDao. create(HostSystemEntity entity)
Adds an instance ofHostSystemEntity
to the persistent store.void
HostSystemEntityDaoBase. create(HostSystemEntity entity)
Adds an instance ofHostSystemEntity
to the persistent store.void
HostSystemEntityDao. remove(HostSystemEntity entity)
Removes an instance ofHostSystemEntity
from the persistent store.void
HostSystemEntityDaoBase. remove(HostSystemEntity entity)
Removes an instance ofHostSystemEntity
from the persistent store.void
HostSystemEntityDao. update(HostSystemEntity entity)
Updates an instance ofHostSystemEntity
at the persistent store.void
HostSystemEntityDaoBase. update(HostSystemEntity entity)
Updates an instance ofHostSystemEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type HostSystemEntity Modifier and Type Method Description void
HostSystemEntityDao. create(Collection<? extends HostSystemEntity> entities)
Creates a collection ofHostSystemEntity
and adds it to the persistent store.void
HostSystemEntityDaoBase. create(Collection<? extends HostSystemEntity> entities)
Creates a collection ofHostSystemEntity
and adds it to the persistent store.void
HostSystemEntityDao. remove(Collection<? extends HostSystemEntity> entities)
Removes a collection ofHostSystemEntity
from the persistent store.void
HostSystemEntityDaoBase. remove(Collection<? extends HostSystemEntity> entities)
Removes a collection ofHostSystemEntity
from the persistent store.void
SystemEntity. setHosts(Collection<HostSystemEntity> hosts)
Sets value for attribute hostsvoid
HostEntity. setSystems(Collection<HostSystemEntity> systems)
Sets value for attribute systemsvoid
HostSystemEntityDao. update(Collection<? extends HostSystemEntity> entities)
Updates a collection ofHostSystemEntity
in the persistent store.void
HostSystemEntityDaoBase. update(Collection<? extends HostSystemEntity> entities)
Updates a collection ofHostSystemEntity
in the persistent store.
-