org.kuali.rice.kew.notes.web
Class NoteForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.notes.web.NoteForm
- All Implemented Interfaces:
- Serializable, PojoForm
public class NoteForm
- extends KualiForm
Struts ActionForm for NoteAction
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm |
Methods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteForm
public NoteForm()
getMethodToCall
public String getMethodToCall()
- Description copied from class:
KualiForm
- Used by the dispatch action to determine which action method to call into.
- Overrides:
getMethodToCall
in class KualiForm
- Returns:
- Returns the methodToCall.
setMethodToCall
public void setMethodToCall(String methodToCall)
- Overrides:
setMethodToCall
in class KualiForm
- Parameters:
methodToCall
- The methodToCall to set.
getNote
public Note getNote()
setNote
public void setNote(Note note)
getExistingNote
public Note getExistingNote()
setExistingNote
public void setExistingNote(Note existingNote)
getShowEdit
public String getShowEdit()
setShowEdit
public void setShowEdit(String showEdit)
getDocId
public String getDocId()
setDocId
public void setDocId(String docId)
getNumberOfNotes
public Integer getNumberOfNotes()
setNumberOfNotes
public void setNumberOfNotes(Integer numberOfNotes)
getShowAdd
public Boolean getShowAdd()
setShowAdd
public void setShowAdd(Boolean showAdd)
getNoteIdNumber
public String getNoteIdNumber()
setNoteIdNumber
public void setNoteIdNumber(String noteIdNumber)
getSortOrder
public String getSortOrder()
setSortOrder
public void setSortOrder(String sortOrder)
getSortNotes
public Boolean getSortNotes()
setSortNotes
public void setSortNotes(Boolean sortNotes)
getCurrentDate
public String getCurrentDate()
setCurrentDate
public void setCurrentDate(String currentDate)
getCurrentUserName
public String getCurrentUserName()
setCurrentUserName
public void setCurrentUserName(String currentUserName)
getAuthorizedToAdd
public Boolean getAuthorizedToAdd()
setAuthorizedToAdd
public void setAuthorizedToAdd(Boolean authorizedToAdd)
getNoteList
public List<Note> getNoteList()
setNoteList
public void setNoteList(List<Note> noteList)
getAddText
public String getAddText()
setAddText
public void setAddText(String addText)
getIdInEdit
public Long getIdInEdit()
setIdInEdit
public void setIdInEdit(Long idInEdit)
getFile
public Object getFile()
setFile
public void setFile(Object file)
getShowAttachments
public Boolean getShowAttachments()
setShowAttachments
public void setShowAttachments(Boolean showAttachments)
getAttachmentTarget
public String getAttachmentTarget()
setAttachmentTarget
public void setAttachmentTarget(String attachmentTarget)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.