com.liferay.portal.service.persistence
Class PortletPreferencesFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.PortletPreferencesFinderImpl
All Implemented Interfaces:
com.liferay.portal.service.persistence.PortletPreferencesFinder

public class PortletPreferencesFinderImpl
extends java.lang.Object
implements com.liferay.portal.service.persistence.PortletPreferencesFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String FIND_BY_PORTLETID
           
 
Constructor Summary
PortletPreferencesFinderImpl()
           
 
Method Summary
 java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
           
 
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