Uses of Class
com.soffid.iam.model.ServerCertificateEntity
-
Packages that use ServerCertificateEntity Package Description com.soffid.iam.model -
-
Uses of ServerCertificateEntity in com.soffid.iam.model
Subclasses of ServerCertificateEntity in com.soffid.iam.model Modifier and Type Class Description class
ServerCertificateEntityImpl
Entity ServerCertificateEntity implementationMethods in com.soffid.iam.model that return ServerCertificateEntity Modifier and Type Method Description ServerCertificateEntity
ServerCertificateEntityDao. findByServer(long serverId)
Operation findByServerServerCertificateEntity
ServerCertificateEntityDao. findByServer(CriteriaSearchConfiguration criteria, long serverId)
CriteriaSearchConfiguration finderServerCertificateEntity
ServerCertificateEntityDaoBase. findByServer(long serverId)
Operation findByServerServerCertificateEntity
ServerCertificateEntityDaoBase. findByServer(CriteriaSearchConfiguration criteria, long serverId)
CriteriaSearchConfiguration implementationServerCertificateEntity
ServerCertificateEntityDaoBase. findByServer(String queryString, CriteriaSearchConfiguration criteria, long serverId)
Internal implementationServerCertificateEntity
ServerCertificateEntityDao. load(Long id)
Loads an instance ofServerCertificateEntity
from the persistent store.ServerCertificateEntity
ServerCertificateEntityDaoBase. load(Long id)
Loads an instance ofServerCertificateEntity
from the persistent store.ServerCertificateEntity
ServerCertificateEntityDao. newServerCertificateEntity()
Creates an instance ofServerCertificateEntity
.ServerCertificateEntity
ServerCertificateEntityDaoBase. newServerCertificateEntity()
Creates an instance ofServerCertificateEntity
.Methods in com.soffid.iam.model that return types with arguments of type ServerCertificateEntity Modifier and Type Method Description Collection<ServerCertificateEntity>
ServerEntity. getCertificates()
Gets value for attribute certificatesList<ServerCertificateEntity>
ServerCertificateEntityDao. loadAll()
Loads all instances ofServerCertificateEntity
from the persistent store.List<ServerCertificateEntity>
ServerCertificateEntityDaoBase. loadAll()
Loads all instances ofServerCertificateEntity
from the persistent store.List<ServerCertificateEntity>
ServerCertificateEntityDao. query(String query, Parameter[] parameters)
Query ofServerCertificateEntity
from the persistent store.List<ServerCertificateEntity>
ServerCertificateEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofServerCertificateEntity
from the persistent store.List<ServerCertificateEntity>
ServerCertificateEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofServerCertificateEntity
from the persistent store.List<ServerCertificateEntity>
ServerCertificateEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofServerCertificateEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type ServerCertificateEntity Modifier and Type Method Description void
ServerCertificateEntityDao. create(ServerCertificateEntity entity)
Adds an instance ofServerCertificateEntity
to the persistent store.void
ServerCertificateEntityDaoBase. create(ServerCertificateEntity entity)
Adds an instance ofServerCertificateEntity
to the persistent store.void
ServerCertificateEntityDao. remove(ServerCertificateEntity entity)
Removes an instance ofServerCertificateEntity
from the persistent store.void
ServerCertificateEntityDaoBase. remove(ServerCertificateEntity entity)
Removes an instance ofServerCertificateEntity
from the persistent store.void
ServerCertificateEntityDao. update(ServerCertificateEntity entity)
Updates an instance ofServerCertificateEntity
at the persistent store.void
ServerCertificateEntityDaoBase. update(ServerCertificateEntity entity)
Updates an instance ofServerCertificateEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ServerCertificateEntity Modifier and Type Method Description void
ServerCertificateEntityDao. create(Collection<? extends ServerCertificateEntity> entities)
Creates a collection ofServerCertificateEntity
and adds it to the persistent store.void
ServerCertificateEntityDaoBase. create(Collection<? extends ServerCertificateEntity> entities)
Creates a collection ofServerCertificateEntity
and adds it to the persistent store.void
ServerCertificateEntityDao. remove(Collection<? extends ServerCertificateEntity> entities)
Removes a collection ofServerCertificateEntity
from the persistent store.void
ServerCertificateEntityDaoBase. remove(Collection<? extends ServerCertificateEntity> entities)
Removes a collection ofServerCertificateEntity
from the persistent store.void
ServerEntity. setCertificates(Collection<ServerCertificateEntity> certificates)
Sets value for attribute certificatesvoid
ServerCertificateEntityDao. update(Collection<? extends ServerCertificateEntity> entities)
Updates a collection ofServerCertificateEntity
in the persistent store.void
ServerCertificateEntityDaoBase. update(Collection<? extends ServerCertificateEntity> entities)
Updates a collection ofServerCertificateEntity
in the persistent store.
-