| org.kuali.module.financial.web.struts.action.JournalVoucherAction org.kuali.module.labor.web.struts.action.JournalVoucherAction
JournalVoucherAction | public class JournalVoucherAction extends org.kuali.module.financial.web.struts.action.JournalVoucherAction (Code) | | Struts Action Form for the Labor Ledger Journal Voucher. This class piggy backs on all of the functionality in the
KualiTransactionalDocumentActionBase but is necessary for this document type. The Journal 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).
|
Fields inherited from org.kuali.module.financial.web.struts.action.JournalVoucherAction | final protected static int CREDIT_DEBIT_TO_SINGLE_AMT_MODE(Code)(Java Doc) final protected static int EXT_ENCUMB_TO_NON_EXT_ENCUMB(Code)(Java Doc) final protected static int NON_EXT_ENCUMB_TO_EXT_ENCUMB(Code)(Java Doc) final protected static int NO_MODE_CHANGE(Code)(Java Doc) final protected static int SINGLE_AMT_TO_CREDIT_DEBIT_MODE(Code)(Java Doc)
|
Methods inherited from org.kuali.module.financial.web.struts.action.JournalVoucherAction | public ActionForward changeBalanceType(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward correct(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected int determineBalanceTypeAmountChangeMode(JournalVoucherForm journalVoucherForm) throws Exception(Code)(Java Doc) protected int determineBalanceTypeEncumbranceChangeMode(JournalVoucherForm journalVoucherForm) throws Exception(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected BalanceTyp getPopulatedBalanceTypeInstance(String balanceTypeCode)(Code)(Java Doc) protected void loadDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) protected ActionForward processRouteOutOfBalanceDocumentConfirmationQuestion(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward route(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(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)
|
|
|