Interface EntryFinder


@ProviderType public interface EntryFinder
Generated:
  • Method Details

    • countByKeywords

      int countByKeywords(long companyId, long userId, String keywords)
    • countByKeywords

      int countByKeywords(long userId, String keywords)
    • findByKeywords

      List<com.liferay.portal.kernel.model.BaseModel<?>> findByKeywords(long companyId, long userId, String keywords, int start, int end)
    • findByKeywords

      List<Entry> findByKeywords(long userId, String keywords, int start, int end)