Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class PortletPreferencesFinderUtil

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

public class PortletPreferencesFinderUtil
extends Object


Constructor Summary
PortletPreferencesFinderUtil()
           
 
Method Summary
static List<PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
static List<PortletPreferences> findByPortletId(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 List<PortletPreferences> findByPortletId(String portletId)
                                                throws SystemException
Throws:
SystemException

findByC_G_O_O_P_P

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

getFinder

public static PortletPreferencesFinder getFinder()

setFinder

public void setFinder(PortletPreferencesFinder finder)

Liferay 6.1.2-ce-ga3