org.kuali.ole.describe.form
Class BoundwithForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.ole.describe.form.BoundwithForm
- All Implemented Interfaces:
- Serializable, org.kuali.rice.krad.uif.view.ViewModel
- Direct Known Subclasses:
- TransferForm
public class BoundwithForm
- extends org.kuali.rice.krad.web.form.UifFormBase
Created with IntelliJ IDEA.
User: Sreekanth
Date: 11/26/12
Time: 01:46 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Method Summary |
void |
clearFormFields()
|
String |
getActionEvent()
Returns the action event that was sent in the action parameters (if any) |
String |
getActionParamaterValue(String actionParameterName)
Retrieves the value for the given action parameter, or empty string if
not found |
Map<String,String> |
getActionParameters()
|
Map<String,String> |
getActionParameters(Map<String,String> actionParametersMap)
|
Properties |
getActionParametersAsProperties()
Returns the action parameters map as a Properties instance |
String |
getAuthor()
|
String |
getBarcode()
|
List<WorkBibDocument> |
getBibDocumentList()
|
Map<String,String> |
getBibMap()
|
org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> |
getBibTree1()
|
org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> |
getBibTree2()
|
org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> |
getBoundwithTree()
|
org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> |
getBoundWithTree()
|
String |
getBoundwithTreeLabelText()
|
String |
getControl()
|
String |
getDescription()
|
List<DocumentTreeNode> |
getDisplayRecordList()
|
DocumentTreeNode |
getDocumentTreeNode()
|
String |
getId()
|
Map<String,String> |
getInstanceMap()
|
String |
getLabelText()
|
org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> |
getLeftTree()
|
String |
getMessage()
|
String |
getPublicationDate()
|
org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> |
getRightTree()
|
SearchParams |
getSearchParams()
|
String |
getSearchResults()
|
String |
getSelectedInstance()
|
String |
getStatus()
|
String |
getTitle()
|
String |
getTree2LabelText()
|
List<OleWorkBibDocument> |
getWorkBibDocumentList()
|
List<WorkHoldingsDocument> |
getWorkHoldingsDocumentList()
|
List<WorkItemDocument> |
getWorkItemDocumentList()
|
boolean |
isSelect()
|
boolean |
isSelectBoundwithTree()
|
boolean |
isSelected()
|
boolean |
isSelectTree1()
|
boolean |
isSelectTree2()
|
void |
setActionParameters(Map<String,String> actionParameters)
|
void |
setAuthor(String author)
|
void |
setBarcode(String barcode)
|
void |
setBibDocumentList(List<WorkBibDocument> bibDocumentList)
|
void |
setBibMap(Map<String,String> bibMap)
|
void |
setBibTree1(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> bibTree1)
|
void |
setBibTree2(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> bibTree2)
|
void |
setBoundWithTree(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> boundWithTree)
|
void |
setBoundwithTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> boundwithTree)
|
void |
setBoundwithTreeLabelText(String boundwithTreeLabelText)
|
void |
setControl(String control)
|
void |
setDescription(String description)
|
void |
setDisplayRecordList(List<DocumentTreeNode> displayRecordList)
|
void |
setDocumentTreeNode(DocumentTreeNode documentTreeNode)
|
void |
setId(String id)
|
void |
setInstanceMap(Map<String,String> instanceMap)
|
void |
setLabelText(String labelText)
|
void |
setLeftTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> leftTree)
|
void |
setMessage(String message)
|
void |
setPublicationDate(String publicationDate)
|
void |
setRightTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> rightTree)
|
void |
setSearchParams(SearchParams searchParams)
|
void |
setSearchResults(String searchResults)
|
void |
setSelect(boolean select)
|
void |
setSelectBoundwithTree(boolean selectBoundwithTree)
|
void |
setSelected(boolean selected)
|
void |
setSelectedInstance(String selectedInstance)
|
void |
setSelectTree1(boolean selectTree1)
|
void |
setSelectTree2(boolean selectTree2)
|
void |
setStatus(String status)
|
void |
setTitle(String title)
|
void |
setTree2LabelText(String tree2LabelText)
|
void |
setWorkBibDocumentList(List<OleWorkBibDocument> workBibDocumentList)
|
void |
setWorkHoldingsDocumentList(List<WorkHoldingsDocument> workHoldingsDocumentList)
|
void |
setWorkItemDocumentList(List<WorkItemDocument> workItemDocumentList)
|
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isSkipViewInit, isValidateDirty, postBind, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionParameters
protected Map<String,String> actionParameters
BoundwithForm
public BoundwithForm()
getActionParameters
public Map<String,String> getActionParameters()
- Specified by:
getActionParameters
in interface org.kuali.rice.krad.uif.view.ViewModel
- Overrides:
getActionParameters
in class org.kuali.rice.krad.web.form.UifFormBase
- See Also:
ViewModel.getActionParameters()
getActionParametersAsProperties
public Properties getActionParametersAsProperties()
- Returns the action parameters map as a
Properties
instance
- Overrides:
getActionParametersAsProperties
in class org.kuali.rice.krad.web.form.UifFormBase
- Returns:
- Properties action parameters
setActionParameters
public void setActionParameters(Map<String,String> actionParameters)
- Specified by:
setActionParameters
in interface org.kuali.rice.krad.uif.view.ViewModel
- Overrides:
setActionParameters
in class org.kuali.rice.krad.web.form.UifFormBase
- See Also:
org.kuali.rice.krad.uif.view.ViewModel#setActionParameters(java.util.Map)
getActionParamaterValue
public String getActionParamaterValue(String actionParameterName)
- Retrieves the value for the given action parameter, or empty string if
not found
- Overrides:
getActionParamaterValue
in class org.kuali.rice.krad.web.form.UifFormBase
- Parameters:
actionParameterName
- - name of the action parameter to retrieve value for
- Returns:
- String parameter value or empty string
getActionEvent
public String getActionEvent()
- Returns the action event that was sent in the action parameters (if any)
The action event is a special action parameter that can be sent to indicate a type of action being taken. This
can be looked at by the view or components to render differently
- Overrides:
getActionEvent
in class org.kuali.rice.krad.web.form.UifFormBase
- Returns:
- String action event name or blank if action event was not sent
getActionParameters
public Map<String,String> getActionParameters(Map<String,String> actionParametersMap)
getSearchParams
public SearchParams getSearchParams()
setSearchParams
public void setSearchParams(SearchParams searchParams)
getWorkBibDocumentList
public List<OleWorkBibDocument> getWorkBibDocumentList()
getDocumentTreeNode
public DocumentTreeNode getDocumentTreeNode()
setDocumentTreeNode
public void setDocumentTreeNode(DocumentTreeNode documentTreeNode)
setWorkBibDocumentList
public void setWorkBibDocumentList(List<OleWorkBibDocument> workBibDocumentList)
getWorkHoldingsDocumentList
public List<WorkHoldingsDocument> getWorkHoldingsDocumentList()
setWorkHoldingsDocumentList
public void setWorkHoldingsDocumentList(List<WorkHoldingsDocument> workHoldingsDocumentList)
getWorkItemDocumentList
public List<WorkItemDocument> getWorkItemDocumentList()
setWorkItemDocumentList
public void setWorkItemDocumentList(List<WorkItemDocument> workItemDocumentList)
getBibDocumentList
public List<WorkBibDocument> getBibDocumentList()
setBibDocumentList
public void setBibDocumentList(List<WorkBibDocument> bibDocumentList)
getLabelText
public String getLabelText()
setLabelText
public void setLabelText(String labelText)
getMessage
public String getMessage()
getSelectedInstance
public String getSelectedInstance()
setSelectedInstance
public void setSelectedInstance(String selectedInstance)
setMessage
public void setMessage(String message)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getId
public String getId()
setId
public void setId(String id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPublicationDate
public String getPublicationDate()
setPublicationDate
public void setPublicationDate(String publicationDate)
getBarcode
public String getBarcode()
setBarcode
public void setBarcode(String barcode)
getSearchResults
public String getSearchResults()
setSearchResults
public void setSearchResults(String searchResults)
getControl
public String getControl()
setControl
public void setControl(String control)
getTree2LabelText
public String getTree2LabelText()
setTree2LabelText
public void setTree2LabelText(String tree2LabelText)
isSelectTree1
public boolean isSelectTree1()
setSelectTree1
public void setSelectTree1(boolean selectTree1)
isSelectTree2
public boolean isSelectTree2()
setSelectTree2
public void setSelectTree2(boolean selectTree2)
getDisplayRecordList
public List<DocumentTreeNode> getDisplayRecordList()
setDisplayRecordList
public void setDisplayRecordList(List<DocumentTreeNode> displayRecordList)
clearFormFields
public void clearFormFields()
isSelected
public boolean isSelected()
setSelected
public void setSelected(boolean selected)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getBibTree1
public org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> getBibTree1()
setBibTree1
public void setBibTree1(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> bibTree1)
getBibTree2
public org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> getBibTree2()
setBibTree2
public void setBibTree2(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> bibTree2)
getBoundWithTree
public org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> getBoundWithTree()
setBoundWithTree
public void setBoundWithTree(org.kuali.rice.core.api.util.tree.Tree<BoundwithSelection,String> boundWithTree)
getInstanceMap
public Map<String,String> getInstanceMap()
setInstanceMap
public void setInstanceMap(Map<String,String> instanceMap)
getBoundwithTreeLabelText
public String getBoundwithTreeLabelText()
setBoundwithTreeLabelText
public void setBoundwithTreeLabelText(String boundwithTreeLabelText)
isSelectBoundwithTree
public boolean isSelectBoundwithTree()
setSelectBoundwithTree
public void setSelectBoundwithTree(boolean selectBoundwithTree)
isSelect
public boolean isSelect()
setSelect
public void setSelect(boolean select)
getBibMap
public Map<String,String> getBibMap()
setBibMap
public void setBibMap(Map<String,String> bibMap)
getLeftTree
public org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> getLeftTree()
setLeftTree
public void setLeftTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> leftTree)
getRightTree
public org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> getRightTree()
setRightTree
public void setRightTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> rightTree)
getBoundwithTree
public org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> getBoundwithTree()
setBoundwithTree
public void setBoundwithTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> boundwithTree)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.