Class GatewayVresInfoService

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class GatewayVresInfoService
    extends javax.servlet.http.HttpServlet
    See Also:
    Serialized Form
    • Constructor Detail

      • GatewayVresInfoService

        public GatewayVresInfoService()
    • Method Detail

      • init

        public void init()
        Overrides:
        init in class javax.servlet.GenericServlet
      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • getGateways

        public List<Gateway> getGateways​(org.gcube.vomanagement.usermanagement.GroupManager groupsManager,
                                         String host)
      • getPortalSitesMappedToVRE

        public LinkedHashMap<VRECategory,​ArrayList<VRE>> getPortalSitesMappedToVRE​(long gatewaySiteGroupId,
                                                                                         String host)
                                                                                  throws Exception
        Returns:
        the Virtual groups with their VREs in the order established in the LR Control Panel
        Throws:
        com.liferay.portal.kernel.exception.SystemException
        com.liferay.portal.kernel.exception.PortalException
        Exception
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws javax.servlet.ServletException,
                              IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException