Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.sitemap.form
Class RotatingContentForm  view RotatingContentForm download RotatingContentForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.RuntimeCollective.sitemap.form.RotatingContentForm
All Implemented Interfaces:
com.RuntimeCollective.webapps.form.BeanForm, java.io.Serializable

public class RotatingContentForm
extends org.apache.struts.action.ActionForm
implements com.RuntimeCollective.webapps.form.BeanForm

This Form lets you edit a RotatingContent of a CSL. It's very very basic.

Version:
$Id: RotatingContentForm.java,v 1.3 2003/09/30 15:13:01 joe Exp $

Field Summary
protected  java.lang.String action
          What the form is used for
protected  int ContentSiteLocationId
          The ContentSiteLocationId
protected  java.lang.String RotatingRole
          The RotatingRole
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RotatingContentForm()
           
 
Method Summary
 int getContentSiteLocationId()
          Get the ContentSiteLocationId
 java.lang.String getFormAction()
          Get whether the form's action
 java.lang.String getRotatingRole()
          Get the RotatingRole
 com.RuntimeCollective.webapps.bean.EntityBean populateBean(com.RuntimeCollective.webapps.bean.EntityBean bean)
          Wrapper for populateBean
 void populateForm(com.RuntimeCollective.webapps.bean.EntityBean bean)
          Wrapper for populateForm
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset form variables.
 void setContentSiteLocationId(int ContentSiteLocationId)
          Set the ContentSiteLocationId
 void setFormAction(java.lang.String action)
          Set whether the form's action
 void setRotatingRole(java.lang.String rotatingRole)
          Set the RotatingRole
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Validate the form details.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected java.lang.String action
What the form is used for


ContentSiteLocationId

protected int ContentSiteLocationId
The ContentSiteLocationId


RotatingRole

protected java.lang.String RotatingRole
The RotatingRole

Constructor Detail

RotatingContentForm

public RotatingContentForm()
Method Detail

getFormAction

public java.lang.String getFormAction()
Get whether the form's action

Specified by:
getFormAction in interface com.RuntimeCollective.webapps.form.BeanForm

setFormAction

public void setFormAction(java.lang.String action)
Set whether the form's action

Specified by:
setFormAction in interface com.RuntimeCollective.webapps.form.BeanForm

setContentSiteLocationId

public void setContentSiteLocationId(int ContentSiteLocationId)
Set the ContentSiteLocationId


getContentSiteLocationId

public int getContentSiteLocationId()
Get the ContentSiteLocationId


setRotatingRole

public void setRotatingRole(java.lang.String rotatingRole)
Set the RotatingRole


getRotatingRole

public java.lang.String getRotatingRole()
Get the RotatingRole


populateForm

public void populateForm(com.RuntimeCollective.webapps.bean.EntityBean bean)
Wrapper for populateForm

Specified by:
populateForm in interface com.RuntimeCollective.webapps.form.BeanForm

populateBean

public com.RuntimeCollective.webapps.bean.EntityBean populateBean(com.RuntimeCollective.webapps.bean.EntityBean bean)
Wrapper for populateBean

Specified by:
populateBean in interface com.RuntimeCollective.webapps.form.BeanForm

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset form variables.

Specified by:
reset in interface com.RuntimeCollective.webapps.form.BeanForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Validate the form details. This returns the following error codes:
  • none