Uses of Class
com.soffid.iam.model.SoDRuleEntity
-
Packages that use SoDRuleEntity Package Description com.soffid.iam.model -
-
Uses of SoDRuleEntity in com.soffid.iam.model
Subclasses of SoDRuleEntity in com.soffid.iam.model Modifier and Type Class Description class
SoDRuleEntityImpl
Entity SoDRuleEntity implementationMethods in com.soffid.iam.model that return SoDRuleEntity Modifier and Type Method Description SoDRuleEntity
SoDRoleEntity. getRule()
Gets value for attribute ruleSoDRuleEntity
SoDRuleMatrixEntity. getRule()
Gets value for attribute ruleSoDRuleEntity
SoDRuleEntityDao. load(Long id)
Loads an instance ofSoDRuleEntity
from the persistent store.SoDRuleEntity
SoDRuleEntityDaoBase. load(Long id)
Loads an instance ofSoDRuleEntity
from the persistent store.SoDRuleEntity
SoDRuleEntityDao. newSoDRuleEntity()
Creates an instance ofSoDRuleEntity
.SoDRuleEntity
SoDRuleEntityDaoBase. newSoDRuleEntity()
Creates an instance ofSoDRuleEntity
.SoDRuleEntity
SoDRuleEntityDao. soDRuleToEntity(com.soffid.iam.api.SoDRule instance)
Transforms fromSoDRule
objectSoDRuleEntity
SoDRuleEntityDaoBase. soDRuleToEntity(com.soffid.iam.api.SoDRule instance)
Transforms fromSoDRule
objectMethods in com.soffid.iam.model that return types with arguments of type SoDRuleEntity Modifier and Type Method Description Collection<SoDRuleEntity>
InformationSystemEntity. getSodRules()
Gets value for attribute sodRulesList<SoDRuleEntity>
SoDRuleEntityDao. loadAll()
Loads all instances ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDaoBase. loadAll()
Loads all instances ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDao. query(String query, Parameter[] parameters)
Query ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleEntity
from the persistent store.List<SoDRuleEntity>
SoDRuleEntityDao. soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)
Transforms fromSoDRule
listList<SoDRuleEntity>
SoDRuleEntityDaoBase. soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)
Transforms fromSoDRule
listMethods in com.soffid.iam.model with parameters of type SoDRuleEntity Modifier and Type Method Description void
SoDRuleEntityDao. create(SoDRuleEntity entity)
Adds an instance ofSoDRuleEntity
to the persistent store.void
SoDRuleEntityDaoBase. create(SoDRuleEntity entity)
Adds an instance ofSoDRuleEntity
to the persistent store.void
SoDRuleEntityDao. remove(SoDRuleEntity entity)
Removes an instance ofSoDRuleEntity
from the persistent store.void
SoDRuleEntityDaoBase. remove(SoDRuleEntity entity)
Removes an instance ofSoDRuleEntity
from the persistent store.void
SoDRoleEntity. setRule(SoDRuleEntity rule)
Sets value for attribute rulevoid
SoDRuleMatrixEntity. setRule(SoDRuleEntity rule)
Sets value for attribute rulevoid
SoDRuleEntityDao. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Copy data fromSoDRule
objectvoid
SoDRuleEntityDaoBase. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Copy data fromSoDRule
objectvoid
SoDRuleEntityDaoImpl. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
com.soffid.iam.api.SoDRule
SoDRuleEntityDao. toSoDRule(SoDRuleEntity entity)
Transforms toSoDRule
objectvoid
SoDRuleEntityDao. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRule
objectcom.soffid.iam.api.SoDRule
SoDRuleEntityDaoBase. toSoDRule(SoDRuleEntity entity)
Transforms toSoDRule
objectvoid
SoDRuleEntityDaoBase. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRule
objectvoid
SoDRuleEntityDaoImpl. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
void
SoDRuleEntityDao. update(SoDRuleEntity entity)
Updates an instance ofSoDRuleEntity
at the persistent store.void
SoDRuleEntityDaoBase. update(SoDRuleEntity entity)
Updates an instance ofSoDRuleEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SoDRuleEntity Modifier and Type Method Description void
SoDRuleEntityDao. create(Collection<? extends SoDRuleEntity> entities)
Creates a collection ofSoDRuleEntity
and adds it to the persistent store.void
SoDRuleEntityDaoBase. create(Collection<? extends SoDRuleEntity> entities)
Creates a collection ofSoDRuleEntity
and adds it to the persistent store.void
SoDRuleEntityDao. remove(Collection<? extends SoDRuleEntity> entities)
Removes a collection ofSoDRuleEntity
from the persistent store.void
SoDRuleEntityDaoBase. remove(Collection<? extends SoDRuleEntity> entities)
Removes a collection ofSoDRuleEntity
from the persistent store.void
InformationSystemEntity. setSodRules(Collection<SoDRuleEntity> sodRules)
Sets value for attribute sodRulesList<com.soffid.iam.api.SoDRule>
SoDRuleEntityDao. toSoDRuleList(Collection<SoDRuleEntity> entities)
Transforms toSoDRule
listList<com.soffid.iam.api.SoDRule>
SoDRuleEntityDaoBase. toSoDRuleList(Collection<SoDRuleEntity> instances)
Transforms toSoDRule
listvoid
SoDRuleEntityDao. update(Collection<? extends SoDRuleEntity> entities)
Updates a collection ofSoDRuleEntity
in the persistent store.void
SoDRuleEntityDaoBase. update(Collection<? extends SoDRuleEntity> entities)
Updates a collection ofSoDRuleEntity
in the persistent store.
-