net.sf.scmwebgui.actions
Class AddRole

java.lang.Object
  extended by net.sf.scmwebgui.actions.AddRole
All Implemented Interfaces:
IActionHandler

public class AddRole
extends java.lang.Object
implements IActionHandler

This IActionHandler adds a new Role to the Project. The handler is called with these parameters:


Constructor Summary
AddRole()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getRoleId()
           
 void setRoleId(java.lang.String roleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddRole

public AddRole()
Method Detail

execute

public void execute(RequestContext ctx,
                    javax.servlet.http.HttpServletRequest request)
Description copied from interface: IActionHandler
Execute the actions in the IActionHandler

Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.

getRoleId

public java.lang.String getRoleId()
Returns:
Returns the roleId.

setRoleId

public void setRoleId(java.lang.String roleId)
Parameters:
roleId - The roleId to set.


Copyright null null. All Rights Reserved.