| es.udc.mypersonalizer.kernel.controller.actions.DefaultAction es.udc.mypersonalizer.admin.http.controller.actions.serviceperms.ProcessUpdateServicePermissionsAction
ProcessUpdateServicePermissionsAction | public class ProcessUpdateServicePermissionsAction extends DefaultAction (Code) | | This action checks that the given permissions for a service, obtained
using
UpdateServicePermissionsForm are correct, this is,
permissions for a service button are a subset of the service availability
if so, this action updates the permissions for the service and redirects
to ServicePermissionsMain , else forwards back to the frm
with an error message. The check can't be done in an
ActionForm because service buttons are dynamic and an
ActionForm is not prepared for this kind of
tasks.
author: Abel Iago Toral Quiroga since: 1.0 |
Methods inherited from es.udc.mypersonalizer.kernel.controller.actions.DefaultAction | abstract protected ActionForward doExecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward doOnError(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, Exception exception)(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc)
|
|
|