Uses of Class
com.soffid.iam.model.UserPreferenceEntity
-
Packages that use UserPreferenceEntity Package Description com.soffid.iam.model -
-
Uses of UserPreferenceEntity in com.soffid.iam.model
Subclasses of UserPreferenceEntity in com.soffid.iam.model Modifier and Type Class Description classUserPreferenceEntityImplEntity UserPreferenceEntity implementationMethods in com.soffid.iam.model that return UserPreferenceEntity Modifier and Type Method Description UserPreferenceEntityUserPreferenceEntityDao. load(Long id)Loads an instance ofUserPreferenceEntityfrom the persistent store.UserPreferenceEntityUserPreferenceEntityDaoBase. load(Long id)Loads an instance ofUserPreferenceEntityfrom the persistent store.UserPreferenceEntityUserPreferenceEntityDao. newUserPreferenceEntity()Creates an instance ofUserPreferenceEntity.UserPreferenceEntityUserPreferenceEntityDaoBase. newUserPreferenceEntity()Creates an instance ofUserPreferenceEntity.Methods in com.soffid.iam.model that return types with arguments of type UserPreferenceEntity Modifier and Type Method Description Collection<UserPreferenceEntity>UserPreferenceEntityDao. findByNameAndUserName(CriteriaSearchConfiguration criteria, String name, String userName)CriteriaSearchConfiguration finderCollection<UserPreferenceEntity>UserPreferenceEntityDao. findByNameAndUserName(String name, String userName)Operation findByNameAndUserNameCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByNameAndUserName(CriteriaSearchConfiguration criteria, String name, String userName)CriteriaSearchConfiguration implementationCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByNameAndUserName(String queryString, CriteriaSearchConfiguration criteria, String name, String userName)Internal implementationCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByNameAndUserName(String name, String userName)Operation findByNameAndUserNameCollection<UserPreferenceEntity>UserPreferenceEntityDao. findByUserName(CriteriaSearchConfiguration criteria, String userName)CriteriaSearchConfiguration finderCollection<UserPreferenceEntity>UserPreferenceEntityDao. findByUserName(String userName)Operation findByUserNameCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByUserName(CriteriaSearchConfiguration criteria, String userName)CriteriaSearchConfiguration implementationCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByUserName(String userName)Operation findByUserNameCollection<UserPreferenceEntity>UserPreferenceEntityDaoBase. findByUserName(String queryString, CriteriaSearchConfiguration criteria, String userName)Internal implementationCollection<UserPreferenceEntity>UserEntity. getPreferences()Gets value for attribute preferencesList<UserPreferenceEntity>UserPreferenceEntityDao. loadAll()Loads all instances ofUserPreferenceEntityfrom the persistent store.List<UserPreferenceEntity>UserPreferenceEntityDaoBase. loadAll()Loads all instances ofUserPreferenceEntityfrom the persistent store.List<UserPreferenceEntity>UserPreferenceEntityDao. query(String query, Parameter[] parameters)Query ofUserPreferenceEntityfrom the persistent store.List<UserPreferenceEntity>UserPreferenceEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserPreferenceEntityfrom the persistent store.List<UserPreferenceEntity>UserPreferenceEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofUserPreferenceEntityfrom the persistent store.List<UserPreferenceEntity>UserPreferenceEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofUserPreferenceEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type UserPreferenceEntity Modifier and Type Method Description voidUserPreferenceEntityDao. create(UserPreferenceEntity entity)Adds an instance ofUserPreferenceEntityto the persistent store.voidUserPreferenceEntityDaoBase. create(UserPreferenceEntity entity)Adds an instance ofUserPreferenceEntityto the persistent store.voidUserPreferenceEntityDao. remove(UserPreferenceEntity entity)Removes an instance ofUserPreferenceEntityfrom the persistent store.voidUserPreferenceEntityDaoBase. remove(UserPreferenceEntity entity)Removes an instance ofUserPreferenceEntityfrom the persistent store.voidUserPreferenceEntityDao. update(UserPreferenceEntity entity)Updates an instance ofUserPreferenceEntityat the persistent store.voidUserPreferenceEntityDaoBase. update(UserPreferenceEntity entity)Updates an instance ofUserPreferenceEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type UserPreferenceEntity Modifier and Type Method Description voidUserPreferenceEntityDao. create(Collection<? extends UserPreferenceEntity> entities)Creates a collection ofUserPreferenceEntityand adds it to the persistent store.voidUserPreferenceEntityDaoBase. create(Collection<? extends UserPreferenceEntity> entities)Creates a collection ofUserPreferenceEntityand adds it to the persistent store.voidUserPreferenceEntityDao. remove(Collection<? extends UserPreferenceEntity> entities)Removes a collection ofUserPreferenceEntityfrom the persistent store.voidUserPreferenceEntityDaoBase. remove(Collection<? extends UserPreferenceEntity> entities)Removes a collection ofUserPreferenceEntityfrom the persistent store.voidUserEntity. setPreferences(Collection<UserPreferenceEntity> preferences)Sets value for attribute preferencesvoidUserPreferenceEntityDao. update(Collection<? extends UserPreferenceEntity> entities)Updates a collection ofUserPreferenceEntityin the persistent store.voidUserPreferenceEntityDaoBase. update(Collection<? extends UserPreferenceEntity> entities)Updates a collection ofUserPreferenceEntityin the persistent store.
-