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