Uses of Class
com.soffid.iam.model.IssueHostEntity
-
Packages that use IssueHostEntity Package Description com.soffid.iam.model -
-
Uses of IssueHostEntity in com.soffid.iam.model
Subclasses of IssueHostEntity in com.soffid.iam.model Modifier and Type Class Description class
IssueHostEntityImpl
Entity IssueHostEntity implementationMethods in com.soffid.iam.model that return IssueHostEntity Modifier and Type Method Description IssueHostEntity
IssueHostEntityDao. issueHostToEntity(com.soffid.iam.api.IssueHost instance)
Transforms fromIssueHost
objectIssueHostEntity
IssueHostEntityDaoImpl. issueHostToEntity(com.soffid.iam.api.IssueHost instance)
IssueHostEntity
IssueHostEntityDao. load(Long id)
Loads an instance ofIssueHostEntity
from the persistent store.IssueHostEntity
IssueHostEntityDaoBase. load(Long id)
Loads an instance ofIssueHostEntity
from the persistent store.IssueHostEntity
IssueHostEntityDao. newIssueHostEntity()
Creates an instance ofIssueHostEntity
.IssueHostEntity
IssueHostEntityDaoBase. newIssueHostEntity()
Creates an instance ofIssueHostEntity
.Methods in com.soffid.iam.model that return types with arguments of type IssueHostEntity Modifier and Type Method Description Collection<IssueHostEntity>
HostEntity. getEvents()
Gets value for attribute eventsCollection<IssueHostEntity>
IssueEntity. getHosts()
Gets value for attribute hostsList<IssueHostEntity>
IssueHostEntityDao. issueHostToEntityList(Collection<com.soffid.iam.api.IssueHost> instances)
Transforms fromIssueHost
listList<IssueHostEntity>
IssueHostEntityDaoBase. issueHostToEntityList(Collection<com.soffid.iam.api.IssueHost> instances)
Transforms fromIssueHost
listList<IssueHostEntity>
IssueHostEntityDao. loadAll()
Loads all instances ofIssueHostEntity
from the persistent store.List<IssueHostEntity>
IssueHostEntityDaoBase. loadAll()
Loads all instances ofIssueHostEntity
from the persistent store.List<IssueHostEntity>
IssueHostEntityDao. query(String query, Parameter[] parameters)
Query ofIssueHostEntity
from the persistent store.List<IssueHostEntity>
IssueHostEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofIssueHostEntity
from the persistent store.List<IssueHostEntity>
IssueHostEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofIssueHostEntity
from the persistent store.List<IssueHostEntity>
IssueHostEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofIssueHostEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type IssueHostEntity Modifier and Type Method Description void
IssueHostEntityDao. create(IssueHostEntity entity)
Adds an instance ofIssueHostEntity
to the persistent store.void
IssueHostEntityDaoBase. create(IssueHostEntity entity)
Adds an instance ofIssueHostEntity
to the persistent store.void
IssueHostEntityDao. issueHostToEntity(com.soffid.iam.api.IssueHost source, IssueHostEntity target, boolean copyIfNull)
Copy data fromIssueHost
objectvoid
IssueHostEntityDaoBase. issueHostToEntity(com.soffid.iam.api.IssueHost source, IssueHostEntity target, boolean copyIfNull)
Copy data fromIssueHost
objectvoid
IssueHostEntityDaoImpl. issueHostToEntity(com.soffid.iam.api.IssueHost source, IssueHostEntity target, boolean copyIfNull)
void
IssueHostEntityDao. remove(IssueHostEntity entity)
Removes an instance ofIssueHostEntity
from the persistent store.void
IssueHostEntityDaoBase. remove(IssueHostEntity entity)
Removes an instance ofIssueHostEntity
from the persistent store.com.soffid.iam.api.IssueHost
IssueHostEntityDao. toIssueHost(IssueHostEntity entity)
Transforms toIssueHost
objectvoid
IssueHostEntityDao. toIssueHost(IssueHostEntity source, com.soffid.iam.api.IssueHost target)
Copy data toIssueHost
objectcom.soffid.iam.api.IssueHost
IssueHostEntityDaoBase. toIssueHost(IssueHostEntity entity)
Transforms toIssueHost
objectvoid
IssueHostEntityDaoBase. toIssueHost(IssueHostEntity source, com.soffid.iam.api.IssueHost target)
Copy data toIssueHost
objectvoid
IssueHostEntityDaoImpl. toIssueHost(IssueHostEntity source, com.soffid.iam.api.IssueHost target)
void
IssueHostEntityDao. update(IssueHostEntity entity)
Updates an instance ofIssueHostEntity
at the persistent store.void
IssueHostEntityDaoBase. update(IssueHostEntity entity)
Updates an instance ofIssueHostEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type IssueHostEntity Modifier and Type Method Description void
IssueHostEntityDao. create(Collection<? extends IssueHostEntity> entities)
Creates a collection ofIssueHostEntity
and adds it to the persistent store.void
IssueHostEntityDaoBase. create(Collection<? extends IssueHostEntity> entities)
Creates a collection ofIssueHostEntity
and adds it to the persistent store.void
IssueHostEntityDao. remove(Collection<? extends IssueHostEntity> entities)
Removes a collection ofIssueHostEntity
from the persistent store.void
IssueHostEntityDaoBase. remove(Collection<? extends IssueHostEntity> entities)
Removes a collection ofIssueHostEntity
from the persistent store.void
HostEntity. setEvents(Collection<IssueHostEntity> events)
Sets value for attribute eventsvoid
IssueEntity. setHosts(Collection<IssueHostEntity> hosts)
Sets value for attribute hostsList<com.soffid.iam.api.IssueHost>
IssueHostEntityDao. toIssueHostList(Collection<IssueHostEntity> entities)
Transforms toIssueHost
listList<com.soffid.iam.api.IssueHost>
IssueHostEntityDaoBase. toIssueHostList(Collection<IssueHostEntity> instances)
Transforms toIssueHost
listvoid
IssueHostEntityDao. update(Collection<? extends IssueHostEntity> entities)
Updates a collection ofIssueHostEntity
in the persistent store.void
IssueHostEntityDaoBase. update(Collection<? extends IssueHostEntity> entities)
Updates a collection ofIssueHostEntity
in the persistent store.
-