public abstract class ThemeServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.ThemeService
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
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.ThemeLocalService |
themeLocalService |
protected com.liferay.portal.kernel.service.ThemeService |
themeService |
Constructor and Description |
---|
ThemeServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.ThemeLocalService |
getThemeLocalService()
Returns the theme local service.
|
com.liferay.portal.kernel.service.ThemeService |
getThemeService()
Returns the theme remote 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 |
setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)
Sets the theme local service.
|
void |
setThemeService(com.liferay.portal.kernel.service.ThemeService themeService)
Sets the theme remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.ThemeLocalService.class) protected com.liferay.portal.kernel.service.ThemeLocalService themeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ThemeService.class) protected com.liferay.portal.kernel.service.ThemeService themeService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
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.portal.kernel.service.ThemeService getThemeService()
public void setThemeService(com.liferay.portal.kernel.service.ThemeService themeService)
themeService
- the theme remote servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.ThemeService
protected void runSQL(String sql)
sql
- the sql query