com.liferay.portal.service.persistence
Class PortletPreferencesFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portal.service.persistence.PortletPreferencesFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portal.service.persistence.PortletPreferencesFinder

public class PortletPreferencesFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portal.service.persistence.PortletPreferencesFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String FIND_BY_PORTLETID
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
PortletPreferencesFinderImpl()
           
 
Method Summary
 java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_PORTLETID

public static java.lang.String FIND_BY_PORTLETID
Constructor Detail

PortletPreferencesFinderImpl

public PortletPreferencesFinderImpl()
Method Detail

findByPortletId

public java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
                                                                            throws com.liferay.portal.SystemException
Specified by:
findByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesFinder
Throws:
com.liferay.portal.SystemException