Uses of Class
com.soffid.iam.model.SoDRoleEntity
-
Packages that use SoDRoleEntity Package Description com.soffid.iam.model -
-
Uses of SoDRoleEntity in com.soffid.iam.model
Subclasses of SoDRoleEntity in com.soffid.iam.model Modifier and Type Class Description class
SoDRoleEntityImpl
Entity SoDRoleEntity implementationMethods in com.soffid.iam.model that return SoDRoleEntity Modifier and Type Method Description SoDRoleEntity
SoDRuleMatrixEntity. getColumn()
Gets value for attribute columnSoDRoleEntity
SoDRuleMatrixEntity. getRow()
Gets value for attribute rowSoDRoleEntity
SoDRoleEntityDao. load(Long id)
Loads an instance ofSoDRoleEntity
from the persistent store.SoDRoleEntity
SoDRoleEntityDaoBase. load(Long id)
Loads an instance ofSoDRoleEntity
from the persistent store.SoDRoleEntity
SoDRoleEntityDao. newSoDRoleEntity()
Creates an instance ofSoDRoleEntity
.SoDRoleEntity
SoDRoleEntityDaoBase. newSoDRoleEntity()
Creates an instance ofSoDRoleEntity
.SoDRoleEntity
SoDRoleEntityDao. soDRoleToEntity(com.soffid.iam.api.SoDRole instance)
Transforms fromSoDRole
objectSoDRoleEntity
SoDRoleEntityDaoBase. soDRoleToEntity(com.soffid.iam.api.SoDRole instance)
Transforms fromSoDRole
objectMethods in com.soffid.iam.model that return types with arguments of type SoDRoleEntity Modifier and Type Method Description Collection<SoDRoleEntity>
SoDRuleEntity. getRoles()
Gets value for attribute rolesCollection<SoDRoleEntity>
RoleEntity. getSodRules()
Gets value for attribute sodRulesList<SoDRoleEntity>
SoDRoleEntityDao. loadAll()
Loads all instances ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDaoBase. loadAll()
Loads all instances ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDao. query(String query, Parameter[] parameters)
Query ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRoleEntity
from the persistent store.List<SoDRoleEntity>
SoDRoleEntityDao. soDRoleToEntityList(Collection<com.soffid.iam.api.SoDRole> instances)
Transforms fromSoDRole
listList<SoDRoleEntity>
SoDRoleEntityDaoBase. soDRoleToEntityList(Collection<com.soffid.iam.api.SoDRole> instances)
Transforms fromSoDRole
listMethods in com.soffid.iam.model with parameters of type SoDRoleEntity Modifier and Type Method Description void
SoDRoleEntityDao. create(SoDRoleEntity entity)
Adds an instance ofSoDRoleEntity
to the persistent store.void
SoDRoleEntityDaoBase. create(SoDRoleEntity entity)
Adds an instance ofSoDRoleEntity
to the persistent store.void
SoDRoleEntityDao. remove(SoDRoleEntity entity)
Removes an instance ofSoDRoleEntity
from the persistent store.void
SoDRoleEntityDaoBase. remove(SoDRoleEntity entity)
Removes an instance ofSoDRoleEntity
from the persistent store.void
SoDRuleMatrixEntity. setColumn(SoDRoleEntity column)
Sets value for attribute columnvoid
SoDRuleMatrixEntity. setRow(SoDRoleEntity row)
Sets value for attribute rowvoid
SoDRoleEntityDao. soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)
Copy data fromSoDRole
objectvoid
SoDRoleEntityDaoBase. soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)
Copy data fromSoDRole
objectvoid
SoDRoleEntityDaoImpl. soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)
com.soffid.iam.api.SoDRole
SoDRoleEntityDao. toSoDRole(SoDRoleEntity entity)
Transforms toSoDRole
objectvoid
SoDRoleEntityDao. toSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)
Copy data toSoDRole
objectcom.soffid.iam.api.SoDRole
SoDRoleEntityDaoBase. toSoDRole(SoDRoleEntity entity)
Transforms toSoDRole
objectvoid
SoDRoleEntityDaoBase. toSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)
Copy data toSoDRole
objectvoid
SoDRoleEntityDaoImpl. toSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)
void
SoDRoleEntityDao. update(SoDRoleEntity entity)
Updates an instance ofSoDRoleEntity
at the persistent store.void
SoDRoleEntityDaoBase. update(SoDRoleEntity entity)
Updates an instance ofSoDRoleEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SoDRoleEntity Modifier and Type Method Description void
SoDRoleEntityDao. create(Collection<? extends SoDRoleEntity> entities)
Creates a collection ofSoDRoleEntity
and adds it to the persistent store.void
SoDRoleEntityDaoBase. create(Collection<? extends SoDRoleEntity> entities)
Creates a collection ofSoDRoleEntity
and adds it to the persistent store.void
SoDRoleEntityDao. remove(Collection<? extends SoDRoleEntity> entities)
Removes a collection ofSoDRoleEntity
from the persistent store.void
SoDRoleEntityDaoBase. remove(Collection<? extends SoDRoleEntity> entities)
Removes a collection ofSoDRoleEntity
from the persistent store.void
SoDRuleEntity. setRoles(Collection<SoDRoleEntity> roles)
Sets value for attribute rolesvoid
RoleEntity. setSodRules(Collection<SoDRoleEntity> sodRules)
Sets value for attribute sodRulesList<com.soffid.iam.api.SoDRole>
SoDRoleEntityDao. toSoDRoleList(Collection<SoDRoleEntity> entities)
Transforms toSoDRole
listList<com.soffid.iam.api.SoDRole>
SoDRoleEntityDaoBase. toSoDRoleList(Collection<SoDRoleEntity> instances)
Transforms toSoDRole
listvoid
SoDRoleEntityDao. update(Collection<? extends SoDRoleEntity> entities)
Updates a collection ofSoDRoleEntity
in the persistent store.void
SoDRoleEntityDaoBase. update(Collection<? extends SoDRoleEntity> entities)
Updates a collection ofSoDRoleEntity
in the persistent store.
-