|
Liferay 6.2.0 | |||||||||
| 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,
LayoutTemplateLocalServiceImpl| Method Summary | |
|---|---|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract String |
getContent(String layoutTemplateId,
boolean standard,
String themeId)
|
abstract LayoutTemplate |
getLayoutTemplate(String layoutTemplateId,
boolean standard,
String themeId)
|
abstract List<LayoutTemplate> |
getLayoutTemplates()
|
abstract List<LayoutTemplate> |
getLayoutTemplates(String themeId)
|
abstract String |
getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
abstract List<LayoutTemplate> |
init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
abstract List<LayoutTemplate> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
abstract void |
readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
|
abstract void |
uninstallLayoutTemplates(String themeId)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getContent(String layoutTemplateId,
boolean standard,
String themeId)
throws SystemException
SystemException
@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)
throws SystemException
SystemException
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)
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||