net.sf.scmwebgui.actions
Class DeleteItem

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

public class DeleteItem
extends java.lang.Object
implements IActionHandler

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


Constructor Summary
DeleteItem()
           
 
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()
           
 void setContentTypeId(java.lang.String contentTypeId)
           
 void setFieldId(java.lang.String fieldId)
           
 void setItemKey(java.lang.String itemKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteItem

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

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.