net.sf.scmwebgui.actions
Class UpdateCategory
java.lang.Object
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:
- 'name' - Category name in current locale.
- 'description' - Category description in current locale.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateCategory
public UpdateCategory()
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.