net.sf.scmwebgui.actions
Class AddZipContent

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

public class AddZipContent
extends java.lang.Object
implements IActionHandler

This IActionHandler adds all the contents included in a zip file. Each Content is inserted on his ContentType default Category. The handler is called with these parameters:


Constructor Summary
AddZipContent()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getDefaultFieldValue()
           
 java.lang.String getFromDate()
           
 java.lang.String getToDate()
           
 void setDefaultFieldValue(java.lang.String defaultFieldValue)
           
 void setFromDate(java.lang.String fromDate)
           
 void setToDate(java.lang.String toDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddZipContent

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

getFromDate

public java.lang.String getFromDate()
Returns:
Returns the fromDate.

setFromDate

public void setFromDate(java.lang.String fromDate)
Parameters:
fromDate - The fromDate to set.

getToDate

public java.lang.String getToDate()
Returns:
Returns the toDate.

setToDate

public void setToDate(java.lang.String toDate)
Parameters:
toDate - The toDate to set.

getDefaultFieldValue

public java.lang.String getDefaultFieldValue()
Returns:
Returns the defaultFieldValue.

setDefaultFieldValue

public void setDefaultFieldValue(java.lang.String defaultFieldValue)
Parameters:
defaultFieldValue - The defaultFieldValue to set.


Copyright null null. All Rights Reserved.