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 classSoDRuleMatrixEntityImplEntity SoDRuleMatrixEntity implementationMethods in com.soffid.iam.model that return SoDRuleMatrixEntity Modifier and Type Method Description SoDRuleMatrixEntitySoDRuleMatrixEntityDao. load(Long id)Loads an instance ofSoDRuleMatrixEntityfrom the persistent store.SoDRuleMatrixEntitySoDRuleMatrixEntityDaoBase. load(Long id)Loads an instance ofSoDRuleMatrixEntityfrom the persistent store.SoDRuleMatrixEntitySoDRuleMatrixEntityDao. newSoDRuleMatrixEntity()Creates an instance ofSoDRuleMatrixEntity.SoDRuleMatrixEntitySoDRuleMatrixEntityDaoBase. newSoDRuleMatrixEntity()Creates an instance ofSoDRuleMatrixEntity.SoDRuleMatrixEntitySoDRuleMatrixEntityDao. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix instance)Transforms fromSoDRuleMatrixobjectSoDRuleMatrixEntitySoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix instance)Transforms fromSoDRuleMatrixobjectMethods 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 ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDaoBase. loadAll()Loads all instances ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDao. query(String query, Parameter[] parameters)Query ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSoDRuleMatrixEntityfrom the persistent store.List<SoDRuleMatrixEntity>SoDRuleMatrixEntityDao. soDRuleMatrixToEntityList(Collection<com.soffid.iam.api.SoDRuleMatrix> instances)Transforms fromSoDRuleMatrixlistList<SoDRuleMatrixEntity>SoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntityList(Collection<com.soffid.iam.api.SoDRuleMatrix> instances)Transforms fromSoDRuleMatrixlistMethods in com.soffid.iam.model with parameters of type SoDRuleMatrixEntity Modifier and Type Method Description voidSoDRuleMatrixEntityDao. create(SoDRuleMatrixEntity entity)Adds an instance ofSoDRuleMatrixEntityto the persistent store.voidSoDRuleMatrixEntityDaoBase. create(SoDRuleMatrixEntity entity)Adds an instance ofSoDRuleMatrixEntityto the persistent store.voidSoDRuleMatrixEntityDao. remove(SoDRuleMatrixEntity entity)Removes an instance ofSoDRuleMatrixEntityfrom the persistent store.voidSoDRuleMatrixEntityDaoBase. remove(SoDRuleMatrixEntity entity)Removes an instance ofSoDRuleMatrixEntityfrom the persistent store.voidSoDRuleMatrixEntityDao. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)Copy data fromSoDRuleMatrixobjectvoidSoDRuleMatrixEntityDaoBase. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)Copy data fromSoDRuleMatrixobjectvoidSoDRuleMatrixEntityDaoImpl. soDRuleMatrixToEntity(com.soffid.iam.api.SoDRuleMatrix source, SoDRuleMatrixEntity target, boolean copyIfNull)com.soffid.iam.api.SoDRuleMatrixSoDRuleMatrixEntityDao. toSoDRuleMatrix(SoDRuleMatrixEntity entity)Transforms toSoDRuleMatrixobjectvoidSoDRuleMatrixEntityDao. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)Copy data toSoDRuleMatrixobjectcom.soffid.iam.api.SoDRuleMatrixSoDRuleMatrixEntityDaoBase. toSoDRuleMatrix(SoDRuleMatrixEntity entity)Transforms toSoDRuleMatrixobjectvoidSoDRuleMatrixEntityDaoBase. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)Copy data toSoDRuleMatrixobjectvoidSoDRuleMatrixEntityDaoImpl. toSoDRuleMatrix(SoDRuleMatrixEntity source, com.soffid.iam.api.SoDRuleMatrix target)voidSoDRuleMatrixEntityDao. update(SoDRuleMatrixEntity entity)Updates an instance ofSoDRuleMatrixEntityat the persistent store.voidSoDRuleMatrixEntityDaoBase. update(SoDRuleMatrixEntity entity)Updates an instance ofSoDRuleMatrixEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SoDRuleMatrixEntity Modifier and Type Method Description voidSoDRuleMatrixEntityDao. create(Collection<? extends SoDRuleMatrixEntity> entities)Creates a collection ofSoDRuleMatrixEntityand adds it to the persistent store.voidSoDRuleMatrixEntityDaoBase. create(Collection<? extends SoDRuleMatrixEntity> entities)Creates a collection ofSoDRuleMatrixEntityand adds it to the persistent store.voidSoDRuleMatrixEntityDao. remove(Collection<? extends SoDRuleMatrixEntity> entities)Removes a collection ofSoDRuleMatrixEntityfrom the persistent store.voidSoDRuleMatrixEntityDaoBase. remove(Collection<? extends SoDRuleMatrixEntity> entities)Removes a collection ofSoDRuleMatrixEntityfrom the persistent store.voidSoDRoleEntity. setColumns(Collection<SoDRuleMatrixEntity> columns)Sets value for attribute columnsvoidSoDRuleEntity. setMatrixCells(Collection<SoDRuleMatrixEntity> matrixCells)Sets value for attribute matrixCellsvoidSoDRoleEntity. setRows(Collection<SoDRuleMatrixEntity> rows)Sets value for attribute rowsList<com.soffid.iam.api.SoDRuleMatrix>SoDRuleMatrixEntityDao. toSoDRuleMatrixList(Collection<SoDRuleMatrixEntity> entities)Transforms toSoDRuleMatrixlistList<com.soffid.iam.api.SoDRuleMatrix>SoDRuleMatrixEntityDaoBase. toSoDRuleMatrixList(Collection<SoDRuleMatrixEntity> instances)Transforms toSoDRuleMatrixlistvoidSoDRuleMatrixEntityDao. update(Collection<? extends SoDRuleMatrixEntity> entities)Updates a collection ofSoDRuleMatrixEntityin the persistent store.voidSoDRuleMatrixEntityDaoBase. update(Collection<? extends SoDRuleMatrixEntity> entities)Updates a collection ofSoDRuleMatrixEntityin the persistent store.
-