Class TransactionRecorderControllerImpl
java.lang.Object
org.eblocker.server.http.server.SessionContextController
org.eblocker.server.http.controller.impl.TransactionRecorderControllerImpl
- All Implemented Interfaces:
TransactionRecorderController
public class TransactionRecorderControllerImpl
extends SessionContextController
implements TransactionRecorderController
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionRecorderControllerImpl(SessionStore sessionStore, PageContextStore pageContextStore, TransactionRecorder transactionRecorder) -
Method Summary
Modifier and TypeMethodDescriptionget(org.restexpress.Request request, org.restexpress.Response response) getAll(org.restexpress.Request request, org.restexpress.Response response) getAllAsCSV(org.restexpress.Request request, org.restexpress.Response response) getWhatIfMode(org.restexpress.Request request, org.restexpress.Response response) info(org.restexpress.Request request, org.restexpress.Response response) voidsetWhatIfMode(org.restexpress.Request request, org.restexpress.Response response) voidstart(org.restexpress.Request request, org.restexpress.Response response) voidstop(org.restexpress.Request request, org.restexpress.Response response) Methods inherited from class org.eblocker.server.http.server.SessionContextController
getPageContext, getPageContext, getSession, isPageContextValid
-
Constructor Details
-
TransactionRecorderControllerImpl
@Inject public TransactionRecorderControllerImpl(SessionStore sessionStore, PageContextStore pageContextStore, TransactionRecorder transactionRecorder)
-
-
Method Details
-
start
public void start(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
startin interfaceTransactionRecorderController
-
stop
public void stop(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
stopin interfaceTransactionRecorderController
-
info
public TransactionRecorderInfo info(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
infoin interfaceTransactionRecorderController
-
getAll
public List<RecordedTransaction> getAll(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getAllin interfaceTransactionRecorderController
-
getAllAsCSV
- Specified by:
getAllAsCSVin interfaceTransactionRecorderController
-
get
public List<RecordedTransaction> get(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getin interfaceTransactionRecorderController
-
getWhatIfMode
public WhatIfModeDTO getWhatIfMode(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getWhatIfModein interfaceTransactionRecorderController
-
setWhatIfMode
public void setWhatIfMode(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
setWhatIfModein interfaceTransactionRecorderController
-