Uses of Class
com.soffid.iam.model.RuleAssignedRoleEntity
-
Packages that use RuleAssignedRoleEntity Package Description com.soffid.iam.model -
-
Uses of RuleAssignedRoleEntity in com.soffid.iam.model
Subclasses of RuleAssignedRoleEntity in com.soffid.iam.model Modifier and Type Class Description class
RuleAssignedRoleEntityImpl
Entity RuleAssignedRoleEntity implementationMethods in com.soffid.iam.model that return RuleAssignedRoleEntity Modifier and Type Method Description RuleAssignedRoleEntity
RuleAssignedRoleEntityDao. load(Long id)
Loads an instance ofRuleAssignedRoleEntity
from the persistent store.RuleAssignedRoleEntity
RuleAssignedRoleEntityDaoBase. load(Long id)
Loads an instance ofRuleAssignedRoleEntity
from the persistent store.RuleAssignedRoleEntity
RuleAssignedRoleEntityDao. newRuleAssignedRoleEntity()
Creates an instance ofRuleAssignedRoleEntity
.RuleAssignedRoleEntity
RuleAssignedRoleEntityDaoBase. newRuleAssignedRoleEntity()
Creates an instance ofRuleAssignedRoleEntity
.RuleAssignedRoleEntity
RuleAssignedRoleEntityDao. ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole instance)
Transforms fromRuleAssignedRole
objectRuleAssignedRoleEntity
RuleAssignedRoleEntityDaoBase. ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole instance)
Transforms fromRuleAssignedRole
objectMethods in com.soffid.iam.model that return types with arguments of type RuleAssignedRoleEntity Modifier and Type Method Description Collection<RuleAssignedRoleEntity>
RuleEntity. getRoles()
Gets value for attribute rolesCollection<RuleAssignedRoleEntity>
RoleEntity. getRules()
Gets value for attribute rulesList<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDao. loadAll()
Loads all instances ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDaoBase. loadAll()
Loads all instances ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDao. query(String query, Parameter[] parameters)
Query ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDao. ruleAssignedRoleToEntityList(Collection<com.soffid.iam.api.RuleAssignedRole> instances)
Transforms fromRuleAssignedRole
listList<RuleAssignedRoleEntity>
RuleAssignedRoleEntityDaoBase. ruleAssignedRoleToEntityList(Collection<com.soffid.iam.api.RuleAssignedRole> instances)
Transforms fromRuleAssignedRole
listMethods in com.soffid.iam.model with parameters of type RuleAssignedRoleEntity Modifier and Type Method Description void
RuleAssignedRoleEntityDao. create(RuleAssignedRoleEntity entity)
Adds an instance ofRuleAssignedRoleEntity
to the persistent store.void
RuleAssignedRoleEntityDaoBase. create(RuleAssignedRoleEntity entity)
Adds an instance ofRuleAssignedRoleEntity
to the persistent store.void
RuleAssignedRoleEntityDao. remove(RuleAssignedRoleEntity entity)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.void
RuleAssignedRoleEntityDaoBase. remove(RuleAssignedRoleEntity entity)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.void
RuleAssignedRoleEntityDao. ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole source, RuleAssignedRoleEntity target, boolean copyIfNull)
Copy data fromRuleAssignedRole
objectvoid
RuleAssignedRoleEntityDaoBase. ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole source, RuleAssignedRoleEntity target, boolean copyIfNull)
Copy data fromRuleAssignedRole
objectvoid
RuleAssignedRoleEntityDaoImpl. ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole source, RuleAssignedRoleEntity target, boolean copyIfNull)
com.soffid.iam.api.RuleAssignedRole
RuleAssignedRoleEntityDao. toRuleAssignedRole(RuleAssignedRoleEntity entity)
Transforms toRuleAssignedRole
objectvoid
RuleAssignedRoleEntityDao. toRuleAssignedRole(RuleAssignedRoleEntity source, com.soffid.iam.api.RuleAssignedRole target)
Copy data toRuleAssignedRole
objectcom.soffid.iam.api.RuleAssignedRole
RuleAssignedRoleEntityDaoBase. toRuleAssignedRole(RuleAssignedRoleEntity entity)
Transforms toRuleAssignedRole
objectvoid
RuleAssignedRoleEntityDaoBase. toRuleAssignedRole(RuleAssignedRoleEntity source, com.soffid.iam.api.RuleAssignedRole target)
Copy data toRuleAssignedRole
objectvoid
RuleAssignedRoleEntityDaoImpl. toRuleAssignedRole(RuleAssignedRoleEntity source, com.soffid.iam.api.RuleAssignedRole target)
void
RuleAssignedRoleEntityDao. update(RuleAssignedRoleEntity entity)
Updates an instance ofRuleAssignedRoleEntity
at the persistent store.void
RuleAssignedRoleEntityDaoBase. update(RuleAssignedRoleEntity entity)
Updates an instance ofRuleAssignedRoleEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type RuleAssignedRoleEntity Modifier and Type Method Description void
RuleAssignedRoleEntityDao. create(Collection<? extends RuleAssignedRoleEntity> entities)
Creates a collection ofRuleAssignedRoleEntity
and adds it to the persistent store.void
RuleAssignedRoleEntityDaoBase. create(Collection<? extends RuleAssignedRoleEntity> entities)
Creates a collection ofRuleAssignedRoleEntity
and adds it to the persistent store.void
RuleAssignedRoleEntityDao. remove(Collection<? extends RuleAssignedRoleEntity> entities)
Removes a collection ofRuleAssignedRoleEntity
from the persistent store.void
RuleAssignedRoleEntityDaoBase. remove(Collection<? extends RuleAssignedRoleEntity> entities)
Removes a collection ofRuleAssignedRoleEntity
from the persistent store.void
RuleEntity. setRoles(Collection<RuleAssignedRoleEntity> roles)
Sets value for attribute rolesvoid
RoleEntity. setRules(Collection<RuleAssignedRoleEntity> rules)
Sets value for attribute rulesList<com.soffid.iam.api.RuleAssignedRole>
RuleAssignedRoleEntityDao. toRuleAssignedRoleList(Collection<RuleAssignedRoleEntity> entities)
Transforms toRuleAssignedRole
listList<com.soffid.iam.api.RuleAssignedRole>
RuleAssignedRoleEntityDaoBase. toRuleAssignedRoleList(Collection<RuleAssignedRoleEntity> instances)
Transforms toRuleAssignedRole
listvoid
RuleAssignedRoleEntityDao. update(Collection<? extends RuleAssignedRoleEntity> entities)
Updates a collection ofRuleAssignedRoleEntity
in the persistent store.void
RuleAssignedRoleEntityDaoBase. update(Collection<? extends RuleAssignedRoleEntity> entities)
Updates a collection ofRuleAssignedRoleEntity
in the persistent store.
-