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 classSamlRequestEntityImplEntity SamlRequestEntity implementationMethods in com.soffid.iam.model that return SamlRequestEntity Modifier and Type Method Description SamlRequestEntitySamlRequestEntityDao. findByExternalId(CriteriaSearchConfiguration criteria, String externalId)CriteriaSearchConfiguration finderSamlRequestEntitySamlRequestEntityDao. findByExternalId(String externalId)Operation findByExternalIdSamlRequestEntitySamlRequestEntityDaoBase. findByExternalId(CriteriaSearchConfiguration criteria, String externalId)CriteriaSearchConfiguration implementationSamlRequestEntitySamlRequestEntityDaoBase. findByExternalId(String externalId)Operation findByExternalIdSamlRequestEntitySamlRequestEntityDaoBase. findByExternalId(String queryString, CriteriaSearchConfiguration criteria, String externalId)Internal implementationSamlRequestEntitySamlRequestEntityDao. load(Long id)Loads an instance ofSamlRequestEntityfrom the persistent store.SamlRequestEntitySamlRequestEntityDaoBase. load(Long id)Loads an instance ofSamlRequestEntityfrom the persistent store.SamlRequestEntitySamlRequestEntityDao. newSamlRequestEntity()Creates an instance ofSamlRequestEntity.SamlRequestEntitySamlRequestEntityDaoBase. 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 ofSamlRequestEntityfrom the persistent store.List<SamlRequestEntity>SamlRequestEntityDaoBase. loadAll()Loads all instances ofSamlRequestEntityfrom the persistent store.List<SamlRequestEntity>SamlRequestEntityDao. query(String query, Parameter[] parameters)Query ofSamlRequestEntityfrom the persistent store.List<SamlRequestEntity>SamlRequestEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSamlRequestEntityfrom the persistent store.List<SamlRequestEntity>SamlRequestEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofSamlRequestEntityfrom the persistent store.List<SamlRequestEntity>SamlRequestEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSamlRequestEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type SamlRequestEntity Modifier and Type Method Description voidSamlRequestEntityDao. create(SamlRequestEntity entity)Adds an instance ofSamlRequestEntityto the persistent store.voidSamlRequestEntityDaoBase. create(SamlRequestEntity entity)Adds an instance ofSamlRequestEntityto the persistent store.voidSamlRequestEntityDaoImpl. create(SamlRequestEntity entity)voidSamlRequestEntityDao. remove(SamlRequestEntity entity)Removes an instance ofSamlRequestEntityfrom the persistent store.voidSamlRequestEntityDaoBase. remove(SamlRequestEntity entity)Removes an instance ofSamlRequestEntityfrom the persistent store.voidSamlRequestEntityDao. update(SamlRequestEntity entity)Updates an instance ofSamlRequestEntityat the persistent store.voidSamlRequestEntityDaoBase. update(SamlRequestEntity entity)Updates an instance ofSamlRequestEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SamlRequestEntity Modifier and Type Method Description voidSamlRequestEntityDao. create(Collection<? extends SamlRequestEntity> entities)Creates a collection ofSamlRequestEntityand adds it to the persistent store.voidSamlRequestEntityDaoBase. create(Collection<? extends SamlRequestEntity> entities)Creates a collection ofSamlRequestEntityand adds it to the persistent store.voidSamlRequestEntityDao. remove(Collection<? extends SamlRequestEntity> entities)Removes a collection ofSamlRequestEntityfrom the persistent store.voidSamlRequestEntityDaoBase. remove(Collection<? extends SamlRequestEntity> entities)Removes a collection ofSamlRequestEntityfrom the persistent store.voidSamlRequestEntityDao. update(Collection<? extends SamlRequestEntity> entities)Updates a collection ofSamlRequestEntityin the persistent store.voidSamlRequestEntityDaoBase. update(Collection<? extends SamlRequestEntity> entities)Updates a collection ofSamlRequestEntityin the persistent store.
-