com.liferay.portal.service.base
Class ThemeLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portal.service.ThemeLocalService
Direct Known Subclasses:
ThemeLocalServiceImpl

public abstract class ThemeLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.ThemeLocalService, com.liferay.portal.kernel.bean.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ThemeLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 
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
getColorScheme, getTheme, getThemes, getThemes, init, init, uninstallThemes
 

Constructor Detail

ThemeLocalServiceBaseImpl

public ThemeLocalServiceBaseImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface com.liferay.portal.kernel.bean.InitializingBean