| org.kuali.module.financial.web.struts.action.VoucherAction org.kuali.module.financial.web.struts.action.AuxiliaryVoucherAction
AuxiliaryVoucherAction | public class AuxiliaryVoucherAction extends VoucherAction (Code) | | This class piggy backs on all of the functionality in the KualiTransactionalDocumentActionBase but is necessary for this document
type. The Auxiliary Voucher is unique in that it defines several fields that aren't typically used by the other financial
transaction processing eDocs (i.e. external system fields, object type override, credit and debit amounts).
|
Method Summary | |
public ActionForward | changeVoucherType(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This action method is responsible for clearing the GLPEs for an AV after the voucher type changes, since a voucher type
change makes any previously generated GLPEs inaccurate. | public ActionForward | docHandler(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Overrides the parent and then calls the super method after checking to see if the user just changed the voucher type. |
changeVoucherType | public ActionForward changeVoucherType(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This action method is responsible for clearing the GLPEs for an AV after the voucher type changes, since a voucher type
change makes any previously generated GLPEs inaccurate.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward throws: Exception - |
Methods inherited from org.kuali.module.financial.web.struts.action.VoucherAction | public ActionForward correct(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward insertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void loadDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) protected void populateAllVoucherAccountingLineHelpers(VoucherForm voucherForm)(Code)(Java Doc) protected VoucherAccountingLineHelper populateNewVoucherAccountingLineHelper(VoucherForm voucherForm)(Code)(Java Doc) protected void populateSelectedAccountingPeriod(VoucherDocument voucherDocument, VoucherForm voucherForm)(Code)(Java Doc) protected VoucherAccountingLineHelper populateVoucherAccountingLineHelper(VoucherForm voucherForm)(Code)(Java Doc) protected ActionForward processRouteOutOfBalanceDocumentConfirmationQuestion(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected boolean revertAccountingLine(KualiAccountingDocumentFormBase transForm, int revertIndex, AccountingLine originalLine, AccountingLine brokenLine)(Code)(Java Doc) protected void uploadAccountingLines(boolean isSource, ActionForm form) throws FileNotFoundException, IOException(Code)(Java Doc) public ActionForward uploadSourceLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws FileNotFoundException, IOException(Code)(Java Doc)
|
|
|