com.liferay.portal.service.persistence
Class PortletPreferencesFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.PortletPreferencesFinderUtil

public class PortletPreferencesFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
PortletPreferencesFinderUtil()
           
 
Method Summary
static java.util.List<PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, java.lang.String portletId, boolean privateLayout)
           
static java.util.List<PortletPreferences> findByPortletId(java.lang.String portletId)
           
static PortletPreferencesFinder getFinder()
           
 void setFinder(PortletPreferencesFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesFinderUtil

public PortletPreferencesFinderUtil()
Method Detail

findByPortletId

public static java.util.List<PortletPreferences> findByPortletId(java.lang.String portletId)
                                                          throws SystemException
Throws:
SystemException

findByC_G_O_O_P_P

public static java.util.List<PortletPreferences> findByC_G_O_O_P_P(long companyId,
                                                                   long groupId,
                                                                   long ownerId,
                                                                   int ownerType,
                                                                   java.lang.String portletId,
                                                                   boolean privateLayout)
                                                            throws SystemException
Throws:
SystemException

getFinder

public static PortletPreferencesFinder getFinder()

setFinder

public void setFinder(PortletPreferencesFinder finder)