Uses of Class
com.soffid.iam.model.SamlRequestEntity
-
Packages that use SamlRequestEntity Package Description com.soffid.iam.model -
-
Uses of SamlRequestEntity in com.soffid.iam.model
Subclasses of SamlRequestEntity in com.soffid.iam.model Modifier and Type Class Description class
SamlRequestEntityImpl
Entity SamlRequestEntity implementationMethods in com.soffid.iam.model that return SamlRequestEntity Modifier and Type Method Description SamlRequestEntity
SamlRequestEntityDao. findByExternalId(CriteriaSearchConfiguration criteria, String externalId)
CriteriaSearchConfiguration finderSamlRequestEntity
SamlRequestEntityDao. findByExternalId(String externalId)
Operation findByExternalIdSamlRequestEntity
SamlRequestEntityDaoBase. findByExternalId(CriteriaSearchConfiguration criteria, String externalId)
CriteriaSearchConfiguration implementationSamlRequestEntity
SamlRequestEntityDaoBase. findByExternalId(String externalId)
Operation findByExternalIdSamlRequestEntity
SamlRequestEntityDaoBase. findByExternalId(String queryString, CriteriaSearchConfiguration criteria, String externalId)
Internal implementationSamlRequestEntity
SamlRequestEntityDao. load(Long id)
Loads an instance ofSamlRequestEntity
from the persistent store.SamlRequestEntity
SamlRequestEntityDaoBase. load(Long id)
Loads an instance ofSamlRequestEntity
from the persistent store.SamlRequestEntity
SamlRequestEntityDao. newSamlRequestEntity()
Creates an instance ofSamlRequestEntity
.SamlRequestEntity
SamlRequestEntityDaoBase. newSamlRequestEntity()
Creates an instance ofSamlRequestEntity
.Methods in com.soffid.iam.model that return types with arguments of type SamlRequestEntity Modifier and Type Method Description Collection<SamlRequestEntity>
SamlRequestEntityDao. findExpired(CriteriaSearchConfiguration criteria, Date d)
CriteriaSearchConfiguration finderCollection<SamlRequestEntity>
SamlRequestEntityDao. findExpired(Date d)
Operation findExpiredCollection<SamlRequestEntity>
SamlRequestEntityDaoBase. findExpired(CriteriaSearchConfiguration criteria, Date d)
CriteriaSearchConfiguration implementationCollection<SamlRequestEntity>
SamlRequestEntityDaoBase. findExpired(String queryString, CriteriaSearchConfiguration criteria, Date d)
Internal implementationCollection<SamlRequestEntity>
SamlRequestEntityDaoBase. findExpired(Date d)
Operation findExpiredList<SamlRequestEntity>
SamlRequestEntityDao. loadAll()
Loads all instances ofSamlRequestEntity
from the persistent store.List<SamlRequestEntity>
SamlRequestEntityDaoBase. loadAll()
Loads all instances ofSamlRequestEntity
from the persistent store.List<SamlRequestEntity>
SamlRequestEntityDao. query(String query, Parameter[] parameters)
Query ofSamlRequestEntity
from the persistent store.List<SamlRequestEntity>
SamlRequestEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSamlRequestEntity
from the persistent store.List<SamlRequestEntity>
SamlRequestEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofSamlRequestEntity
from the persistent store.List<SamlRequestEntity>
SamlRequestEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSamlRequestEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type SamlRequestEntity Modifier and Type Method Description void
SamlRequestEntityDao. create(SamlRequestEntity entity)
Adds an instance ofSamlRequestEntity
to the persistent store.void
SamlRequestEntityDaoBase. create(SamlRequestEntity entity)
Adds an instance ofSamlRequestEntity
to the persistent store.void
SamlRequestEntityDaoImpl. create(SamlRequestEntity entity)
void
SamlRequestEntityDao. remove(SamlRequestEntity entity)
Removes an instance ofSamlRequestEntity
from the persistent store.void
SamlRequestEntityDaoBase. remove(SamlRequestEntity entity)
Removes an instance ofSamlRequestEntity
from the persistent store.void
SamlRequestEntityDao. update(SamlRequestEntity entity)
Updates an instance ofSamlRequestEntity
at the persistent store.void
SamlRequestEntityDaoBase. update(SamlRequestEntity entity)
Updates an instance ofSamlRequestEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SamlRequestEntity Modifier and Type Method Description void
SamlRequestEntityDao. create(Collection<? extends SamlRequestEntity> entities)
Creates a collection ofSamlRequestEntity
and adds it to the persistent store.void
SamlRequestEntityDaoBase. create(Collection<? extends SamlRequestEntity> entities)
Creates a collection ofSamlRequestEntity
and adds it to the persistent store.void
SamlRequestEntityDao. remove(Collection<? extends SamlRequestEntity> entities)
Removes a collection ofSamlRequestEntity
from the persistent store.void
SamlRequestEntityDaoBase. remove(Collection<? extends SamlRequestEntity> entities)
Removes a collection ofSamlRequestEntity
from the persistent store.void
SamlRequestEntityDao. update(Collection<? extends SamlRequestEntity> entities)
Updates a collection ofSamlRequestEntity
in the persistent store.void
SamlRequestEntityDaoBase. update(Collection<? extends SamlRequestEntity> entities)
Updates a collection ofSamlRequestEntity
in the persistent store.
-