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 BrTargetDto
BusinessRuleManagementMQService. getTarget(String id)
BrTargetDto
BusinessRuleManagementMQService. saveTarget(BrTargetDto target)
Methods in org.openiam.common.beans.mq with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDto
BusinessRuleManagementMQService. 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 BrTargetDto
BrTargetDozerConverter. convertDTO(BrTargetDto entity, boolean isDeep)
BrTargetDto
BrTargetDozerConverter. 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 BrTargetDto
BrTargetDozerConverter. convertDTO(BrTargetDto entity, boolean isDeep)
BrTargetEntity
BrTargetDozerConverter. 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 BrTargetDto
BusinessRuleTargetService. save(BrTargetDto target)
Methods in org.openiam.esb.core.service with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDto
BusinessRuleTargetService. 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 BrTargetDto
BusinessRuleTargetServiceImpl. save(BrTargetDto target)
Methods in org.openiam.esb.core.service.impl with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDto
BusinessRuleTargetServiceImpl. 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 BrTargetDto
BusinessRuleWebService. getTarget(String id)
BrTargetDto
BusinessRuleWebServiceImpl. getTarget(String id)
BrTargetDto
BusinessRuleWebService. saveTarget(BrTargetDto target)
Method is user to save (add / Update) target.BrTargetDto
BusinessRuleWebServiceImpl. saveTarget(BrTargetDto target)
Methods in org.openiam.srvc.am with parameters of type BrTargetDto Modifier and Type Method Description BrTargetDto
BusinessRuleWebService. saveTarget(BrTargetDto target)
Method is user to save (add / Update) target.BrTargetDto
BusinessRuleWebServiceImpl. saveTarget(BrTargetDto target)
-