Class ListCreationInput


  • public class ListCreationInput
    extends ListInput
    Class representing the input to a list creation request.
    Author:
    ajk59
    • Constructor Detail

      • ListCreationInput

        public ListCreationInput​(javax.servlet.http.HttpServletRequest request,
                                 BagManager bagManager,
                                 Profile profile)
        Constructor.
        Parameters:
        request - The request we are responding to.
        bagManager - The manager for requesting bags from.
        profile - The profile of the the current user.
    • Method Detail

      • getAddIssues

        public java.util.Collection<java.lang.String> getAddIssues()
        Returns:
        the set of issue types the user wants to add.