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 classSoDRuleEntityImplEntity SoDRuleEntity implementationMethods in com.soffid.iam.model that return SoDRuleEntity Modifier and Type Method Description SoDRuleEntitySoDRoleEntity. getRule()Gets value for attribute ruleSoDRuleEntitySoDRuleMatrixEntity. getRule()Gets value for attribute ruleSoDRuleEntitySoDRuleEntityDao. load(Long id)Loads an instance ofSoDRuleEntityfrom the persistent store.SoDRuleEntitySoDRuleEntityDaoBase. load(Long id)Loads an instance ofSoDRuleEntityfrom the persistent store.SoDRuleEntitySoDRuleEntityDao. newSoDRuleEntity()Creates an instance ofSoDRuleEntity.SoDRuleEntitySoDRuleEntityDaoBase. newSoDRuleEntity()Creates an instance ofSoDRuleEntity.SoDRuleEntitySoDRuleEntityDao. soDRuleToEntity(com.soffid.iam.api.SoDRule instance)Transforms fromSoDRuleobjectSoDRuleEntitySoDRuleEntityDaoBase. soDRuleToEntity(com.soffid.iam.api.SoDRule instance)Transforms fromSoDRuleobjectMethods 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 ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDaoBase. loadAll()Loads all instances ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDao. query(String query, Parameter[] parameters)Query ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>SoDRuleEntityDao. soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)Transforms fromSoDRulelistList<SoDRuleEntity>SoDRuleEntityDaoBase. soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)Transforms fromSoDRulelistMethods in com.soffid.iam.model with parameters of type SoDRuleEntity Modifier and Type Method Description voidSoDRuleEntityDao. create(SoDRuleEntity entity)Adds an instance ofSoDRuleEntityto the persistent store.voidSoDRuleEntityDaoBase. create(SoDRuleEntity entity)Adds an instance ofSoDRuleEntityto the persistent store.voidSoDRuleEntityDao. remove(SoDRuleEntity entity)Removes an instance ofSoDRuleEntityfrom the persistent store.voidSoDRuleEntityDaoBase. remove(SoDRuleEntity entity)Removes an instance ofSoDRuleEntityfrom the persistent store.voidSoDRoleEntity. setRule(SoDRuleEntity rule)Sets value for attribute rulevoidSoDRuleMatrixEntity. setRule(SoDRuleEntity rule)Sets value for attribute rulevoidSoDRuleEntityDao. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Copy data fromSoDRuleobjectvoidSoDRuleEntityDaoBase. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Copy data fromSoDRuleobjectvoidSoDRuleEntityDaoImpl. soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)com.soffid.iam.api.SoDRuleSoDRuleEntityDao. toSoDRule(SoDRuleEntity entity)Transforms toSoDRuleobjectvoidSoDRuleEntityDao. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)Copy data toSoDRuleobjectcom.soffid.iam.api.SoDRuleSoDRuleEntityDaoBase. toSoDRule(SoDRuleEntity entity)Transforms toSoDRuleobjectvoidSoDRuleEntityDaoBase. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)Copy data toSoDRuleobjectvoidSoDRuleEntityDaoImpl. toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)voidSoDRuleEntityDao. update(SoDRuleEntity entity)Updates an instance ofSoDRuleEntityat the persistent store.voidSoDRuleEntityDaoBase. update(SoDRuleEntity entity)Updates an instance ofSoDRuleEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SoDRuleEntity Modifier and Type Method Description voidSoDRuleEntityDao. create(Collection<? extends SoDRuleEntity> entities)Creates a collection ofSoDRuleEntityand adds it to the persistent store.voidSoDRuleEntityDaoBase. create(Collection<? extends SoDRuleEntity> entities)Creates a collection ofSoDRuleEntityand adds it to the persistent store.voidSoDRuleEntityDao. remove(Collection<? extends SoDRuleEntity> entities)Removes a collection ofSoDRuleEntityfrom the persistent store.voidSoDRuleEntityDaoBase. remove(Collection<? extends SoDRuleEntity> entities)Removes a collection ofSoDRuleEntityfrom the persistent store.voidInformationSystemEntity. setSodRules(Collection<SoDRuleEntity> sodRules)Sets value for attribute sodRulesList<com.soffid.iam.api.SoDRule>SoDRuleEntityDao. toSoDRuleList(Collection<SoDRuleEntity> entities)Transforms toSoDRulelistList<com.soffid.iam.api.SoDRule>SoDRuleEntityDaoBase. toSoDRuleList(Collection<SoDRuleEntity> instances)Transforms toSoDRulelistvoidSoDRuleEntityDao. update(Collection<? extends SoDRuleEntity> entities)Updates a collection ofSoDRuleEntityin the persistent store.voidSoDRuleEntityDaoBase. update(Collection<? extends SoDRuleEntity> entities)Updates a collection ofSoDRuleEntityin the persistent store.
-