Class BookmarkStopAction

  • 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

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

      • BookmarkStopAction

        public BookmarkStopAction()
    • Method Detail

      • setBookmarkPresentationService

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

        public void setStop​(StopBean stop)
      • setStopIds

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

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception