com.fullspan.kat.web.form
Class KatEntryDisplayForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.fullspan.kat.web.form.KatEntryDisplayForm
All Implemented Interfaces:
java.io.Serializable

public class KatEntryDisplayForm
extends org.apache.struts.action.ActionForm

Author:
Mitch Stuart
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
KatEntryDisplayForm()
           
 
Method Summary
 KatEntryBatchFormData getBatchFormData()
           
 java.util.List getBatchNewCatList()
           
 boolean getCanEdit()
           
 KatEntryShrub getEntryShrub()
           
 java.util.List getFrequentItemsList()
           
 boolean getIsUserOwner()
           
 java.util.List getRecentItemsList()
           
 void init(KatRequestStatus katRequestStatus, KatEntryShrub entryShrub, java.util.List recentItemsList, java.util.List frequentItemsList)
           
 void setBatchNewCatList(java.util.List batchNewCatList)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KatEntryDisplayForm

public KatEntryDisplayForm()
Method Detail

init

public void init(KatRequestStatus katRequestStatus,
                 KatEntryShrub entryShrub,
                 java.util.List recentItemsList,
                 java.util.List frequentItemsList)

getEntryShrub

public KatEntryShrub getEntryShrub()

getFrequentItemsList

public java.util.List getFrequentItemsList()

getRecentItemsList

public java.util.List getRecentItemsList()

getBatchNewCatList

public java.util.List getBatchNewCatList()

setBatchNewCatList

public void setBatchNewCatList(java.util.List batchNewCatList)

getBatchFormData

public KatEntryBatchFormData getBatchFormData()

getIsUserOwner

public boolean getIsUserOwner()

getCanEdit

public boolean getCanEdit()