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 |
addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, 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()
|
org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> |
getDeleteConfirmationTree()
|
String |
getDeleteVerifyResponse()
|
String |
getDescription()
|
List<DocumentTreeNode> |
getDisplayRecordList()
|
String |
getDocCategory()
|
String |
getDocFormat()
|
String |
getDocId()
|
String |
getDocType()
|
DocumentTreeNode |
getDocumentTreeNode()
|
String |
getId()
|
String |
getInDelete()
|
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()
|
Set<String> |
getSelectedBibsList()
|
String |
getSelectedInstance()
|
List<String> |
getSelectedInstancesList()
|
String |
getStatus()
|
String |
getTitle()
|
String |
getTree1BibId()
|
String |
getTree2LabelText()
|
List<OleWorkBibDocument> |
getWorkBibDocumentList()
|
List<WorkHoldingsDocument> |
getWorkHoldingsDocumentList()
|
WorkInstanceDocument |
getWorkInstanceDocumentForTree1()
|
List<WorkItemDocument> |
getWorkItemDocumentList()
|
boolean |
isSelect()
|
boolean |
isSelectBoundwithTree()
|
boolean |
isSelected()
|
boolean |
isSelectTree1()
|
boolean |
isSelectTree2()
|
boolean |
isShowBoundwithTree()
|
boolean |
isShowLeftTree()
|
boolean |
isShowRightTree()
|
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 |
setDeleteConfirmationTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> deleteConfirmationTree)
|
void |
setDeleteVerifyResponse(String deleteVerifyResponse)
|
void |
setDescription(String description)
|
void |
setDisplayRecordList(List<DocumentTreeNode> displayRecordList)
|
void |
setDocCategory(String docCategory)
|
void |
setDocFormat(String docFormat)
|
void |
setDocId(String docId)
|
void |
setDocType(String docType)
|
void |
setDocumentTreeNode(DocumentTreeNode documentTreeNode)
|
void |
setId(String id)
|
void |
setInDelete(String inDelete)
|
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 |
setSelectedBibsList(Set<String> selectedBibsList)
|
void |
setSelectedInstance(String selectedInstance)
|
void |
setSelectedInstancesList(List<String> selectedInstancesList)
|
void |
setSelectTree1(boolean selectTree1)
|
void |
setSelectTree2(boolean selectTree2)
|
void |
setShowBoundwithTree(boolean showBoundwithTree)
|
void |
setShowLeftTree(boolean showLeftTree)
|
void |
setShowRightTree(boolean showRightTree)
|
void |
setStatus(String status)
|
void |
setTitle(String title)
|
void |
setTree1BibId(String tree1BibId)
|
void |
setTree2LabelText(String tree2LabelText)
|
void |
setWorkBibDocumentList(List<OleWorkBibDocument> workBibDocumentList)
|
void |
setWorkHoldingsDocumentList(List<WorkHoldingsDocument> workHoldingsDocumentList)
|
void |
setWorkInstanceDocumentForTree1(WorkInstanceDocument workInstanceDocumentForTree1)
|
void |
setWorkItemDocumentList(List<WorkItemDocument> workItemDocumentList)
|
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, 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)
getDeleteConfirmationTree
public org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> getDeleteConfirmationTree()
setDeleteConfirmationTree
public void setDeleteConfirmationTree(org.kuali.rice.core.api.util.tree.Tree<DocumentTreeNode,String> deleteConfirmationTree)
getDeleteVerifyResponse
public String getDeleteVerifyResponse()
setDeleteVerifyResponse
public void setDeleteVerifyResponse(String deleteVerifyResponse)
getDocCategory
public String getDocCategory()
setDocCategory
public void setDocCategory(String docCategory)
getDocType
public String getDocType()
setDocType
public void setDocType(String docType)
getDocFormat
public String getDocFormat()
setDocFormat
public void setDocFormat(String docFormat)
getDocId
public String getDocId()
setDocId
public void setDocId(String docId)
getInDelete
public String getInDelete()
setInDelete
public void setInDelete(String inDelete)
isShowRightTree
public boolean isShowRightTree()
setShowRightTree
public void setShowRightTree(boolean showRightTree)
isShowLeftTree
public boolean isShowLeftTree()
setShowLeftTree
public void setShowLeftTree(boolean showLeftTree)
isShowBoundwithTree
public boolean isShowBoundwithTree()
setShowBoundwithTree
public void setShowBoundwithTree(boolean showBoundwithTree)
getWorkInstanceDocumentForTree1
public WorkInstanceDocument getWorkInstanceDocumentForTree1()
setWorkInstanceDocumentForTree1
public void setWorkInstanceDocumentForTree1(WorkInstanceDocument workInstanceDocumentForTree1)
getSelectedInstancesList
public List<String> getSelectedInstancesList()
setSelectedInstancesList
public void setSelectedInstancesList(List<String> selectedInstancesList)
getTree1BibId
public String getTree1BibId()
setTree1BibId
public void setTree1BibId(String tree1BibId)
getSelectedBibsList
public Set<String> getSelectedBibsList()
setSelectedBibsList
public void setSelectedBibsList(Set<String> selectedBibsList)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.