|
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.BaseServiceImpl
com.liferay.portal.service.base.ThemeServiceBaseImpl
public abstract class ThemeServiceBaseImpl
Provides the base implementation for the theme remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ThemeServiceImpl.
ThemeServiceImpl,
ThemeServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected LayoutTemplateLocalService |
layoutTemplateLocalService
|
protected PluginSettingLocalService |
pluginSettingLocalService
|
protected PluginSettingPersistence |
pluginSettingPersistence
|
protected PluginSettingService |
pluginSettingService
|
protected ThemeLocalService |
themeLocalService
|
protected ThemeService |
themeService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
ThemeServiceBaseImpl()
|
|
| 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. |
PluginSettingService |
getPluginSettingService()
Returns the plugin setting remote service. |
ThemeLocalService |
getThemeLocalService()
Returns the theme local service. |
ThemeService |
getThemeService()
Returns the theme remote 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 |
setPluginSettingService(PluginSettingService pluginSettingService)
Sets the plugin setting remote service. |
void |
setThemeLocalService(ThemeLocalService themeLocalService)
Sets the theme local service. |
void |
setThemeService(ThemeService themeService)
Sets the theme remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| 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.ThemeService |
|---|
getThemes, getWARThemes |
| Field Detail |
|---|
@BeanReference(type=ThemeLocalService.class) protected ThemeLocalService themeLocalService
@BeanReference(type=ThemeService.class) protected ThemeService themeService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=LayoutTemplateLocalService.class) protected LayoutTemplateLocalService layoutTemplateLocalService
@BeanReference(type=PluginSettingLocalService.class) protected PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=PluginSettingService.class) protected PluginSettingService pluginSettingService
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
| Constructor Detail |
|---|
public ThemeServiceBaseImpl()
| Method Detail |
|---|
public ThemeLocalService getThemeLocalService()
public void setThemeLocalService(ThemeLocalService themeLocalService)
themeLocalService - the theme local servicepublic ThemeService getThemeService()
public void setThemeService(ThemeService themeService)
themeService - the theme remote 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 PluginSettingService getPluginSettingService()
public void setPluginSettingService(PluginSettingService pluginSettingService)
pluginSettingService - the plugin setting remote 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 ThemeServiceprotected 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 | |||||||||