Uses of Class
org.openiam.idm.srvc.businessrules.dto.BusinessRuleDto
-
-
Uses of BusinessRuleDto in org.openiam.br.service
Method parameters in org.openiam.br.service with type arguments of type BusinessRuleDto Modifier and Type Method Description BusinessRuleEvaluationResponseBusinessRuleEvaluationService. processUser(List<BusinessRuleDto> dtos, User user, User oldUser, AttributeOperationEnum attributeOperationEnum, boolean deleteAfterEvaluation) -
Uses of BusinessRuleDto in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleManagementMQService. getBusinessRule(String id)Methods in org.openiam.common.beans.mq with parameters of type BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoResponseBusinessRuleManagementMQService. saveBusinessRule(BusinessRuleDto target) -
Uses of BusinessRuleDto in org.openiam.config
Methods in org.openiam.config that return types with arguments of type BusinessRuleDto Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,List<BusinessRuleDto>>AbstractRedisConfiguration. businessRuleListRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)static List<BusinessRuleDto>BusinessRuleLocalStorage. getProvisioningList()static List<BusinessRuleDto>BusinessRuleLocalStorage. getSelfRegistrationList()Method parameters in org.openiam.config with type arguments of type BusinessRuleDto Modifier and Type Method Description static voidBusinessRuleLocalStorage. setProvisioningList(List<BusinessRuleDto> toAdd)static voidBusinessRuleLocalStorage. setSelfRegistrationList(List<BusinessRuleDto> toAdd) -
Uses of BusinessRuleDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleDozerConverter. convertDTO(BusinessRuleDto entity, boolean isDeep)BusinessRuleDtoBusinessRuleDozerConverter. convertToDTO(BusinessRuleEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BusinessRuleDto Modifier and Type Method Description List<BusinessRuleDto>BusinessRuleDozerConverter. convertToDTOList(List<BusinessRuleEntity> list, boolean isDeep)Set<BusinessRuleDto>BusinessRuleDozerConverter. convertToDTOSet(Set<BusinessRuleEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleDozerConverter. convertDTO(BusinessRuleDto entity, boolean isDeep)BusinessRuleEntityBusinessRuleDozerConverter. convertToEntity(BusinessRuleDto dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BusinessRuleDto Modifier and Type Method Description List<BusinessRuleEntity>BusinessRuleDozerConverter. convertToEntityList(List<BusinessRuleDto> list, boolean isDeep)Set<BusinessRuleEntity>BusinessRuleDozerConverter. convertToEntitySet(Set<BusinessRuleDto> set, boolean isDeep) -
Uses of BusinessRuleDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleService. save(BusinessRuleDto target)Methods in org.openiam.esb.core.service that return types with arguments of type BusinessRuleDto Modifier and Type Method Description List<BusinessRuleDto>BusinessRuleService. getPendingBusinessRules()Methods in org.openiam.esb.core.service with parameters of type BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleService. save(BusinessRuleDto target) -
Uses of BusinessRuleDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleServiceImpl. save(BusinessRuleDto dto)Methods in org.openiam.esb.core.service.impl that return types with arguments of type BusinessRuleDto Modifier and Type Method Description List<BusinessRuleDto>BusinessRuleServiceImpl. getPendingBusinessRules()Methods in org.openiam.esb.core.service.impl with parameters of type BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleServiceImpl. save(BusinessRuleDto dto) -
Uses of BusinessRuleDto in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoBusinessRuleWebService. getBusinessRule(String id)BusinessRuleDtoBusinessRuleWebServiceImpl. getBusinessRule(String id)Methods in org.openiam.srvc.am with parameters of type BusinessRuleDto Modifier and Type Method Description BusinessRuleDtoResponseBusinessRuleWebService. saveBusinessRule(BusinessRuleDto businessRule)Method is user to save (add / Update) Business rule.BusinessRuleDtoResponseBusinessRuleWebServiceImpl. saveBusinessRule(BusinessRuleDto target)
-