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