Class BlockerControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.BlockerControllerImpl
- All Implemented Interfaces:
BlockerController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBlocker(org.restexpress.Request request, org.restexpress.Response response) getBlockerById(org.restexpress.Request request, org.restexpress.Response response) getBlockers(org.restexpress.Request request, org.restexpress.Response response) voidremoveBlocker(org.restexpress.Request request, org.restexpress.Response response) updateBlocker(org.restexpress.Request request, org.restexpress.Response response)
-
Constructor Details
-
BlockerControllerImpl
-
-
Method Details
-
getBlockers
public List<Blocker> getBlockers(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getBlockersin interfaceBlockerController
-
getBlockerById
- Specified by:
getBlockerByIdin interfaceBlockerController
-
createBlocker
- Specified by:
createBlockerin interfaceBlockerController
-
updateBlocker
- Specified by:
updateBlockerin interfaceBlockerController
-
removeBlocker
public void removeBlocker(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
removeBlockerin interfaceBlockerController
-