@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutTemplateLocalService extends BaseLocalService
LayoutTemplateLocalServiceUtil
,
LayoutTemplateLocalServiceBaseImpl
,
LayoutTemplateLocalServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getContent(String layoutTemplateId,
boolean standard,
String themeId) |
String |
getLangType(String layoutTemplateId,
boolean standard,
String themeId) |
LayoutTemplate |
getLayoutTemplate(String layoutTemplateId,
boolean standard,
String themeId) |
List<LayoutTemplate> |
getLayoutTemplates() |
List<LayoutTemplate> |
getLayoutTemplates(String themeId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
List<LayoutTemplate> |
init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<LayoutTemplate> |
init(String servletContextName,
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) |
@Transactional(propagation=SUPPORTS, readOnly=true) String getContent(String layoutTemplateId, boolean standard, String themeId)
@Transactional(propagation=SUPPORTS, readOnly=true) String getLangType(String layoutTemplateId, boolean standard, String themeId)
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutTemplate getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutTemplate> getLayoutTemplates()
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutTemplate> getLayoutTemplates(String themeId)
String getOSGiServiceIdentifier()
List<LayoutTemplate> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
List<LayoutTemplate> init(String servletContextName, 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)