Uses of Class
com.soffid.iam.model.SoDRuleMatrixEntity
-
Packages that use SoDRuleMatrixEntity Package Description com.soffid.iam.model -
-
Uses of SoDRuleMatrixEntity in com.soffid.iam.model
Subclasses of SoDRuleMatrixEntity in com.soffid.iam.model Modifier and Type Class Description class
SoDRuleMatrixEntityImpl
Entity SoDRuleMatrixEntity implementationMethods in com.soffid.iam.model that return SoDRuleMatrixEntity Modifier and Type Method Description SoDRuleMatrixEntity
SoDRuleMatrixEntityDao. load(Long id)
Loads an instance ofSoDRuleMatrixEntity
from the persistent store.SoDRuleMatrixEntity
SoDRuleMatrixEntityDaoBase. load(Long id)
Loads an instance ofSoDRuleMatrixEntity
from the persistent store.SoDRuleMatrixEntity
SoDRuleMatrixEntityDao. newSoDRuleMatrixEntity()
Creates an instance ofSoDRuleMatrixEntity
.SoDRuleMatrixEntity
SoDRuleMatrixEntityDaoBase. newSoDRuleMatrixEntity()
Creates an instance ofSoDRuleMatrixEntity
.SoDRuleMatrixEntity
SoDRuleMatrixEntityDao. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix instance)
Transforms fromSoDRuleMatrix
objectSoDRuleMatrixEntity
SoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix instance)
Transforms fromSoDRuleMatrix
objectMethods in com.soffid.iam.model that return types with arguments of type SoDRuleMatrixEntity Modifier and Type Method Description Collection<SoDRuleMatrixEntity>
SoDRoleEntity. getColumns()
Gets value for attribute columnsCollection<SoDRuleMatrixEntity>
SoDRuleEntity. getMatrixCells()
Gets value for attribute matrixCellsCollection<SoDRuleMatrixEntity>
SoDRoleEntity. getRows()
Gets value for attribute rowsList<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDao. loadAll()
Loads all instances ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDaoBase. loadAll()
Loads all instances ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDao. query(String query, Parameter[] parameters)
Query ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleMatrixEntity
from the persistent store.List<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDao. soDRuleMatrixToEntityList(Collection<com.soffid.iam.api.SoDRuleMatrix> instances)
Transforms fromSoDRuleMatrix
listList<SoDRuleMatrixEntity>
SoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntityList(Collection<com.soffid.iam.api.SoDRuleMatrix> instances)
Transforms fromSoDRuleMatrix
listMethods in com.soffid.iam.model with parameters of type SoDRuleMatrixEntity Modifier and Type Method Description void
SoDRuleMatrixEntityDao. create(SoDRuleMatrixEntity entity)
Adds an instance ofSoDRuleMatrixEntity
to the persistent store.void
SoDRuleMatrixEntityDaoBase. create(SoDRuleMatrixEntity entity)
Adds an instance ofSoDRuleMatrixEntity
to the persistent store.void
SoDRuleMatrixEntityDao. remove(SoDRuleMatrixEntity entity)
Removes an instance ofSoDRuleMatrixEntity
from the persistent store.void
SoDRuleMatrixEntityDaoBase. remove(SoDRuleMatrixEntity entity)
Removes an instance ofSoDRuleMatrixEntity
from the persistent store.void
SoDRuleMatrixEntityDao. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)
Copy data fromSoDRuleMatrix
objectvoid
SoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)
Copy data fromSoDRuleMatrix
objectvoid
SoDRuleMatrixEntityDaoImpl. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)
com.soffid.iam.api.SoDRuleMatrix
SoDRuleMatrixEntityDao. toSoDRuleMatrix(SoDRuleMatrixEntity entity)
Transforms toSoDRuleMatrix
objectvoid
SoDRuleMatrixEntityDao. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)
Copy data toSoDRuleMatrix
objectcom.soffid.iam.api.SoDRuleMatrix
SoDRuleMatrixEntityDaoBase. toSoDRuleMatrix(SoDRuleMatrixEntity entity)
Transforms toSoDRuleMatrix
objectvoid
SoDRuleMatrixEntityDaoBase. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)
Copy data toSoDRuleMatrix
objectvoid
SoDRuleMatrixEntityDaoImpl. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)
void
SoDRuleMatrixEntityDao. update(SoDRuleMatrixEntity entity)
Updates an instance ofSoDRuleMatrixEntity
at the persistent store.void
SoDRuleMatrixEntityDaoBase. update(SoDRuleMatrixEntity entity)
Updates an instance ofSoDRuleMatrixEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SoDRuleMatrixEntity Modifier and Type Method Description void
SoDRuleMatrixEntityDao. create(Collection<? extends SoDRuleMatrixEntity> entities)
Creates a collection ofSoDRuleMatrixEntity
and adds it to the persistent store.void
SoDRuleMatrixEntityDaoBase. create(Collection<? extends SoDRuleMatrixEntity> entities)
Creates a collection ofSoDRuleMatrixEntity
and adds it to the persistent store.void
SoDRuleMatrixEntityDao. remove(Collection<? extends SoDRuleMatrixEntity> entities)
Removes a collection ofSoDRuleMatrixEntity
from the persistent store.void
SoDRuleMatrixEntityDaoBase. remove(Collection<? extends SoDRuleMatrixEntity> entities)
Removes a collection ofSoDRuleMatrixEntity
from the persistent store.void
SoDRoleEntity. setColumns(Collection<SoDRuleMatrixEntity> columns)
Sets value for attribute columnsvoid
SoDRuleEntity. setMatrixCells(Collection<SoDRuleMatrixEntity> matrixCells)
Sets value for attribute matrixCellsvoid
SoDRoleEntity. setRows(Collection<SoDRuleMatrixEntity> rows)
Sets value for attribute rowsList<com.soffid.iam.api.SoDRuleMatrix>
SoDRuleMatrixEntityDao. toSoDRuleMatrixList(Collection<SoDRuleMatrixEntity> entities)
Transforms toSoDRuleMatrix
listList<com.soffid.iam.api.SoDRuleMatrix>
SoDRuleMatrixEntityDaoBase. toSoDRuleMatrixList(Collection<SoDRuleMatrixEntity> instances)
Transforms toSoDRuleMatrix
listvoid
SoDRuleMatrixEntityDao. update(Collection<? extends SoDRuleMatrixEntity> entities)
Updates a collection ofSoDRuleMatrixEntity
in the persistent store.void
SoDRuleMatrixEntityDaoBase. update(Collection<? extends SoDRuleMatrixEntity> entities)
Updates a collection ofSoDRuleMatrixEntity
in the persistent store.
-