org.kuali.kfs.module.bc.util
Class BudgetUrlUtil
java.lang.Object
org.kuali.kfs.module.bc.util.BudgetUrlUtil
public class BudgetUrlUtil
- extends Object
Provides helper methods for building URLs to various budget actions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BudgetUrlUtil
public BudgetUrlUtil()
buildTempListLookupUrl
public static String buildTempListLookupUrl(org.apache.struts.action.ActionMapping mapping,
BudgetExpansionForm form,
Integer tempListMode,
String tempListLookupClass,
Map<String,String> additionalParameters)
- Builds url for temp list action.
- Parameters:
mapping
- struts action mappingform
- BudgetExpansionFormtempListMode
- mode for temp list actiontempListLookupClass
- class name to lookupadditionalParameters
- appended to the url or replace default
- Returns:
- string url
buildBudgetUrl
public static String buildBudgetUrl(org.apache.struts.action.ActionMapping mapping,
BudgetExpansionForm form,
String actionPath,
Map<String,String> additionalParameters)
- Builds a budget URL setting default parameters.
- Parameters:
mapping
- struts action mappingform
- BudgetExpansionFormactionPath
- url path for requested actionadditionalParameters
- appended to the url or replace default
- Returns:
- string url
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.