|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.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 CounterLocalService |
counterLocalService
|
protected LayoutTemplateLocalService |
layoutTemplateLocalService
|
protected PluginSettingLocalService |
pluginSettingLocalService
|
protected PluginSettingPersistence |
pluginSettingPersistence
|
protected ThemeLocalService |
themeLocalService
|
| Constructor Summary | |
|---|---|
ThemeLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
LayoutTemplateLocalService |
getLayoutTemplateLocalService()
Returns the layout template local service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service. |
PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence. |
ThemeLocalService |
getThemeLocalService()
Returns the theme local service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
Sets the layout template local service. |
void |
setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service. |
void |
setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence. |
void |
setThemeLocalService(ThemeLocalService themeLocalService)
Sets the theme local service. |
| Methods inherited from class com.liferay.portal.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.service.ThemeLocalService |
|---|
fetchColorScheme, fetchPortletDecorator, fetchTheme, getColorScheme, getControlPanelThemes, getPageThemes, getPortletDecorator, getTheme, getThemes, getThemes, getWARThemes, init, init, uninstallThemes |
| Field Detail |
|---|
@BeanReference(type=ThemeLocalService.class) protected ThemeLocalService themeLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=LayoutTemplateLocalService.class) protected LayoutTemplateLocalService layoutTemplateLocalService
@BeanReference(type=PluginSettingLocalService.class) protected PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
| Constructor Detail |
|---|
public ThemeLocalServiceBaseImpl()
| Method Detail |
|---|
public ThemeLocalService getThemeLocalService()
public void setThemeLocalService(ThemeLocalService themeLocalService)
themeLocalService - the theme local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic LayoutTemplateLocalService getLayoutTemplateLocalService()
public void setLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
layoutTemplateLocalService - the layout template local servicepublic PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface ThemeLocalServiceprotected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||