org.onebusaway.sms.actions.sms
Class AbstractTextmarksAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.onebusaway.presentation.impl.NextActionSupport
          extended by org.onebusaway.sms.actions.sms.AbstractTextmarksAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable, org.apache.struts2.interceptor.SessionAware
Direct Known Subclasses:
ArrivalsAndDeparturesAction, CancelAction, CommandAction, CommandBookmarksAction, CommandDebugAction, CommandHelpAction, CommandRegisterAction, CommandResetAction, CommandSetSearchLocationAction, HandleMultiSelectionAction, QueryDefaultSearchLocationAction, SetDefaultSearchLocationAction, StopByNumberAction, TextmarksAction

public class AbstractTextmarksAction
extends NextActionSupport

See Also:
Serialized Form

Field Summary
protected  CurrentUserService _currentUserService
           
protected  String _text
           
protected  TransitDataService _transitDataService
           
 
Fields inherited from class org.onebusaway.presentation.impl.NextActionSupport
_session
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
AbstractTextmarksAction()
           
 
Method Summary
 String getText()
           
protected  void logUserInteraction(Object... objects)
           
 void setCurrentUserService(CurrentUserService currentUserService)
           
 void setMessage(String message)
           
 void setText(String text)
           
 void setTransitDataService(TransitDataService transitDataService)
           
 void setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService)
           
 
Methods inherited from class org.onebusaway.presentation.impl.NextActionSupport
clearNextActions, getNextActionOrSuccess, pushNextAction, pushNextAction, setSession
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_transitDataService

protected TransitDataService _transitDataService

_currentUserService

protected CurrentUserService _currentUserService

_text

protected String _text
Constructor Detail

AbstractTextmarksAction

public AbstractTextmarksAction()
Method Detail

setTransitDataService

public void setTransitDataService(TransitDataService transitDataService)

setCurrentUserService

public void setCurrentUserService(CurrentUserService currentUserService)

setUserInteractionLoggingService

public void setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService)

setMessage

public void setMessage(String message)

setText

public void setText(String text)

getText

public String getText()

logUserInteraction

protected void logUserInteraction(Object... objects)


Copyright © 2012 OneBusAway. All Rights Reserved.