Uses of Class
org.openiam.idm.srvc.businessrules.domain.BrTargetEntity
-
Packages that use BrTargetEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of BrTargetEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BrTargetEntity Modifier and Type Method Description BrTargetEntity
BrTargetDozerConverter. convertEntity(BrTargetEntity entity, boolean isDeep)
BrTargetEntity
BrTargetDozerConverter. convertToEntity(BrTargetDto dto, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BrTargetEntity Modifier and Type Method Description List<BrTargetEntity>
BrTargetDozerConverter. convertToEntityList(List<BrTargetDto> list, boolean isDeep)
Set<BrTargetEntity>
BrTargetDozerConverter. convertToEntitySet(Set<BrTargetDto> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type BrTargetEntity Modifier and Type Method Description BrTargetEntity
BrTargetDozerConverter. convertEntity(BrTargetEntity entity, boolean isDeep)
BrTargetDto
BrTargetDozerConverter. convertToDTO(BrTargetEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BrTargetEntity Modifier and Type Method Description List<BrTargetDto>
BrTargetDozerConverter. convertToDTOList(List<BrTargetEntity> list, boolean isDeep)
Set<BrTargetDto>
BrTargetDozerConverter. convertToDTOSet(Set<BrTargetEntity> set, boolean isDeep)
-
Uses of BrTargetEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type BrTargetEntity Modifier and Type Method Description org.springframework.data.domain.Page<BrTargetEntity>
BusinessRuleTargetRepository. findAllByNameLike(String nameTerm, org.springframework.data.domain.Pageable pageable)
-
Uses of BrTargetEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type BrTargetEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<BrTargetEntity>
BusinessRuleTargetRepositoryImpl. buildSpecifications(BusinessRuleTargetSearchBean sb)
protected Class<BrTargetEntity>
BusinessRuleTargetRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<BrTargetEntity,String>
BusinessRuleTargetRepositoryImpl. getRepository()
-