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 class
UserPreferenceEntityImpl
Entity UserPreferenceEntity implementationMethods in com.soffid.iam.model that return UserPreferenceEntity Modifier and Type Method Description UserPreferenceEntity
UserPreferenceEntityDao. load(Long id)
Loads an instance ofUserPreferenceEntity
from the persistent store.UserPreferenceEntity
UserPreferenceEntityDaoBase. load(Long id)
Loads an instance ofUserPreferenceEntity
from the persistent store.UserPreferenceEntity
UserPreferenceEntityDao. newUserPreferenceEntity()
Creates an instance ofUserPreferenceEntity
.UserPreferenceEntity
UserPreferenceEntityDaoBase. 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 ofUserPreferenceEntity
from the persistent store.List<UserPreferenceEntity>
UserPreferenceEntityDaoBase. loadAll()
Loads all instances ofUserPreferenceEntity
from the persistent store.List<UserPreferenceEntity>
UserPreferenceEntityDao. query(String query, Parameter[] parameters)
Query ofUserPreferenceEntity
from the persistent store.List<UserPreferenceEntity>
UserPreferenceEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserPreferenceEntity
from the persistent store.List<UserPreferenceEntity>
UserPreferenceEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofUserPreferenceEntity
from the persistent store.List<UserPreferenceEntity>
UserPreferenceEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserPreferenceEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type UserPreferenceEntity Modifier and Type Method Description void
UserPreferenceEntityDao. create(UserPreferenceEntity entity)
Adds an instance ofUserPreferenceEntity
to the persistent store.void
UserPreferenceEntityDaoBase. create(UserPreferenceEntity entity)
Adds an instance ofUserPreferenceEntity
to the persistent store.void
UserPreferenceEntityDao. remove(UserPreferenceEntity entity)
Removes an instance ofUserPreferenceEntity
from the persistent store.void
UserPreferenceEntityDaoBase. remove(UserPreferenceEntity entity)
Removes an instance ofUserPreferenceEntity
from the persistent store.void
UserPreferenceEntityDao. update(UserPreferenceEntity entity)
Updates an instance ofUserPreferenceEntity
at the persistent store.void
UserPreferenceEntityDaoBase. update(UserPreferenceEntity entity)
Updates an instance ofUserPreferenceEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type UserPreferenceEntity Modifier and Type Method Description void
UserPreferenceEntityDao. create(Collection<? extends UserPreferenceEntity> entities)
Creates a collection ofUserPreferenceEntity
and adds it to the persistent store.void
UserPreferenceEntityDaoBase. create(Collection<? extends UserPreferenceEntity> entities)
Creates a collection ofUserPreferenceEntity
and adds it to the persistent store.void
UserPreferenceEntityDao. remove(Collection<? extends UserPreferenceEntity> entities)
Removes a collection ofUserPreferenceEntity
from the persistent store.void
UserPreferenceEntityDaoBase. remove(Collection<? extends UserPreferenceEntity> entities)
Removes a collection ofUserPreferenceEntity
from the persistent store.void
UserEntity. setPreferences(Collection<UserPreferenceEntity> preferences)
Sets value for attribute preferencesvoid
UserPreferenceEntityDao. update(Collection<? extends UserPreferenceEntity> entities)
Updates a collection ofUserPreferenceEntity
in the persistent store.void
UserPreferenceEntityDaoBase. update(Collection<? extends UserPreferenceEntity> entities)
Updates a collection ofUserPreferenceEntity
in the persistent store.
-