Interface PortletPreferencesFinder
@ProviderType
public interface PortletPreferencesFinder
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
countByO_O_P
(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences) long
countByO_O_P_P_P
(long ownerId, int ownerType, long plid, String portletId, boolean excludeDefaultPreferences) fetchByPrimaryKeys
(Set<Serializable> primaryKeys) findByC_G_O_O_P_P
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) findByPortletId
(String portletId)
-
Method Details
-
countByO_O_P
-
countByO_O_P_P_P
long countByO_O_P_P_P(long ownerId, int ownerType, long plid, String portletId, boolean excludeDefaultPreferences) -
fetchByPrimaryKeys
-
findByPortletId
-
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)
-