Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Interface PortletPreferencesFinder

All Known Implementing Classes:
PortletPreferencesFinderImpl

@ProviderType
public interface PortletPreferencesFinder

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

Method Summary
 long countByO_O_P_P_P(long ownerId, int ownerType, long plid, String portletId, boolean excludeDefaultPreferences)
           
 long countByO_O_P(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences)
           
 Map<Serializable,PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 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

countByO_O_P

long countByO_O_P(long ownerId,
                  int ownerType,
                  String portletId,
                  boolean excludeDefaultPreferences)

countByO_O_P_P_P

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

findByPortletId

List<PortletPreferences> findByPortletId(String portletId)

fetchByPrimaryKeys

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

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)

Liferay 7.0-ce-b4