|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutTemplateLocalServiceProvides 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.
LayoutTemplateLocalServiceUtil,
LayoutTemplateLocalServiceBaseImpl,
com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl| Method Summary | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 |
getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
|
void |
uninstallLayoutTemplates(String themeId)
|
| Method Detail |
|---|
String getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getContent(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)
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
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 setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
void uninstallLayoutTemplates(String themeId)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||