com.liferay.portal.service.persistence
Interface PortletPreferencesFinder


@ProviderType
public interface PortletPreferencesFinder

Author:
Brian Wing Shun Chan

Method Summary
 long countByO_O_P_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId, boolean excludeDefaultPreferences)
           
 long countByO_O_P(long ownerId, int ownerType, java.lang.String portletId, boolean excludeDefaultPreferences)
           
 java.util.List<PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, java.lang.String portletId, boolean privateLayout)
           
 java.util.List<PortletPreferences> findByPortletId(java.lang.String portletId)
           
 

Method Detail

countByO_O_P

long countByO_O_P(long ownerId,
                  int ownerType,
                  java.lang.String portletId,
                  boolean excludeDefaultPreferences)
                  throws SystemException
Throws:
SystemException

countByO_O_P_P_P

long countByO_O_P_P_P(long ownerId,
                      int ownerType,
                      long plid,
                      java.lang.String portletId,
                      boolean excludeDefaultPreferences)
                      throws SystemException
Throws:
SystemException

findByPortletId

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

findByC_G_O_O_P_P

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