Uses of Class
org.openiam.idm.srvc.businessrules.dto.BrTargetDto
-
Packages that use BrTargetDto Package Description org.openiam.common.beans.mq org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.am -
-
Uses of BrTargetDto in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleManagementMQService. getTarget(String id)BrTargetDtoBusinessRuleManagementMQService. saveTarget(BrTargetDto target)Methods in org.openiam.common.beans.mq with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleManagementMQService. saveTarget(BrTargetDto target) -
Uses of BrTargetDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BrTargetDto Modifier and Type Method Description BrTargetDtoBrTargetDozerConverter. convertDTO(BrTargetDto entity, boolean isDeep)BrTargetDtoBrTargetDozerConverter. convertToDTO(BrTargetEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BrTargetDto Modifier and Type Method Description List<BrTargetDto>BrTargetDozerConverter. convertToDTOList(List<BrTargetEntity> list, boolean isDeep)Set<BrTargetDto>BrTargetDozerConverter. convertToDTOSet(Set<BrTargetEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDtoBrTargetDozerConverter. convertDTO(BrTargetDto entity, boolean isDeep)BrTargetEntityBrTargetDozerConverter. convertToEntity(BrTargetDto dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BrTargetDto Modifier and Type Method Description List<BrTargetEntity>BrTargetDozerConverter. convertToEntityList(List<BrTargetDto> list, boolean isDeep)Set<BrTargetEntity>BrTargetDozerConverter. convertToEntitySet(Set<BrTargetDto> set, boolean isDeep) -
Uses of BrTargetDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleTargetService. save(BrTargetDto target)Methods in org.openiam.esb.core.service with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleTargetService. save(BrTargetDto target) -
Uses of BrTargetDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleTargetServiceImpl. save(BrTargetDto target)Methods in org.openiam.esb.core.service.impl with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleTargetServiceImpl. save(BrTargetDto target) -
Uses of BrTargetDto in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleWebService. getTarget(String id)BrTargetDtoBusinessRuleWebServiceImpl. getTarget(String id)BrTargetDtoBusinessRuleWebService. saveTarget(BrTargetDto target)Method is user to save (add / Update) target.BrTargetDtoBusinessRuleWebServiceImpl. saveTarget(BrTargetDto target)Methods in org.openiam.srvc.am with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDtoBusinessRuleWebService. saveTarget(BrTargetDto target)Method is user to save (add / Update) target.BrTargetDtoBusinessRuleWebServiceImpl. saveTarget(BrTargetDto target)
-