com.liferay.portal.service.base
Class PortletPreferencesLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.PortletPreferencesLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.PortletPreferencesLocalService
Direct Known Subclasses:
PortletPreferencesLocalServiceImpl

public abstract class PortletPreferencesLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.PortletPreferencesLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletPreferencesLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.PortletPreferences addPortletPreferences(com.liferay.portal.model.PortletPreferences model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.PortletPreferences updatePortletPreferences(com.liferay.portal.model.PortletPreferences model)
           
 
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.PortletPreferencesLocalService
deletePortletPreferences, deletePortletPreferences, getDefaultPreferences, getPortletPreferences, getPortletPreferences, getPortletPreferences, getPortletPreferences, getPreferences, getPreferences, getPreferences, updatePreferences
 

Constructor Detail

PortletPreferencesLocalServiceBaseImpl

public PortletPreferencesLocalServiceBaseImpl()
Method Detail

addPortletPreferences

public com.liferay.portal.model.PortletPreferences addPortletPreferences(com.liferay.portal.model.PortletPreferences model)
                                                                  throws com.liferay.portal.SystemException
Specified by:
addPortletPreferences in interface com.liferay.portal.service.PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

updatePortletPreferences

public com.liferay.portal.model.PortletPreferences updatePortletPreferences(com.liferay.portal.model.PortletPreferences model)
                                                                     throws com.liferay.portal.SystemException
Specified by:
updatePortletPreferences in interface com.liferay.portal.service.PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException