|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.kns.web.struts.form.KualiDocumentFormBase org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
public class KualiTransactionalDocumentFormBase
This class is the base action form for all transactional documents.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
KualiForm.TabState |
Field Summary | |
---|---|
protected Map |
forcedReadOnlyFields
|
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase |
---|
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
KualiTransactionalDocumentFormBase()
This constructor sets up empty instances for the dependent objects... |
Method Summary | |
---|---|
protected String |
discoverDocumentTypeName()
Locates the DictionaryService to discover the type name of the document. |
protected static String |
formatReversalDate(Date reversalDate)
This method formats the given java.sql.Date as MMM d, yyyy. |
Map |
getForcedReadOnlyFields()
Gets the forcedReadOnlyFields attribute. |
TransactionalDocument |
getTransactionalDocument()
This method retrieves an instance of the form. |
protected TransactionalDocument |
instantiateTransactionalDocumentByDocumentTypeName(String documentTypeName)
|
void |
populate(javax.servlet.http.HttpServletRequest request)
Setup workflow doc in the document. |
protected void |
populateEmptyMultiSelect(javax.servlet.http.HttpServletRequest request)
Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate them |
protected void |
populateFalseCheckboxes(javax.servlet.http.HttpServletRequest request)
Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate them |
protected void |
populationSpecialEmptyFields(javax.servlet.http.HttpServletRequest request)
|
void |
setForcedReadOnlyFields(Map forcedReadOnlyFields)
Sets the forcedReadOnlyFields attribute value. |
boolean |
shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
String methodToCallParameterValue,
javax.servlet.http.HttpServletRequest request)
This overridden method ... |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Map forcedReadOnlyFields
Constructor Detail |
---|
public KualiTransactionalDocumentFormBase()
Method Detail |
---|
public void populate(javax.servlet.http.HttpServletRequest request)
KualiDocumentFormBase
populate
in interface PojoForm
populate
in class KualiDocumentFormBase
KualiDocumentFormBase.populate(javax.servlet.http.HttpServletRequest)
public TransactionalDocument getTransactionalDocument()
protected String discoverDocumentTypeName()
DictionaryService
to discover the type name of the document.
protected static String formatReversalDate(Date reversalDate)
reversalDate
-
public Map getForcedReadOnlyFields()
public void setForcedReadOnlyFields(Map forcedReadOnlyFields)
forcedReadOnlyFields
- The forcedReadOnlyFields to set.protected void populateFalseCheckboxes(javax.servlet.http.HttpServletRequest request)
request
- the request to populateprotected void populateEmptyMultiSelect(javax.servlet.http.HttpServletRequest request)
request
- the request to populateprotected void populationSpecialEmptyFields(javax.servlet.http.HttpServletRequest request)
protected TransactionalDocument instantiateTransactionalDocumentByDocumentTypeName(String documentTypeName)
public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request)
shouldMethodToCallParameterBeUsed
in class KualiDocumentFormBase
KualiForm.shouldMethodToCallParameterBeUsed(java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |