Class LayoutFileResource
- java.lang.Object
-
- lumis.service.portalmanagement.structure.doui.control.layoutfile.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: 25214 $ $Date: 2022-09-16 11:52:26 -0300 (Fri, 16 Sep 2022) $
-
-
Constructor Summary
Constructors Constructor Description LayoutFileResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLayoutFile(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.
-
-
-
Method Detail
-
getLayoutFile
@GET @Path("/getlayoutfiles") public java.lang.String getLayoutFile(@Context 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
-
-