|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.phone.actions.AbstractAction
public class AbstractAction
Field Summary | |
---|---|
protected UserBean |
_currentUser
|
protected CurrentUserService |
_currentUserService
|
protected TransitDataService |
_transitDataService
|
static String |
NEEDS_DEFAULT_SEARCH_LOCATION
|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
AbstractAction()
|
Method Summary | |
---|---|
UserBean |
getCurrentUser()
|
protected CoordinateBounds |
getDefaultSearchArea()
|
protected void |
logUserInteraction(Object... objects)
|
void |
setCurrentUser(UserBean currentUser)
|
void |
setCurrentUserService(CurrentUserService userDataService)
|
void |
setServiceAreaService(ServiceAreaService serviceAreaService)
|
void |
setTransitDataService(TransitDataService transitDataService)
|
void |
setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService)
|
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 |
---|
public static final String NEEDS_DEFAULT_SEARCH_LOCATION
protected TransitDataService _transitDataService
protected CurrentUserService _currentUserService
protected UserBean _currentUser
Constructor Detail |
---|
public AbstractAction()
Method Detail |
---|
public void setTransitDataService(TransitDataService transitDataService)
public void setCurrentUserService(CurrentUserService userDataService)
public void setServiceAreaService(ServiceAreaService serviceAreaService)
public void setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService)
public void setCurrentUser(UserBean currentUser)
setCurrentUser
in interface CurrentUserAware
public UserBean getCurrentUser()
protected CoordinateBounds getDefaultSearchArea()
protected void logUserInteraction(Object... objects)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |