Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface PortletPreferencesFinder

All Known Implementing Classes:
PortletPreferencesFinderImpl

public interface PortletPreferencesFinder


Method Summary
 List<PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
 List<PortletPreferences> findByPortletId(String portletId)
           
 

Method Detail

findByPortletId

List<PortletPreferences> findByPortletId(String portletId)
                                         throws SystemException
Throws:
SystemException

findByC_G_O_O_P_P

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

Liferay 6.1.2-ce-ga3