Uses of Class
ch.admin.bit.jeap.errorhandling.infrastructure.persistence.Error
Packages that use Error
Package
Description
-
Uses of Error in ch.admin.bit.jeap.errorhandling.domain.audit
Methods in ch.admin.bit.jeap.errorhandling.domain.audit with parameters of type ErrorModifier and TypeMethodDescriptionvoidAuditLogService.logDeleteError(Error error) voidAuditLogService.logResendCausingEvent(Error error) -
Uses of Error in ch.admin.bit.jeap.errorhandling.domain.error
Methods in ch.admin.bit.jeap.errorhandling.domain.error that return ErrorMethods in ch.admin.bit.jeap.errorhandling.domain.error that return types with arguments of type ErrorMethods in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type ErrorModifier and TypeMethodDescriptionvoidErrorService.closeManualTask(Error error) voidErrorService.createManualTask(Error error) voidErrorService.deleteManualTask(Error error) voidErrorService.handlePermanentError(Error error) voidErrorService.handleTemporaryError(Error error) voidErrorService.handleUnknownTemporalityError(Error error) Constructor parameters in ch.admin.bit.jeap.errorhandling.domain.error with type arguments of type Error -
Uses of Error in ch.admin.bit.jeap.errorhandling.domain.group
Methods in ch.admin.bit.jeap.errorhandling.domain.group with parameters of type Error -
Uses of Error in ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory
Methods in ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory with parameters of type Error -
Uses of Error in ch.admin.bit.jeap.errorhandling.domain.resend.scheduler
Methods in ch.admin.bit.jeap.errorhandling.domain.resend.scheduler with parameters of type ErrorModifier and TypeMethodDescriptionvoidScheduledResendService.cancelScheduledResends(Error error) -
Uses of Error in ch.admin.bit.jeap.errorhandling.infrastructure.kafka
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.kafka with parameters of type Error -
Uses of Error in ch.admin.bit.jeap.errorhandling.infrastructure.persistence
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence that return ErrorMethods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence that return types with arguments of type ErrorModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Error> ErrorRepository.findAllByStateEqualsOrderByCreatedDesc(Error.ErrorState errorState, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Error> ErrorRepository.findAllPermanent(org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<Error> ErrorSearchSpecification.fromCriteria(ErrorSearchCriteria criteria) default org.springframework.data.domain.Page<Error> ErrorRepository.search(ErrorSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence with parameters of type Error