|
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 ThemeLocalServiceProvides the local service interface for Theme. 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.
ThemeLocalServiceUtil,
com.liferay.portal.service.base.ThemeLocalServiceBaseImpl,
com.liferay.portal.service.impl.ThemeLocalServiceImpl| Method Summary | |
|---|---|
abstract ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
|
abstract Theme |
fetchTheme(long companyId,
String themeId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract ColorScheme |
getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
abstract Theme |
getTheme(long companyId,
String themeId,
boolean wapTheme)
|
abstract List<Theme> |
getThemes(long companyId)
|
abstract List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
abstract List<Theme> |
getWARThemes()
|
abstract List<Theme> |
init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
abstract List<Theme> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
uninstallThemes(List<Theme> themes)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
@Transactional(propagation=SUPPORTS,
readOnly=true)
ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Theme fetchTheme(long companyId,
String themeId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
ColorScheme getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Theme> getThemes(long companyId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Theme> getWARThemes()
List<Theme> init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
List<Theme> init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
void uninstallThemes(List<Theme> themes)
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||