org.kuali.kfs.module.endow.web.struts
Class EndowmentReportBaseAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.DispatchAction
          extended by org.kuali.rice.kns.web.struts.action.KualiAction
              extended by org.kuali.kfs.module.endow.web.struts.EndowmentReportBaseAction
Direct Known Subclasses:
AssetStatementAction, TransactionStatementAction, TransactionSummaryAction, TrialBalanceAction

public abstract class EndowmentReportBaseAction
extends org.kuali.rice.kns.web.struts.action.KualiAction


Field Summary
 String ERROR_BOTH_BEGINNING_AND_ENDING_DATE_REQUIRED
           
 String ERROR_REPORT_ENDING_DATE_NOT_GREATER_THAN_BEGINNING_DATE
           
 String ERROR_REPORT_KEMID_WITH_OTHER_CRITERIA
           
protected  char KEMID_SEPERATOR
           
protected  char OTHER_CRITERIA_SEPERATOR
           
 
Fields inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
FORM_ACTION, FORWARD_NEXT, FORWARD_TEXT_AREA_UPDATE, METHOD_TO_CALL, POST_TEXT_AREA_TO_PARENT, TEXT_AREA_FIELD_ANCHOR, TEXT_AREA_FIELD_LABEL, TEXT_AREA_FIELD_NAME, TEXT_AREA_MAX_LENGTH, TEXT_AREA_READ_ONLY
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EndowmentReportBaseAction()
           
 
Method Summary
 List<String> parseValueString(String valueString, char separater)
          Parses the string value, which can include wild cards or separators
 
Methods inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
addMethodToCallToUncheckedList, checkAuthorization, defaultDispatch, dispatchMethod, doProcessingAfterPost, execute, findMethodToCall, getApplicationBaseUrl, getBasePath, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParameter
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEMID_SEPERATOR

protected final char KEMID_SEPERATOR
See Also:
Constant Field Values

OTHER_CRITERIA_SEPERATOR

protected final char OTHER_CRITERIA_SEPERATOR
See Also:
Constant Field Values

ERROR_REPORT_KEMID_WITH_OTHER_CRITERIA

public final String ERROR_REPORT_KEMID_WITH_OTHER_CRITERIA
See Also:
Constant Field Values

ERROR_REPORT_ENDING_DATE_NOT_GREATER_THAN_BEGINNING_DATE

public final String ERROR_REPORT_ENDING_DATE_NOT_GREATER_THAN_BEGINNING_DATE
See Also:
Constant Field Values

ERROR_BOTH_BEGINNING_AND_ENDING_DATE_REQUIRED

public final String ERROR_BOTH_BEGINNING_AND_ENDING_DATE_REQUIRED
See Also:
Constant Field Values
Constructor Detail

EndowmentReportBaseAction

public EndowmentReportBaseAction()
Method Detail

parseValueString

public List<String> parseValueString(String valueString,
                                     char separater)
Parses the string value, which can include wild cards or separators

Parameters:
valueString -
separater -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.