Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class PortletPreferencesFinderUtil

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

@ProviderType
public class PortletPreferencesFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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 Map<Serializable,PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
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)

countByO_O_P_P_P

public static long countByO_O_P_P_P(long ownerId,
                                    int ownerType,
                                    long plid,
                                    String portletId,
                                    boolean excludeDefaultPreferences)

findByPortletId

public static List<PortletPreferences> findByPortletId(String portletId)

fetchByPrimaryKeys

public static Map<Serializable,PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

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)

getFinder

public static PortletPreferencesFinder getFinder()

setFinder

public void setFinder(PortletPreferencesFinder finder)

Liferay 7.0-ce-b4