Uses of Class
com.inesm.KeyManager.exceptions.GlobalOperationException
Packages that use GlobalOperationException
-
Uses of GlobalOperationException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw GlobalOperationExceptionModifier and TypeMethodDescriptionvoidRequestController.acceptRequest(javax.servlet.http.HttpServletRequest requestz) Accepts a request inside the station.KeysController.createKey(javax.servlet.http.HttpServletRequest request) Creates a key inside a the station.MissionController.createMission(javax.servlet.http.HttpServletRequest request) Creates a mission inside the station.UserController.createUser(javax.servlet.http.HttpServletRequest request) Creates a user in the station.KeysController.deleteKey(javax.servlet.http.HttpServletRequest request) Deletes a key from the station.MissionController.deleteMission(javax.servlet.http.HttpServletRequest request) Deletes a mission from the station.UserController.deleteSelf(javax.servlet.http.HttpServletRequest request) Deletes the current user.UserController.deleteUser(javax.servlet.http.HttpServletRequest request) Deletes a user in the station.KeysController.getKey(javax.servlet.http.HttpServletRequest request) Gets a key from the station.UserController.getUser(javax.servlet.http.HttpServletRequest request) Gets a user from the station.KeysController.listKeys()Gets all keys inside a the station.KeysController.missionKeys(javax.servlet.http.HttpServletRequest request) Gets all keys belonging to a specific mission inside the station.KeysController.updateKey(javax.servlet.http.HttpServletRequest request) Updates a key inside a the station.KeysController.updateKeyState(javax.servlet.http.HttpServletRequest request) Updates a key's state inside a the station.MissionController.updateMission(javax.servlet.http.HttpServletRequest request) Update a mission in a station.UserController.updateSelfUserPassword(javax.servlet.http.HttpServletRequest request) Updates the current user's password in the station.UserController.updateUser(javax.servlet.http.HttpServletRequest request) Updates a user in the station.UserController.updateUserPassword(javax.servlet.http.HttpServletRequest request) Updates a user's password in the station. -
Uses of GlobalOperationException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw GlobalOperationExceptionModifier and TypeMethodDescriptionvoidIntercept an operation.voidSessionService.interceptRequest(Request request) Intercepts a request.