|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
@ProviderType public abstract class ThemeLocalServiceBaseImpl
Provides the base implementation for the theme local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ThemeLocalServiceImpl.
ThemeLocalServiceImpl,
ThemeLocalServiceUtil| Field Summary | |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
|
protected com.liferay.portal.kernel.service.LayoutTemplateLocalService |
layoutTemplateLocalService
|
protected com.liferay.portal.kernel.service.PluginSettingLocalService |
pluginSettingLocalService
|
protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
pluginSettingPersistence
|
protected com.liferay.portal.kernel.service.ThemeLocalService |
themeLocalService
|
| Constructor Summary | |
|---|---|
ThemeLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
com.liferay.portal.kernel.service.LayoutTemplateLocalService |
getLayoutTemplateLocalService()
Returns the layout template local service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
com.liferay.portal.kernel.service.PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service. |
com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence. |
com.liferay.portal.kernel.service.ThemeLocalService |
getThemeLocalService()
Returns the theme local service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setLayoutTemplateLocalService(com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService)
Sets the layout template local service. |
void |
setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service. |
void |
setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence. |
void |
setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)
Sets the theme local service. |
| Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.service.ThemeLocalService |
|---|
fetchColorScheme, fetchPortletDecorator, fetchTheme, getColorScheme, getControlPanelThemes, getPageThemes, getPortletDecorator, getTheme, getThemes, getThemes, getWARThemes, init, init, uninstallThemes |
| Field Detail |
|---|
@BeanReference(type=com.liferay.portal.kernel.service.ThemeLocalService.class) protected com.liferay.portal.kernel.service.ThemeLocalService themeLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutTemplateLocalService.class) protected com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingLocalService.class) protected com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PluginSettingPersistence.class) protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence
| Constructor Detail |
|---|
public ThemeLocalServiceBaseImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.service.ThemeLocalService getThemeLocalService()
public void setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)
themeLocalService - the theme local servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.LayoutTemplateLocalService getLayoutTemplateLocalService()
public void setLayoutTemplateLocalService(com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService)
layoutTemplateLocalService - the layout template local servicepublic com.liferay.portal.kernel.service.PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic com.liferay.portal.kernel.service.persistence.PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ThemeLocalServiceprotected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||