com.liferay.portal.service
Class LayoutTemplateLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutTemplateLocalServiceWrapper
- All Implemented Interfaces:
- BaseLocalService, LayoutTemplateLocalService, ServiceWrapper<LayoutTemplateLocalService>
@ProviderType
public class LayoutTemplateLocalServiceWrapper
- extends Object
- implements LayoutTemplateLocalService, ServiceWrapper<LayoutTemplateLocalService>
Provides a wrapper for LayoutTemplateLocalService.
- See Also:
LayoutTemplateLocalService
|
Method Summary |
String |
getContent(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. |
String |
getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
LayoutTemplateLocalService |
getWrappedService()
|
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 |
setWrappedService(LayoutTemplateLocalService layoutTemplateLocalService)
|
void |
uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
|
void |
uninstallLayoutTemplates(String themeId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutTemplateLocalServiceWrapper
public LayoutTemplateLocalServiceWrapper(LayoutTemplateLocalService layoutTemplateLocalService)
getContent
public String getContent(String layoutTemplateId,
boolean standard,
String themeId)
- Specified by:
getContent in interface LayoutTemplateLocalService
getLayoutTemplate
public LayoutTemplate getLayoutTemplate(String layoutTemplateId,
boolean standard,
String themeId)
- Specified by:
getLayoutTemplate in interface LayoutTemplateLocalService
getLayoutTemplates
public List<LayoutTemplate> getLayoutTemplates()
- Specified by:
getLayoutTemplates in interface LayoutTemplateLocalService
getLayoutTemplates
public List<LayoutTemplate> getLayoutTemplates(String themeId)
- Specified by:
getLayoutTemplates in interface LayoutTemplateLocalService
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface LayoutTemplateLocalService
- Returns:
- the OSGi service identifier
getWapContent
public String getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
- Specified by:
getWapContent in interface LayoutTemplateLocalService
init
public List<LayoutTemplate> init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
- Specified by:
init in interface LayoutTemplateLocalService
init
public List<LayoutTemplate> init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
- Specified by:
init in interface LayoutTemplateLocalService
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 interface LayoutTemplateLocalService
uninstallLayoutTemplate
public void uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
- Specified by:
uninstallLayoutTemplate in interface LayoutTemplateLocalService
uninstallLayoutTemplates
public void uninstallLayoutTemplates(String themeId)
- Specified by:
uninstallLayoutTemplates in interface LayoutTemplateLocalService
getWrappedService
public LayoutTemplateLocalService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<LayoutTemplateLocalService>
setWrappedService
public void setWrappedService(LayoutTemplateLocalService layoutTemplateLocalService)
- Specified by:
setWrappedService in interface ServiceWrapper<LayoutTemplateLocalService>