Interface LayoutTemplateLocalService
- All Superinterfaces:
BaseLocalService
- All Known Implementing Classes:
LayoutTemplateLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutTemplateLocalService
extends BaseLocalService
Provides the local service interface for LayoutTemplate. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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
uninstallLayoutTemplate
(String layoutTemplateId, boolean standard) void
uninstallLayoutTemplates
(String themeId)
-
Method Details
-
getContent
@Transactional(propagation=SUPPORTS, readOnly=true) String getContent(String layoutTemplateId, boolean standard, String themeId) -
getLangType
@Transactional(propagation=SUPPORTS, readOnly=true) String getLangType(String layoutTemplateId, boolean standard, String themeId) -
getLayoutTemplate
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutTemplate getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId) -
getLayoutTemplates
-
getLayoutTemplates
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutTemplate> getLayoutTemplates(String themeId) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
init
List<LayoutTemplate> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) -
init
List<LayoutTemplate> init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) -
readLayoutTemplate
void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<LayoutTemplate> layoutTemplates, Element element, boolean standard, String themeId, PluginPackage pluginPackage) -
uninstallLayoutTemplate
-
uninstallLayoutTemplates
-