public class InquiryForm extends UifFormBase
InquiryView screensactionParameters, 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| Constructor and Description |
|---|
InquiryForm() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDataObject()
Result data object for inquiry that will be display with the view
|
String |
getDataObjectClassName()
Class name of the data object the inquiry will display
|
Inquirable |
getInquirable()
Inquirable instance that will be used to perform
the inquiry |
boolean |
isRedirectedInquiry()
Indicates whether the requested was redirected from the inquiry framework due to an external object
request.
|
void |
postBind(javax.servlet.http.HttpServletRequest request)
Picks out business object name from the request to get retrieve a
lookupable and set properties
|
void |
setDataObject(Object dataObject)
Setter for the inquiry data object
|
void |
setDataObjectClassName(String dataObjectClassName)
Setter for the inquiry data object class name
|
void |
setRedirectedInquiry(boolean redirectedInquiry)
Setter for the redirected request indicator
|
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, 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, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeNamepublic InquiryForm()
public void postBind(javax.servlet.http.HttpServletRequest request)
postBind in class UifFormBaserequest - - request object containing the query parameterspublic String getDataObjectClassName()
Used to set the data object class for the Inquirable which
is then used to perform the inquiry query
public void setDataObjectClassName(String dataObjectClassName)
dataObjectClassName - public Object getDataObject()
public void setDataObject(Object dataObject)
dataObject - public boolean isRedirectedInquiry()
public void setRedirectedInquiry(boolean redirectedInquiry)
redirectedInquiry - public Inquirable getInquirable()
Inquirable instance that will be used to perform
the inquiryCopyright © 2005–2016 The Kuali Foundation. All rights reserved.