|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.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
org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
org.kuali.kfs.sys.web.struts.KualiAccountingDocumentFormBase
org.kuali.kfs.fp.document.web.struts.VoucherForm
org.kuali.kfs.fp.document.web.struts.AuxiliaryVoucherForm
public class AuxiliaryVoucherForm
Struts form so can be accessed and modified through UI.
AuxiliaryVoucherDocument
| Nested Class Summary | |
|---|---|
protected class |
AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate
|
| Field Summary | |
|---|---|
protected String |
originalVoucherType
|
| Fields inherited from class org.kuali.kfs.fp.document.web.struts.VoucherForm |
|---|
accountingPeriods, newSourceLineCredit, newSourceLineDebit, selectedAccountingPeriod, voucherLineHelpers |
| Fields inherited from class org.kuali.kfs.sys.web.struts.KualiAccountingDocumentFormBase |
|---|
editableAccounts, forcedLookupOptionalFields, hideDetails, LOG, newSourceLine, newTargetLine, sourceFile, targetFile |
| Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase |
|---|
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.pojo.PojoFormBase |
|---|
requiredNonEditableProperties |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
AuxiliaryVoucherForm()
|
|
| Method Summary | |
|---|---|
List<String> |
getAccountingPeriodCompositeValueList()
|
List<String> |
getAccountingPeriodLabelList()
|
AuxiliaryVoucherDocument |
getAuxiliaryVoucherDocument()
|
protected Date |
getAvReversalDate()
Gets today's date and then sets the day of the month as 15th, irrespective of the current day of the month |
protected String |
getDefaultDocumentTypeName()
|
String |
getFormattedAuxiliaryVoucherType()
Returns a formatted auxiliary voucher type: |
String |
getFormattedReversalDate()
This method returns the reversal date in the format MMM d, yyyy. |
String |
getOriginalVoucherType()
|
void |
populate(javax.servlet.http.HttpServletRequest request)
Overrides the parent to call super.populate and then to call the two methods that are specific to loading the two select lists on the page. |
void |
populateAccountingPeriodListForRendering()
This method generates a proper list of valid accounting periods that the user can select from. |
void |
populateReversalDateForRendering()
Handles special case display rules for displaying Reversal Date at UI layer |
void |
setAuxiliaryVoucherDocument(AuxiliaryVoucherDocument auxiliaryVoucherDocument)
|
void |
setOriginalVoucherType(String originalVoucherType)
|
| Methods inherited from class org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase |
|---|
extendDocInfoToThreeColumns, generateErrorCorrectionButton, getExtraButtons, populateHeaderFields |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase |
|---|
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase |
|---|
addRequiredNonEditableProperties, buildHtmlLink, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getErrorMapFromPreviousRequest, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getStandardHeaderFields, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isSuppressAllButtons, isUserDocumentInitiator, reset, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setErrorMapFromPreviousRequest, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates |
| Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase |
|---|
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String originalVoucherType
| Constructor Detail |
|---|
public AuxiliaryVoucherForm()
| Method Detail |
|---|
protected String getDefaultDocumentTypeName()
getDefaultDocumentTypeName in class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBasepublic void populate(javax.servlet.http.HttpServletRequest request)
populate in interface org.kuali.rice.kns.web.struts.pojo.PojoFormpopulate in class VoucherFormPojoForm.populate(javax.servlet.http.HttpServletRequest)public AuxiliaryVoucherDocument getAuxiliaryVoucherDocument()
public void setAuxiliaryVoucherDocument(AuxiliaryVoucherDocument auxiliaryVoucherDocument)
serviceBillingDocument - The serviceBillingDocument to set.protected Date getAvReversalDate()
public void populateReversalDateForRendering()
public String getFormattedReversalDate()
getFormattedReversalDate in class VoucherFormpublic String getOriginalVoucherType()
public void setOriginalVoucherType(String originalVoucherType)
originalVoucherType - public String getFormattedAuxiliaryVoucherType()
public void populateAccountingPeriodListForRendering()
populateAccountingPeriodListForRendering in class VoucherFormVoucherForm.populateAccountingPeriodListForRendering()public List<String> getAccountingPeriodCompositeValueList()
public List<String> getAccountingPeriodLabelList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||