Package com.liferay.portal.service.impl
Class LayoutTemplateLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.LayoutTemplateLocalServiceBaseImpl
com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.LayoutTemplateLocalService
- Author:
- Ivica Cardic, Jorge Ferrer, Brian Wing Shun Chan, Raymond Augé
-
Field Summary
FieldsFields inherited from class com.liferay.portal.service.base.LayoutTemplateLocalServiceBaseImpl
counterLocalService, layoutTemplateLocalService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent(String layoutTemplateId, boolean standard, String themeId) getLangType(String layoutTemplateId, boolean standard, String themeId) com.liferay.portal.kernel.model.LayoutTemplategetLayoutTemplate(String layoutTemplateId, boolean standard, String themeId) List<com.liferay.portal.kernel.model.LayoutTemplate>List<com.liferay.portal.kernel.model.LayoutTemplate>getLayoutTemplates(String themeId) List<com.liferay.portal.kernel.model.LayoutTemplate>init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) List<com.liferay.portal.kernel.model.LayoutTemplate>init(javax.servlet.ServletContext servletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) voidreadLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<com.liferay.portal.kernel.model.LayoutTemplate> layoutTemplates, com.liferay.portal.kernel.xml.Element element, boolean standard, String themeId, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) voiduninstallLayoutTemplate(String layoutTemplateId, boolean standard) voiduninstallLayoutTemplates(String themeId) Methods inherited from class com.liferay.portal.service.base.LayoutTemplateLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getLayoutTemplateLocalService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setLayoutTemplateLocalServiceMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
-
Field Details
-
supportedLangTypes
-
-
Constructor Details
-
LayoutTemplateLocalServiceImpl
public LayoutTemplateLocalServiceImpl()
-
-
Method Details
-
getContent
-
getLangType
-
getLayoutTemplate
-
getLayoutTemplates
-
getLayoutTemplates
-
init
-
init
-
readLayoutTemplate
public void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<com.liferay.portal.kernel.model.LayoutTemplate> layoutTemplates, com.liferay.portal.kernel.xml.Element element, boolean standard, String themeId, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) -
uninstallLayoutTemplate
-
uninstallLayoutTemplates
-