Class ErrorGroupService
java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.group.ErrorGroupService
-
Constructor Summary
ConstructorsConstructorDescriptionErrorGroupService(ErrorGroupConfigProperties errorGroupConfigProperties, ErrorGroupRepository errorGroupRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Method Summary
Modifier and TypeMethodDescriptionassignToErrorGroup(Error error) findErrorGroupAggregatedData(org.springframework.data.domain.Pageable pageable) getErrorGroupAggregatedData(UUID errorGroupId) updateFreeText(UUID errorGroupId, String freeText) updateTicketNumber(UUID errorGroupId, String ticketNumber)
-
Constructor Details
-
ErrorGroupService
public ErrorGroupService(ErrorGroupConfigProperties errorGroupConfigProperties, ErrorGroupRepository errorGroupRepository, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-
Method Details
-
assignToErrorGroup
-
updateTicketNumber
-
updateFreeText
-
getErrorGroupAggregatedData
-
findErrorGroupAggregatedData
public ErrorGroupAggregatedDataList findErrorGroupAggregatedData(org.springframework.data.domain.Pageable pageable)
-