| org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase org.kuali.module.purap.web.struts.action.PurchasingActionBase
All known Subclasses: org.kuali.module.purap.web.struts.action.PurchaseOrderAction, org.kuali.module.purap.web.struts.action.RequisitionAction,
Method Summary | |
public ActionForward | addItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Add a new item to the document. | public ActionForward | cancelAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Simply hides the account distribution section. | protected SourceAccountingLine | customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm) Sets the line for account distribution. | public ActionForward | deleteItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Delete an item from the document. | public ActionForward | deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | doAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Distribute accounting line(s) to the item(s). | public ActionForward | downItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Moves the selected item down one position (These two methods up/down could easily be consolidated. | public boolean | processCustomInsertAccountingLine(PurchasingAccountsPayableFormBase purapForm, HttpServletRequest request) | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | refreshDeliveryBuilding(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Intended to be used by the refresh button that appears in the delivery tab to refresh the delivery building. | public ActionForward | removeAccounts(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Clear out the accounting lines from all the items. | public ActionForward | setupAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Reveals the account distribution section. | public ActionForward | upItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Moves the selected item up one position. |
addItem | public ActionForward addItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Add a new item to the document.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
cancelAccountDistribution | public ActionForward cancelAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Simply hides the account distribution section.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
customAccountRetrieval | protected SourceAccountingLine customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)(Code) | | Sets the line for account distribution.
Parameters: accountIndex - The index of the account into the request parameter Parameters: purchasingAccountsPayableForm - A form which inherits from PurchasingAccountsPayableFormBase A SourceAccountingLine |
deleteItem | public ActionForward deleteItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Delete an item from the document.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
doAccountDistribution | public ActionForward doAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Distribute accounting line(s) to the item(s). Does not distribute the accounting line(s) to an item if the item if there are
already accounting lines associated with that item, if the item is a below-the-line item and has no unit cost, or if the item
is inactive.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
downItem | public ActionForward downItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Moves the selected item down one position (These two methods up/down could easily be consolidated. For now, it seems more
straightforward to keep them separate.)
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
refreshDeliveryBuilding | public ActionForward refreshDeliveryBuilding(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Intended to be used by the refresh button that appears in the delivery tab to refresh the delivery building. Since this is a
refresh method, it is calling the general refresh method when it's done.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - A HttpServletRequest Parameters: response - A HttpServletResponse An ActionForward throws: Exception - |
removeAccounts | public ActionForward removeAccounts(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Clear out the accounting lines from all the items.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
setupAccountDistribution | public ActionForward setupAccountDistribution(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Reveals the account distribution section.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
upItem | public ActionForward upItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Moves the selected item up one position.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
Methods inherited from org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase | protected SourceAccountingLine customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)(Code)(Java Doc) public ActionForward deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward downloadBOAttachment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected String[] getSelectedLineForAccounts(HttpServletRequest request)(Code)(Java Doc) public SourceAccountingLine getSourceAccountingLine(ActionForm form, HttpServletRequest request)(Code)(Java Doc) protected void insertAccountingLine(PurchasingAccountsPayableFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(Code)(Java Doc) protected void insertAccountingLine(KualiAccountingDocumentFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(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) public boolean processCustomInsertAccountingLine(PurchasingAccountsPayableFormBase purapForm, HttpServletRequest request)(Code)(Java Doc) public ActionForward refreshAccountSummary(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|