Class AbstractBookmarkAction

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.interceptor.ParameterAware, org.apache.struts2.interceptor.SessionAware, CurrentUserAware
    Direct Known Subclasses:
    DeleteBookmarkAction, IndexAction, ManageAction

    public abstract class AbstractBookmarkAction
    extends TwilioSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractBookmarkAction

        public AbstractBookmarkAction()
    • Method Detail

      • setBookmarkPresentationService

        @Autowired
        public void setBookmarkPresentationService​(BookmarkPresentationService bookmarkPresentationService)
      • setDestinationPronunciation

        @Autowired
        public void setDestinationPronunciation​(@Qualifier("destinationPronunciation")
                                                TextModification destinationPronunciation)
      • setStopIds

        public void setStopIds​(List<String> stopIds)
      • getRouteIds

        public Set<String> getRouteIds()
      • setRouteIds

        public void setRouteIds​(Set<String> routeIds)
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • isValidSelection

        public boolean isValidSelection()
      • setSelection

        protected void setSelection()