@Service
public class MessageErrorInformationHandler
extends pl.fhframework.core.uc.handlers.RunUseCaseHandler
implements pl.fhframework.core.logging.handler.NonResponsiveInformationHandler
| Constructor and Description |
|---|
MessageErrorInformationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildFooterMessage() |
protected String |
buildGeneralMessage(List<pl.fhframework.core.logging.ErrorInformation> errors) |
String |
buildMessage(List<pl.fhframework.core.logging.ErrorInformation> errors) |
boolean |
handle(pl.fhframework.UserSession session,
pl.fhframework.model.dto.IErrorCarrierMessage message,
List<pl.fhframework.core.logging.ErrorInformation> errors,
pl.fhframework.FormsHandler formsHandler,
String requestId) |
boolean |
handleFailure(boolean isSendingMessageForbidden,
pl.fhframework.FormsHandler formsHandler,
String requestId,
List<pl.fhframework.core.logging.ErrorInformation> errors) |
getAutostartedUseCase, showMessageAndRunUseCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean handle(pl.fhframework.UserSession session,
pl.fhframework.model.dto.IErrorCarrierMessage message,
List<pl.fhframework.core.logging.ErrorInformation> errors,
pl.fhframework.FormsHandler formsHandler,
String requestId)
handle in interface pl.fhframework.core.logging.handler.IErrorInformationHandlerpublic boolean handleFailure(boolean isSendingMessageForbidden,
pl.fhframework.FormsHandler formsHandler,
String requestId,
List<pl.fhframework.core.logging.ErrorInformation> errors)
handleFailure in interface pl.fhframework.core.logging.handler.IErrorInformationHandlerpublic String buildMessage(List<pl.fhframework.core.logging.ErrorInformation> errors)
buildMessage in interface pl.fhframework.core.logging.handler.IErrorInformationHandlerprotected String buildGeneralMessage(List<pl.fhframework.core.logging.ErrorInformation> errors)
protected String buildFooterMessage()
Copyright © 2019. All rights reserved.