Uses of Class
org.openiam.idm.srvc.businessrules.domain.BusinessRuleEntity
-
Packages that use BusinessRuleEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of BusinessRuleEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BusinessRuleEntity Modifier and Type Method Description BusinessRuleEntity
BusinessRuleDozerConverter. convertEntity(BusinessRuleEntity entity, boolean isDeep)
BusinessRuleEntity
BusinessRuleDozerConverter. convertToEntity(BusinessRuleDto dto, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BusinessRuleEntity Modifier and Type Method Description List<BusinessRuleEntity>
BusinessRuleDozerConverter. convertToEntityList(List<BusinessRuleDto> list, boolean isDeep)
Set<BusinessRuleEntity>
BusinessRuleDozerConverter. convertToEntitySet(Set<BusinessRuleDto> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type BusinessRuleEntity Modifier and Type Method Description BusinessRuleEntity
BusinessRuleDozerConverter. convertEntity(BusinessRuleEntity entity, boolean isDeep)
BusinessRuleDto
BusinessRuleDozerConverter. convertToDTO(BusinessRuleEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BusinessRuleEntity Modifier and Type Method Description List<BusinessRuleDto>
BusinessRuleDozerConverter. convertToDTOList(List<BusinessRuleEntity> list, boolean isDeep)
Set<BusinessRuleDto>
BusinessRuleDozerConverter. convertToDTOSet(Set<BusinessRuleEntity> set, boolean isDeep)
-
Uses of BusinessRuleEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type BusinessRuleEntity Modifier and Type Method Description List<BusinessRuleEntity>
BusinessRuleRepository. findAllByOnDoIdOrOnUndoId(String onDoId, String onUndoId)
List<BusinessRuleEntity>
BusinessRuleRepository. findAllByStatusOrderByNameAsc(BusinessRuleStatusEnum statusEnum)
List<BusinessRuleEntity>
BusinessRuleRepository. getAllByStatusIn(Collection<BusinessRuleStatusEnum> states)
-
Uses of BusinessRuleEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type BusinessRuleEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<BusinessRuleEntity>
BusinessRuleRepositoryImpl. buildSpecifications(BusinessRuleSearchBean sb)
protected Class<BusinessRuleEntity>
BusinessRuleRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<BusinessRuleEntity,String>
BusinessRuleRepositoryImpl. getRepository()
-