Interface EventRegistrationActionFormSelectionService

All Known Implementing Classes:
DefaultEventRegistrationActionFormSelectionService

@Deprecated public interface EventRegistrationActionFormSelectionService
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the Names of all available event registration forms.
    nextPage(String eventKey)
    Deprecated.
    Get the name of the next page based on the event with key eventKey.
  • Method Details

    • nextPage

      String nextPage(String eventKey) throws PersistException
      Deprecated.
      Get the name of the next page based on the event with key eventKey. The page name returned depends on the event type.
      Parameters:
      eventKey - Key of the event
      Returns:
      Name of the next Page
      Throws:
      PersistException
    • getAvailablePages

      Map<String,List<String>> getAvailablePages()
      Deprecated.
      Get the Names of all available event registration forms. Grouped by pages for new and existing users.
      Returns:
      Map containing two lists with page names for new and existing user respectively.