Interface CalendarFinder
@ProviderType
public interface CalendarFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String[] names, String[] descriptions, boolean andOperator) int
countByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator) int
countByKeywords
(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords) int
filterCountByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String[] names, String[] descriptions, boolean andOperator) int
filterCountByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator) int
filterCountByKeywords
(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords) filterFindByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) filterFindByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) filterFindByKeywords
(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) findByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) findByC_G_C_N_D
(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) findByKeywords
(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator)
-
Method Details
-
countByKeywords
-
countByC_G_C_N_D
-
countByC_G_C_N_D
-
filterCountByKeywords
int filterCountByKeywords(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords) -
filterCountByC_G_C_N_D
-
filterCountByC_G_C_N_D
-
filterFindByKeywords
-
filterFindByC_G_C_N_D
-
filterFindByC_G_C_N_D
-
findByKeywords
-
findByC_G_C_N_D
-
findByC_G_C_N_D
-