Class LayoutFileResource


  • @Path("/lum-internal/admin/portal-studio/itempicker/layoutfile")
    public class LayoutFileResource
    extends java.lang.Object
    Rest Application for Layout Files.
    Since:
    8.1.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLayoutFile​(javax.servlet.http.HttpServletResponse response, java.lang.String hint, java.lang.Integer maxResult, java.lang.String appliedThemes, java.lang.String inheritedTheme, @NotNull java.lang.String channelId, @NotNull java.lang.String pageOrChannelType)
      Returns the list of Layout Files related to a specific theme.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutFileResource

        public LayoutFileResource()
    • Method Detail

      • getLayoutFile

        @GET
        @Path("/getlayoutfiles")
        public java.lang.String getLayoutFile​(@Context
                                              javax.servlet.http.HttpServletResponse response,
                                              @QueryParam("term")
                                              java.lang.String hint,
                                              @QueryParam("maxResults")
                                              java.lang.Integer maxResult,
                                              @QueryParam("appliedThemes")
                                              java.lang.String appliedThemes,
                                              @QueryParam("inheritedThemes")
                                              java.lang.String inheritedTheme,
                                              @QueryParam("channelId") @NotNull
                                              @NotNull java.lang.String channelId,
                                              @QueryParam("pageOrChannelType") @NotNull
                                              @NotNull java.lang.String pageOrChannelType)
                                       throws PortalException,
                                              java.sql.SQLException
        Returns the list of Layout Files related to a specific theme.
        Throws:
        PortalException - if any error occurs during the process.
        java.sql.SQLException
        Since:
        8.1.0