net.sf.scmwebgui.actions
Class MoveField

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

public class MoveField
extends java.lang.Object
implements IActionHandler

This IActionHandler moves a Field in selected Content Type. The handler is called with these parameters:


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

Constructor Detail

MoveField

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

getSubaction

public java.lang.String getSubaction()
Returns:
Returns the subaction.

setSubaction

public void setSubaction(java.lang.String subaction)
Parameters:
subaction - The subaction to set.

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.


Copyright null null. All Rights Reserved.