Class PageLoadResponse

    • Constructor Detail

      • PageLoadResponse

        public PageLoadResponse()
        Empty constructor needed by JAXB
      • PageLoadResponse

        public PageLoadResponse​(Message message,
                                ResponseInfo responseInfo,
                                Page page)
        Creates a PageLoadResponse with the provided single message and ResponseInfo.
        Parameters:
        message - The messages that should be displayed to the user
        response - ResponseInfo with the status of the response
    • Method Detail

      • getPage

        public Page getPage()
      • setPage

        public void setPage​(Page page)
      • setStagingStatus

        public void setStagingStatus​(StagingStatus stagingStatus)