net.sf.scmwebgui.actions
Class UpdateCategory

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

public class UpdateCategory
extends java.lang.Object
implements IActionHandler

This IActionHandler updates current Category calling the handler with parameters:


Constructor Summary
UpdateCategory()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.util.Map getAllowedTypes()
           
 java.lang.String getDescription()
           
 java.lang.String getHistoryCategory()
           
 java.lang.String getName()
           
 void setAllowedTypes(java.util.Map allowedTypes)
           
 void setDescription(java.lang.String description)
           
 void setHistoryCategory(java.lang.String historyCategory)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCategory

public UpdateCategory()
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.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getAllowedTypes

public java.util.Map getAllowedTypes()
Returns:
Returns the allowedTypes.

setAllowedTypes

public void setAllowedTypes(java.util.Map allowedTypes)
Parameters:
allowedTypes - The allowedTypes to set.

getHistoryCategory

public java.lang.String getHistoryCategory()
Returns:
Returns the historyCategory.

setHistoryCategory

public void setHistoryCategory(java.lang.String historyCategory)
Parameters:
historyCategory - The historyCategory to set.


Copyright null null. All Rights Reserved.