Class DCSBrowseForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.DCSBrowseForm
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollectionServicesForm
Supports the collection browser of the DCS. This class works in conjunction
with
DCSBrowseAction.- Author:
- Jonathan Ostwald
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the contextURL attribute of the DCSBrowseForm objectintgetSets()Gets the sets configured in the RepositoryManager.Gets the sortSpec attribute of the RepositoryAdminForm objectvoidreset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request) DESCRIPTIONvoidsetContextURL(String contextURL) Sets the contextURL attribute of the DCSBrowseForm objectstatic voidsetDebug(boolean db) Sets the debug attribute of the objectvoidsetNumDocs(int num) voidsetRequest(HttpServletRequest request) Sets the request attribute of the DCSBrowseForm object.voidSets the sets attribute of the RepositoryAdminForm object.voidsetSortSpec(String sortSpec) Sets the sortSpec attribute of the RepositoryAdminForm objectvoidsetUserRoles(Map roleMap) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
DCSBrowseForm
public DCSBrowseForm()Constructor for the DCSBrowseForm object
-
-
Method Details
-
getNumDocs
public int getNumDocs() -
setNumDocs
public void setNumDocs(int num) -
getContextURL
Gets the contextURL attribute of the DCSBrowseForm object- Returns:
- The contextURL value
-
setContextURL
Sets the contextURL attribute of the DCSBrowseForm object- Parameters:
contextURL- The new contextURL value
-
getSets
Gets the sets configured in the RepositoryManager. Overloaded method from RepositoryForm.- Returns:
- The sets value
-
setSets
Sets the sets attribute of the RepositoryAdminForm object. The set items are instances ofDcsSetInfo.- Parameters:
setInfoSets- The new sets value
-
getUserRoles
-
setUserRoles
-
getSortSpec
Gets the sortSpec attribute of the RepositoryAdminForm object- Returns:
- The sortSpec value
-
setSortSpec
Sets the sortSpec attribute of the RepositoryAdminForm object- Parameters:
sortSpec- The new sortSpec value
-
reset
DESCRIPTION- Overrides:
resetin classorg.apache.struts.action.ActionForm- Parameters:
mapping- DESCRIPTIONrequest- DESCRIPTION
-
setRequest
Sets the request attribute of the DCSBrowseForm object.- Parameters:
request- The new request value
-
setDebug
public static void setDebug(boolean db) Sets the debug attribute of the object- Parameters:
db- The new debug value
-