Class LayoutTemplateLocalServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutTemplateLocalServiceWrapper
- All Implemented Interfaces:
BaseLocalService
,LayoutTemplateLocalService
,ServiceWrapper<LayoutTemplateLocalService>
public class LayoutTemplateLocalServiceWrapper
extends Object
implements LayoutTemplateLocalService, ServiceWrapper<LayoutTemplateLocalService>
Provides a wrapper for
LayoutTemplateLocalService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutTemplateLocalServiceWrapper
(LayoutTemplateLocalService layoutTemplateLocalService) -
Method Summary
Modifier and TypeMethodDescriptiongetContent
(String layoutTemplateId, boolean standard, String themeId) getLangType
(String layoutTemplateId, boolean standard, String themeId) getLayoutTemplate
(String layoutTemplateId, boolean standard, String themeId) getLayoutTemplates
(String themeId) Returns the OSGi service identifier.init
(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) init
(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) void
readLayoutTemplate
(String servletContextName, javax.servlet.ServletContext servletContext, Set<LayoutTemplate> layoutTemplates, Element element, boolean standard, String themeId, PluginPackage pluginPackage) void
setWrappedService
(LayoutTemplateLocalService layoutTemplateLocalService) void
uninstallLayoutTemplate
(String layoutTemplateId, boolean standard) void
uninstallLayoutTemplates
(String themeId)
-
Constructor Details
-
LayoutTemplateLocalServiceWrapper
public LayoutTemplateLocalServiceWrapper() -
LayoutTemplateLocalServiceWrapper
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceLayoutTemplateLocalService
-
getLangType
- Specified by:
getLangType
in interfaceLayoutTemplateLocalService
-
getLayoutTemplate
- Specified by:
getLayoutTemplate
in interfaceLayoutTemplateLocalService
-
getLayoutTemplates
- Specified by:
getLayoutTemplates
in interfaceLayoutTemplateLocalService
-
getLayoutTemplates
- Specified by:
getLayoutTemplates
in interfaceLayoutTemplateLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutTemplateLocalService
- Returns:
- the OSGi service identifier
-
init
public List<LayoutTemplate> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
init
in interfaceLayoutTemplateLocalService
-
init
public List<LayoutTemplate> init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
init
in interfaceLayoutTemplateLocalService
-
readLayoutTemplate
public void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<LayoutTemplate> layoutTemplates, Element element, boolean standard, String themeId, PluginPackage pluginPackage) - Specified by:
readLayoutTemplate
in interfaceLayoutTemplateLocalService
-
uninstallLayoutTemplate
- Specified by:
uninstallLayoutTemplate
in interfaceLayoutTemplateLocalService
-
uninstallLayoutTemplates
- Specified by:
uninstallLayoutTemplates
in interfaceLayoutTemplateLocalService
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutTemplateLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutTemplateLocalService>
-