Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class PortletPreferencesFinderUtil

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

@ProviderType
public class PortletPreferencesFinderUtil
extends Object


Constructor Summary
PortletPreferencesFinderUtil()
           
 
Method Summary
static long countByO_O_P_P_P(long ownerId, int ownerType, long plid, String portletId, boolean excludeDefaultPreferences)
           
static long countByO_O_P(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences)
           
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

countByO_O_P

public static long countByO_O_P(long ownerId,
                                int ownerType,
                                String portletId,
                                boolean excludeDefaultPreferences)
                         throws SystemException
Throws:
SystemException

countByO_O_P_P_P

public static long countByO_O_P_P_P(long ownerId,
                                    int ownerType,
                                    long plid,
                                    String portletId,
                                    boolean excludeDefaultPreferences)
                             throws SystemException
Throws:
SystemException

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.2-ce-ga5