Interface DDLRecordSetFinder
@ProviderType
public interface DDLRecordSetFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByC_G_N_D_S
(long companyId, long groupId, String name, String description, int scope, boolean andOperator) int
countByG_D
(long groupId, long ddmStructureId, boolean andOperator) int
countByKeywords
(long companyId, long groupId, String keywords, int scope) int
filterCountByC_G_N_D_S
(long companyId, long groupId, String name, String description, int scope, boolean andOperator) int
filterCountByKeywords
(long companyId, long groupId, String keywords, int scope) 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) 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) filterFindByKeywords
(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
(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator) 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) findByKeywords
(long companyId, long groupId, String keywords, int scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSet> orderByComparator)
-
Method Details
-
countByKeywords
-
countByG_D
int countByG_D(long groupId, long ddmStructureId, boolean andOperator) -
countByC_G_N_D_S
-
filterCountByKeywords
-
filterCountByC_G_N_D_S
-
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)
-