|
Liferay 6.2-ce-ga5 | |||||||||
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 LayoutTemplateLocalService
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.
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()
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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |