net.sf.scmwebgui.actions
Class UpdateItem

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

public class UpdateItem
extends java.lang.Object
implements IActionHandler

This IActionHandler updates a Item to selected Field List. The handler is called with these parameters:


Constructor Summary
UpdateItem()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getContentTypeId()
           
 java.lang.String getFieldId()
           
 java.lang.String getItemKey()
           
 java.lang.String getValue()
           
 void setContentTypeId(java.lang.String contentTypeId)
           
 void setFieldId(java.lang.String fieldId)
           
 void setItemKey(java.lang.String itemKey)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateItem

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

getContentTypeId

public java.lang.String getContentTypeId()
Returns:
Returns the contentTypeId.

setContentTypeId

public void setContentTypeId(java.lang.String contentTypeId)
Parameters:
contentTypeId - The contentTypeId to set.

getValue

public java.lang.String getValue()
Returns:
Returns the value.

setValue

public void setValue(java.lang.String value)
Parameters:
value - The value to set.

getFieldId

public java.lang.String getFieldId()
Returns:
Returns the fieldId.

setFieldId

public void setFieldId(java.lang.String fieldId)
Parameters:
fieldId - The fieldId to set.

getItemKey

public java.lang.String getItemKey()
Returns:
Returns the itemkey.

setItemKey

public void setItemKey(java.lang.String itemKey)
Parameters:
itemKey - The key to set.


Copyright null null. All Rights Reserved.