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