Class AbstractResourceForDouiAdministrations

    • Field Detail

      • serviceInstanceId

        @PathParam("si")
        protected java.lang.String serviceInstanceId
      • request

        @Context
        protected javax.servlet.http.HttpServletRequest request
    • Constructor Detail

      • AbstractResourceForDouiAdministrations

        public AbstractResourceForDouiAdministrations​(CustomerExperienceApp app)
        Default constructor.
        Parameters:
        app - the app
        Since:
        14.0.0
      • AbstractResourceForDouiAdministrations

        public AbstractResourceForDouiAdministrations​(CustomerExperienceApp app,
                                                      java.lang.String serviceInstanceId)
        Constructor for test.
        Parameters:
        app - the app
        serviceInstanceId - the service instance identifier.
        Since:
        14.0.0
    • Method Detail

      • goToAdmin

        @GET
        @Path("/go-to-admin")
        public javax.ws.rs.core.Response goToAdmin()
                                            throws PortalException,
                                                   java.io.IOException,
                                                   java.net.URISyntaxException
        Returns the response to go the administration.
        Throws:
        PortalException
        java.io.IOException
        java.net.URISyntaxException
        Since:
        14.0.0