Interface SharingEntryFinder
@ProviderType
public interface SharingEntryFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByUserId
(long userId, long classNameId) findByUserId
(long userId, long classNameId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator)
-
Method Details
-
countByUserId
int countByUserId(long userId, long classNameId) -
findByUserId
List<SharingEntry> findByUserId(long userId, long classNameId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator)
-