Uses of Class
com.soffid.iam.model.UserGroupAttributeEntity
-
Packages that use UserGroupAttributeEntity Package Description com.soffid.iam.model -
-
Uses of UserGroupAttributeEntity in com.soffid.iam.model
Subclasses of UserGroupAttributeEntity in com.soffid.iam.model Modifier and Type Class Description class
UserGroupAttributeEntityImpl
Entity RoleAttributeEntity implementationMethods in com.soffid.iam.model that return UserGroupAttributeEntity Modifier and Type Method Description UserGroupAttributeEntity
UserGroupAttributeEntityDao. load(Long id)
Loads an instance ofUserGroupAttributeEntity
from the persistent store.UserGroupAttributeEntity
UserGroupAttributeEntityDaoBase. load(Long id)
Loads an instance ofUserGroupAttributeEntity
from the persistent store.UserGroupAttributeEntity
UserGroupAttributeEntityDao. newUserGroupAttributeEntity()
Creates an instance ofUserGroupAttributeEntity
.UserGroupAttributeEntity
UserGroupAttributeEntityDaoBase. newUserGroupAttributeEntity()
Creates an instance ofUserGroupAttributeEntity
.Methods in com.soffid.iam.model that return types with arguments of type UserGroupAttributeEntity Modifier and Type Method Description List<UserGroupAttributeEntity>
UserGroupAttributeEntityDao. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration finderList<UserGroupAttributeEntity>
UserGroupAttributeEntityDao. findByNameAndValue(String name, String value)
Operation findByNameAndValueList<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementationList<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementationList<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. findByNameAndValue(String name, String value)
Operation findByNameAndValueCollection<UserGroupAttributeEntity>
UserGroupEntity. getAttributes()
Gets value for attribute attributesList<UserGroupAttributeEntity>
UserGroupAttributeEntityDao. loadAll()
Loads all instances ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. loadAll()
Loads all instances ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
UserGroupAttributeEntityDao. query(String query, Parameter[] parameters)
Query ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
UserGroupAttributeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
UserGroupAttributeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserGroupAttributeEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type UserGroupAttributeEntity Modifier and Type Method Description void
UserGroupAttributeEntityDao. create(UserGroupAttributeEntity entity)
Adds an instance ofUserGroupAttributeEntity
to the persistent store.void
UserGroupAttributeEntityDaoBase. create(UserGroupAttributeEntity entity)
Adds an instance ofUserGroupAttributeEntity
to the persistent store.void
UserGroupAttributeEntityDao. remove(UserGroupAttributeEntity entity)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.void
UserGroupAttributeEntityDaoBase. remove(UserGroupAttributeEntity entity)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.void
UserGroupAttributeEntityDao. update(UserGroupAttributeEntity entity)
Updates an instance ofUserGroupAttributeEntity
at the persistent store.void
UserGroupAttributeEntityDaoBase. update(UserGroupAttributeEntity entity)
Updates an instance ofUserGroupAttributeEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type UserGroupAttributeEntity Modifier and Type Method Description void
UserGroupAttributeEntityDao. create(Collection<? extends UserGroupAttributeEntity> entities)
Creates a collection ofUserGroupAttributeEntity
and adds it to the persistent store.void
UserGroupAttributeEntityDaoBase. create(Collection<? extends UserGroupAttributeEntity> entities)
Creates a collection ofUserGroupAttributeEntity
and adds it to the persistent store.void
UserGroupAttributeEntityDao. remove(Collection<? extends UserGroupAttributeEntity> entities)
Removes a collection ofUserGroupAttributeEntity
from the persistent store.void
UserGroupAttributeEntityDaoBase. remove(Collection<? extends UserGroupAttributeEntity> entities)
Removes a collection ofUserGroupAttributeEntity
from the persistent store.void
UserGroupEntity. setAttributes(Collection<UserGroupAttributeEntity> attributes)
Sets value for attribute attributesvoid
UserGroupAttributeEntityDao. update(Collection<? extends UserGroupAttributeEntity> entities)
Updates a collection ofUserGroupAttributeEntity
in the persistent store.void
UserGroupAttributeEntityDaoBase. update(Collection<? extends UserGroupAttributeEntity> entities)
Updates a collection ofUserGroupAttributeEntity
in the persistent store.
-