Interface DDLRecordSetFinder


@ProviderType public interface DDLRecordSetFinder
Generated:
  • Method Details

    • countByKeywords

      int countByKeywords(long companyId, long groupId, String keywords, int scope)
    • countByG_D

      int countByG_D(long groupId, long ddmStructureId, boolean andOperator)
    • countByC_G_N_D_S

      int countByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
    • filterCountByKeywords

      int filterCountByKeywords(long companyId, long groupId, String keywords, int scope)
    • filterCountByC_G_N_D_S

      int filterCountByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
    • filterFindByKeywords

      List<DDLRecordSet> filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
    • filterFindByC_G_N_D_S

      List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
    • filterFindByC_G_N_D_S

      List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
    • findByKeywords

      List<DDLRecordSet> findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
    • findByC_G_N_D_S

      List<DDLRecordSet> findByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
    • findByC_G_N_D_S

      List<DDLRecordSet> findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)