Class PortletPreferencesFinderUtil
Object
com.liferay.portal.kernel.service.persistence.PortletPreferencesFinderUtil
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
countByO_O_P
(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences) static long
countByO_O_P_P_P
(long ownerId, int ownerType, long plid, 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
void
setFinder
(PortletPreferencesFinder finder)
-
Constructor Details
-
PortletPreferencesFinderUtil
public PortletPreferencesFinderUtil()
-
-
Method Details
-
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) -
fetchByPrimaryKeys
public static Map<Serializable,PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys) -
findByPortletId
-
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
-
setFinder
-