Uses of Interface
ch.admin.bit.jeap.errorhandling.domain.group.ErrorGroupAggregatedData
Packages that use ErrorGroupAggregatedData
Package
Description
-
Uses of ErrorGroupAggregatedData in ch.admin.bit.jeap.errorhandling.domain.group
Methods in ch.admin.bit.jeap.errorhandling.domain.group that return ErrorGroupAggregatedDataModifier and TypeMethodDescriptionErrorGroupService.getErrorGroupAggregatedData(UUID errorGroupId) Methods in ch.admin.bit.jeap.errorhandling.domain.group that return types with arguments of type ErrorGroupAggregatedDataModifier and TypeMethodDescriptionErrorGroupAggregatedDataList.groups()Returns the value of thegroupsrecord component.Constructor parameters in ch.admin.bit.jeap.errorhandling.domain.group with type arguments of type ErrorGroupAggregatedDataModifierConstructorDescriptionErrorGroupAggregatedDataList(long totalElements, List<ErrorGroupAggregatedData> groups) Creates an instance of aErrorGroupAggregatedDataListrecord class. -
Uses of ErrorGroupAggregatedData in ch.admin.bit.jeap.errorhandling.infrastructure.persistence
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence that return types with arguments of type ErrorGroupAggregatedDataModifier and TypeMethodDescriptionErrorGroupRepository.findErrorGroupAggregatedData(UUID errorGroupId) org.springframework.data.domain.Page<ErrorGroupAggregatedData> ErrorGroupRepository.findErrorGroupAggregatedData(org.springframework.data.domain.Pageable pageable)