001
014
015 package com.liferay.portlet.blogs.service.persistence;
016
017 import com.liferay.portal.kernel.bean.PortalBeanLocatorUtil;
018 import com.liferay.portal.kernel.dao.orm.DynamicQuery;
019 import com.liferay.portal.kernel.exception.SystemException;
020 import com.liferay.portal.kernel.util.OrderByComparator;
021 import com.liferay.portal.service.ServiceContext;
022
023 import com.liferay.portlet.blogs.model.BlogsEntry;
024
025 import java.util.List;
026
027
033 public class BlogsEntryUtil {
034
037 public static void clearCache() {
038 getPersistence().clearCache();
039 }
040
041
044 public static void clearCache(BlogsEntry blogsEntry) {
045 getPersistence().clearCache(blogsEntry);
046 }
047
048
051 public long countWithDynamicQuery(DynamicQuery dynamicQuery)
052 throws SystemException {
053 return getPersistence().countWithDynamicQuery(dynamicQuery);
054 }
055
056
059 public static List<BlogsEntry> findWithDynamicQuery(
060 DynamicQuery dynamicQuery) throws SystemException {
061 return getPersistence().findWithDynamicQuery(dynamicQuery);
062 }
063
064
067 public static List<BlogsEntry> findWithDynamicQuery(
068 DynamicQuery dynamicQuery, int start, int end)
069 throws SystemException {
070 return getPersistence().findWithDynamicQuery(dynamicQuery, start, end);
071 }
072
073
076 public static List<BlogsEntry> findWithDynamicQuery(
077 DynamicQuery dynamicQuery, int start, int end,
078 OrderByComparator orderByComparator) throws SystemException {
079 return getPersistence()
080 .findWithDynamicQuery(dynamicQuery, start, end,
081 orderByComparator);
082 }
083
084
087 public static BlogsEntry remove(BlogsEntry blogsEntry)
088 throws SystemException {
089 return getPersistence().remove(blogsEntry);
090 }
091
092
095 public static BlogsEntry update(BlogsEntry blogsEntry, boolean merge)
096 throws SystemException {
097 return getPersistence().update(blogsEntry, merge);
098 }
099
100
103 public static BlogsEntry update(BlogsEntry blogsEntry, boolean merge,
104 ServiceContext serviceContext) throws SystemException {
105 return getPersistence().update(blogsEntry, merge, serviceContext);
106 }
107
108 public static void cacheResult(
109 com.liferay.portlet.blogs.model.BlogsEntry blogsEntry) {
110 getPersistence().cacheResult(blogsEntry);
111 }
112
113 public static void cacheResult(
114 java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> blogsEntries) {
115 getPersistence().cacheResult(blogsEntries);
116 }
117
118 public static com.liferay.portlet.blogs.model.BlogsEntry create(
119 long entryId) {
120 return getPersistence().create(entryId);
121 }
122
123 public static com.liferay.portlet.blogs.model.BlogsEntry remove(
124 long entryId)
125 throws com.liferay.portal.kernel.exception.SystemException,
126 com.liferay.portlet.blogs.NoSuchEntryException {
127 return getPersistence().remove(entryId);
128 }
129
130 public static com.liferay.portlet.blogs.model.BlogsEntry updateImpl(
131 com.liferay.portlet.blogs.model.BlogsEntry blogsEntry, boolean merge)
132 throws com.liferay.portal.kernel.exception.SystemException {
133 return getPersistence().updateImpl(blogsEntry, merge);
134 }
135
136 public static com.liferay.portlet.blogs.model.BlogsEntry findByPrimaryKey(
137 long entryId)
138 throws com.liferay.portal.kernel.exception.SystemException,
139 com.liferay.portlet.blogs.NoSuchEntryException {
140 return getPersistence().findByPrimaryKey(entryId);
141 }
142
143 public static com.liferay.portlet.blogs.model.BlogsEntry fetchByPrimaryKey(
144 long entryId)
145 throws com.liferay.portal.kernel.exception.SystemException {
146 return getPersistence().fetchByPrimaryKey(entryId);
147 }
148
149 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
150 java.lang.String uuid)
151 throws com.liferay.portal.kernel.exception.SystemException {
152 return getPersistence().findByUuid(uuid);
153 }
154
155 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
156 java.lang.String uuid, int start, int end)
157 throws com.liferay.portal.kernel.exception.SystemException {
158 return getPersistence().findByUuid(uuid, start, end);
159 }
160
161 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
162 java.lang.String uuid, int start, int end,
163 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
164 throws com.liferay.portal.kernel.exception.SystemException {
165 return getPersistence().findByUuid(uuid, start, end, orderByComparator);
166 }
167
168 public static com.liferay.portlet.blogs.model.BlogsEntry findByUuid_First(
169 java.lang.String uuid,
170 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
171 throws com.liferay.portal.kernel.exception.SystemException,
172 com.liferay.portlet.blogs.NoSuchEntryException {
173 return getPersistence().findByUuid_First(uuid, orderByComparator);
174 }
175
176 public static com.liferay.portlet.blogs.model.BlogsEntry findByUuid_Last(
177 java.lang.String uuid,
178 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
179 throws com.liferay.portal.kernel.exception.SystemException,
180 com.liferay.portlet.blogs.NoSuchEntryException {
181 return getPersistence().findByUuid_Last(uuid, orderByComparator);
182 }
183
184 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByUuid_PrevAndNext(
185 long entryId, java.lang.String uuid,
186 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
187 throws com.liferay.portal.kernel.exception.SystemException,
188 com.liferay.portlet.blogs.NoSuchEntryException {
189 return getPersistence()
190 .findByUuid_PrevAndNext(entryId, uuid, orderByComparator);
191 }
192
193 public static com.liferay.portlet.blogs.model.BlogsEntry findByUUID_G(
194 java.lang.String uuid, long groupId)
195 throws com.liferay.portal.kernel.exception.SystemException,
196 com.liferay.portlet.blogs.NoSuchEntryException {
197 return getPersistence().findByUUID_G(uuid, groupId);
198 }
199
200 public static com.liferay.portlet.blogs.model.BlogsEntry fetchByUUID_G(
201 java.lang.String uuid, long groupId)
202 throws com.liferay.portal.kernel.exception.SystemException {
203 return getPersistence().fetchByUUID_G(uuid, groupId);
204 }
205
206 public static com.liferay.portlet.blogs.model.BlogsEntry fetchByUUID_G(
207 java.lang.String uuid, long groupId, boolean retrieveFromCache)
208 throws com.liferay.portal.kernel.exception.SystemException {
209 return getPersistence().fetchByUUID_G(uuid, groupId, retrieveFromCache);
210 }
211
212 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
213 long groupId)
214 throws com.liferay.portal.kernel.exception.SystemException {
215 return getPersistence().findByGroupId(groupId);
216 }
217
218 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
219 long groupId, int start, int end)
220 throws com.liferay.portal.kernel.exception.SystemException {
221 return getPersistence().findByGroupId(groupId, start, end);
222 }
223
224 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
225 long groupId, int start, int end,
226 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
227 throws com.liferay.portal.kernel.exception.SystemException {
228 return getPersistence()
229 .findByGroupId(groupId, start, end, orderByComparator);
230 }
231
232 public static com.liferay.portlet.blogs.model.BlogsEntry findByGroupId_First(
233 long groupId,
234 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
235 throws com.liferay.portal.kernel.exception.SystemException,
236 com.liferay.portlet.blogs.NoSuchEntryException {
237 return getPersistence().findByGroupId_First(groupId, orderByComparator);
238 }
239
240 public static com.liferay.portlet.blogs.model.BlogsEntry findByGroupId_Last(
241 long groupId,
242 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
243 throws com.liferay.portal.kernel.exception.SystemException,
244 com.liferay.portlet.blogs.NoSuchEntryException {
245 return getPersistence().findByGroupId_Last(groupId, orderByComparator);
246 }
247
248 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByGroupId_PrevAndNext(
249 long entryId, long groupId,
250 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
251 throws com.liferay.portal.kernel.exception.SystemException,
252 com.liferay.portlet.blogs.NoSuchEntryException {
253 return getPersistence()
254 .findByGroupId_PrevAndNext(entryId, groupId,
255 orderByComparator);
256 }
257
258 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
259 long groupId)
260 throws com.liferay.portal.kernel.exception.SystemException {
261 return getPersistence().filterFindByGroupId(groupId);
262 }
263
264 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
265 long groupId, int start, int end)
266 throws com.liferay.portal.kernel.exception.SystemException {
267 return getPersistence().filterFindByGroupId(groupId, start, end);
268 }
269
270 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
271 long groupId, int start, int end,
272 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
273 throws com.liferay.portal.kernel.exception.SystemException {
274 return getPersistence()
275 .filterFindByGroupId(groupId, start, end, orderByComparator);
276 }
277
278 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
279 long companyId)
280 throws com.liferay.portal.kernel.exception.SystemException {
281 return getPersistence().findByCompanyId(companyId);
282 }
283
284 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
285 long companyId, int start, int end)
286 throws com.liferay.portal.kernel.exception.SystemException {
287 return getPersistence().findByCompanyId(companyId, start, end);
288 }
289
290 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
291 long companyId, int start, int end,
292 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
293 throws com.liferay.portal.kernel.exception.SystemException {
294 return getPersistence()
295 .findByCompanyId(companyId, start, end, orderByComparator);
296 }
297
298 public static com.liferay.portlet.blogs.model.BlogsEntry findByCompanyId_First(
299 long companyId,
300 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
301 throws com.liferay.portal.kernel.exception.SystemException,
302 com.liferay.portlet.blogs.NoSuchEntryException {
303 return getPersistence()
304 .findByCompanyId_First(companyId, orderByComparator);
305 }
306
307 public static com.liferay.portlet.blogs.model.BlogsEntry findByCompanyId_Last(
308 long companyId,
309 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
310 throws com.liferay.portal.kernel.exception.SystemException,
311 com.liferay.portlet.blogs.NoSuchEntryException {
312 return getPersistence()
313 .findByCompanyId_Last(companyId, orderByComparator);
314 }
315
316 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByCompanyId_PrevAndNext(
317 long entryId, long companyId,
318 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
319 throws com.liferay.portal.kernel.exception.SystemException,
320 com.liferay.portlet.blogs.NoSuchEntryException {
321 return getPersistence()
322 .findByCompanyId_PrevAndNext(entryId, companyId,
323 orderByComparator);
324 }
325
326 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
327 long companyId, long userId)
328 throws com.liferay.portal.kernel.exception.SystemException {
329 return getPersistence().findByC_U(companyId, userId);
330 }
331
332 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
333 long companyId, long userId, int start, int end)
334 throws com.liferay.portal.kernel.exception.SystemException {
335 return getPersistence().findByC_U(companyId, userId, start, end);
336 }
337
338 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
339 long companyId, long userId, int start, int end,
340 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
341 throws com.liferay.portal.kernel.exception.SystemException {
342 return getPersistence()
343 .findByC_U(companyId, userId, start, end, orderByComparator);
344 }
345
346 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_U_First(
347 long companyId, long userId,
348 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
349 throws com.liferay.portal.kernel.exception.SystemException,
350 com.liferay.portlet.blogs.NoSuchEntryException {
351 return getPersistence()
352 .findByC_U_First(companyId, userId, orderByComparator);
353 }
354
355 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_U_Last(
356 long companyId, long userId,
357 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
358 throws com.liferay.portal.kernel.exception.SystemException,
359 com.liferay.portlet.blogs.NoSuchEntryException {
360 return getPersistence()
361 .findByC_U_Last(companyId, userId, orderByComparator);
362 }
363
364 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByC_U_PrevAndNext(
365 long entryId, long companyId, long userId,
366 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
367 throws com.liferay.portal.kernel.exception.SystemException,
368 com.liferay.portlet.blogs.NoSuchEntryException {
369 return getPersistence()
370 .findByC_U_PrevAndNext(entryId, companyId, userId,
371 orderByComparator);
372 }
373
374 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
375 long companyId, java.util.Date displayDate)
376 throws com.liferay.portal.kernel.exception.SystemException {
377 return getPersistence().findByC_LtD(companyId, displayDate);
378 }
379
380 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
381 long companyId, java.util.Date displayDate, int start, int end)
382 throws com.liferay.portal.kernel.exception.SystemException {
383 return getPersistence().findByC_LtD(companyId, displayDate, start, end);
384 }
385
386 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
387 long companyId, java.util.Date displayDate, int start, int end,
388 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
389 throws com.liferay.portal.kernel.exception.SystemException {
390 return getPersistence()
391 .findByC_LtD(companyId, displayDate, start, end,
392 orderByComparator);
393 }
394
395 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_First(
396 long companyId, java.util.Date displayDate,
397 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
398 throws com.liferay.portal.kernel.exception.SystemException,
399 com.liferay.portlet.blogs.NoSuchEntryException {
400 return getPersistence()
401 .findByC_LtD_First(companyId, displayDate, orderByComparator);
402 }
403
404 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_Last(
405 long companyId, java.util.Date displayDate,
406 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
407 throws com.liferay.portal.kernel.exception.SystemException,
408 com.liferay.portlet.blogs.NoSuchEntryException {
409 return getPersistence()
410 .findByC_LtD_Last(companyId, displayDate, orderByComparator);
411 }
412
413 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByC_LtD_PrevAndNext(
414 long entryId, long companyId, java.util.Date displayDate,
415 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
416 throws com.liferay.portal.kernel.exception.SystemException,
417 com.liferay.portlet.blogs.NoSuchEntryException {
418 return getPersistence()
419 .findByC_LtD_PrevAndNext(entryId, companyId, displayDate,
420 orderByComparator);
421 }
422
423 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
424 long companyId, int status)
425 throws com.liferay.portal.kernel.exception.SystemException {
426 return getPersistence().findByC_S(companyId, status);
427 }
428
429 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
430 long companyId, int status, int start, int end)
431 throws com.liferay.portal.kernel.exception.SystemException {
432 return getPersistence().findByC_S(companyId, status, start, end);
433 }
434
435 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
436 long companyId, int status, int start, int end,
437 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
438 throws com.liferay.portal.kernel.exception.SystemException {
439 return getPersistence()
440 .findByC_S(companyId, status, start, end, orderByComparator);
441 }
442
443 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_S_First(
444 long companyId, int status,
445 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
446 throws com.liferay.portal.kernel.exception.SystemException,
447 com.liferay.portlet.blogs.NoSuchEntryException {
448 return getPersistence()
449 .findByC_S_First(companyId, status, orderByComparator);
450 }
451
452 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_S_Last(
453 long companyId, int status,
454 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
455 throws com.liferay.portal.kernel.exception.SystemException,
456 com.liferay.portlet.blogs.NoSuchEntryException {
457 return getPersistence()
458 .findByC_S_Last(companyId, status, orderByComparator);
459 }
460
461 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByC_S_PrevAndNext(
462 long entryId, long companyId, int status,
463 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
464 throws com.liferay.portal.kernel.exception.SystemException,
465 com.liferay.portlet.blogs.NoSuchEntryException {
466 return getPersistence()
467 .findByC_S_PrevAndNext(entryId, companyId, status,
468 orderByComparator);
469 }
470
471 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_UT(
472 long groupId, java.lang.String urlTitle)
473 throws com.liferay.portal.kernel.exception.SystemException,
474 com.liferay.portlet.blogs.NoSuchEntryException {
475 return getPersistence().findByG_UT(groupId, urlTitle);
476 }
477
478 public static com.liferay.portlet.blogs.model.BlogsEntry fetchByG_UT(
479 long groupId, java.lang.String urlTitle)
480 throws com.liferay.portal.kernel.exception.SystemException {
481 return getPersistence().fetchByG_UT(groupId, urlTitle);
482 }
483
484 public static com.liferay.portlet.blogs.model.BlogsEntry fetchByG_UT(
485 long groupId, java.lang.String urlTitle, boolean retrieveFromCache)
486 throws com.liferay.portal.kernel.exception.SystemException {
487 return getPersistence().fetchByG_UT(groupId, urlTitle, retrieveFromCache);
488 }
489
490 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
491 long groupId, java.util.Date displayDate)
492 throws com.liferay.portal.kernel.exception.SystemException {
493 return getPersistence().findByG_LtD(groupId, displayDate);
494 }
495
496 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
497 long groupId, java.util.Date displayDate, int start, int end)
498 throws com.liferay.portal.kernel.exception.SystemException {
499 return getPersistence().findByG_LtD(groupId, displayDate, start, end);
500 }
501
502 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
503 long groupId, java.util.Date displayDate, int start, int end,
504 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
505 throws com.liferay.portal.kernel.exception.SystemException {
506 return getPersistence()
507 .findByG_LtD(groupId, displayDate, start, end,
508 orderByComparator);
509 }
510
511 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_First(
512 long groupId, java.util.Date displayDate,
513 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
514 throws com.liferay.portal.kernel.exception.SystemException,
515 com.liferay.portlet.blogs.NoSuchEntryException {
516 return getPersistence()
517 .findByG_LtD_First(groupId, displayDate, orderByComparator);
518 }
519
520 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_Last(
521 long groupId, java.util.Date displayDate,
522 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
523 throws com.liferay.portal.kernel.exception.SystemException,
524 com.liferay.portlet.blogs.NoSuchEntryException {
525 return getPersistence()
526 .findByG_LtD_Last(groupId, displayDate, orderByComparator);
527 }
528
529 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_LtD_PrevAndNext(
530 long entryId, long groupId, java.util.Date displayDate,
531 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
532 throws com.liferay.portal.kernel.exception.SystemException,
533 com.liferay.portlet.blogs.NoSuchEntryException {
534 return getPersistence()
535 .findByG_LtD_PrevAndNext(entryId, groupId, displayDate,
536 orderByComparator);
537 }
538
539 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
540 long groupId, java.util.Date displayDate)
541 throws com.liferay.portal.kernel.exception.SystemException {
542 return getPersistence().filterFindByG_LtD(groupId, displayDate);
543 }
544
545 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
546 long groupId, java.util.Date displayDate, int start, int end)
547 throws com.liferay.portal.kernel.exception.SystemException {
548 return getPersistence()
549 .filterFindByG_LtD(groupId, displayDate, start, end);
550 }
551
552 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
553 long groupId, java.util.Date displayDate, int start, int end,
554 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
555 throws com.liferay.portal.kernel.exception.SystemException {
556 return getPersistence()
557 .filterFindByG_LtD(groupId, displayDate, start, end,
558 orderByComparator);
559 }
560
561 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
562 long groupId, int status)
563 throws com.liferay.portal.kernel.exception.SystemException {
564 return getPersistence().findByG_S(groupId, status);
565 }
566
567 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
568 long groupId, int status, int start, int end)
569 throws com.liferay.portal.kernel.exception.SystemException {
570 return getPersistence().findByG_S(groupId, status, start, end);
571 }
572
573 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
574 long groupId, int status, int start, int end,
575 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
576 throws com.liferay.portal.kernel.exception.SystemException {
577 return getPersistence()
578 .findByG_S(groupId, status, start, end, orderByComparator);
579 }
580
581 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_S_First(
582 long groupId, int status,
583 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
584 throws com.liferay.portal.kernel.exception.SystemException,
585 com.liferay.portlet.blogs.NoSuchEntryException {
586 return getPersistence()
587 .findByG_S_First(groupId, status, orderByComparator);
588 }
589
590 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_S_Last(
591 long groupId, int status,
592 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
593 throws com.liferay.portal.kernel.exception.SystemException,
594 com.liferay.portlet.blogs.NoSuchEntryException {
595 return getPersistence()
596 .findByG_S_Last(groupId, status, orderByComparator);
597 }
598
599 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_S_PrevAndNext(
600 long entryId, long groupId, int status,
601 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
602 throws com.liferay.portal.kernel.exception.SystemException,
603 com.liferay.portlet.blogs.NoSuchEntryException {
604 return getPersistence()
605 .findByG_S_PrevAndNext(entryId, groupId, status,
606 orderByComparator);
607 }
608
609 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
610 long groupId, int status)
611 throws com.liferay.portal.kernel.exception.SystemException {
612 return getPersistence().filterFindByG_S(groupId, status);
613 }
614
615 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
616 long groupId, int status, int start, int end)
617 throws com.liferay.portal.kernel.exception.SystemException {
618 return getPersistence().filterFindByG_S(groupId, status, start, end);
619 }
620
621 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
622 long groupId, int status, int start, int end,
623 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
624 throws com.liferay.portal.kernel.exception.SystemException {
625 return getPersistence()
626 .filterFindByG_S(groupId, status, start, end,
627 orderByComparator);
628 }
629
630 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
631 long companyId, long userId, int status)
632 throws com.liferay.portal.kernel.exception.SystemException {
633 return getPersistence().findByC_U_S(companyId, userId, status);
634 }
635
636 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
637 long companyId, long userId, int status, int start, int end)
638 throws com.liferay.portal.kernel.exception.SystemException {
639 return getPersistence()
640 .findByC_U_S(companyId, userId, status, start, end);
641 }
642
643 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
644 long companyId, long userId, int status, int start, int end,
645 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
646 throws com.liferay.portal.kernel.exception.SystemException {
647 return getPersistence()
648 .findByC_U_S(companyId, userId, status, start, end,
649 orderByComparator);
650 }
651
652 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_U_S_First(
653 long companyId, long userId, int status,
654 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
655 throws com.liferay.portal.kernel.exception.SystemException,
656 com.liferay.portlet.blogs.NoSuchEntryException {
657 return getPersistence()
658 .findByC_U_S_First(companyId, userId, status,
659 orderByComparator);
660 }
661
662 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_U_S_Last(
663 long companyId, long userId, int status,
664 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
665 throws com.liferay.portal.kernel.exception.SystemException,
666 com.liferay.portlet.blogs.NoSuchEntryException {
667 return getPersistence()
668 .findByC_U_S_Last(companyId, userId, status,
669 orderByComparator);
670 }
671
672 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByC_U_S_PrevAndNext(
673 long entryId, long companyId, long userId, int status,
674 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
675 throws com.liferay.portal.kernel.exception.SystemException,
676 com.liferay.portlet.blogs.NoSuchEntryException {
677 return getPersistence()
678 .findByC_U_S_PrevAndNext(entryId, companyId, userId, status,
679 orderByComparator);
680 }
681
682 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
683 long companyId, java.util.Date displayDate, int status)
684 throws com.liferay.portal.kernel.exception.SystemException {
685 return getPersistence().findByC_LtD_S(companyId, displayDate, status);
686 }
687
688 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
689 long companyId, java.util.Date displayDate, int status, int start,
690 int end) throws com.liferay.portal.kernel.exception.SystemException {
691 return getPersistence()
692 .findByC_LtD_S(companyId, displayDate, status, start, end);
693 }
694
695 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
696 long companyId, java.util.Date displayDate, int status, int start,
697 int end,
698 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
699 throws com.liferay.portal.kernel.exception.SystemException {
700 return getPersistence()
701 .findByC_LtD_S(companyId, displayDate, status, start, end,
702 orderByComparator);
703 }
704
705 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_S_First(
706 long companyId, java.util.Date displayDate, int status,
707 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
708 throws com.liferay.portal.kernel.exception.SystemException,
709 com.liferay.portlet.blogs.NoSuchEntryException {
710 return getPersistence()
711 .findByC_LtD_S_First(companyId, displayDate, status,
712 orderByComparator);
713 }
714
715 public static com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_S_Last(
716 long companyId, java.util.Date displayDate, int status,
717 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
718 throws com.liferay.portal.kernel.exception.SystemException,
719 com.liferay.portlet.blogs.NoSuchEntryException {
720 return getPersistence()
721 .findByC_LtD_S_Last(companyId, displayDate, status,
722 orderByComparator);
723 }
724
725 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByC_LtD_S_PrevAndNext(
726 long entryId, long companyId, java.util.Date displayDate, int status,
727 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
728 throws com.liferay.portal.kernel.exception.SystemException,
729 com.liferay.portlet.blogs.NoSuchEntryException {
730 return getPersistence()
731 .findByC_LtD_S_PrevAndNext(entryId, companyId, displayDate,
732 status, orderByComparator);
733 }
734
735 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
736 long groupId, long userId, java.util.Date displayDate)
737 throws com.liferay.portal.kernel.exception.SystemException {
738 return getPersistence().findByG_U_LtD(groupId, userId, displayDate);
739 }
740
741 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
742 long groupId, long userId, java.util.Date displayDate, int start,
743 int end) throws com.liferay.portal.kernel.exception.SystemException {
744 return getPersistence()
745 .findByG_U_LtD(groupId, userId, displayDate, start, end);
746 }
747
748 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
749 long groupId, long userId, java.util.Date displayDate, int start,
750 int end,
751 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
752 throws com.liferay.portal.kernel.exception.SystemException {
753 return getPersistence()
754 .findByG_U_LtD(groupId, userId, displayDate, start, end,
755 orderByComparator);
756 }
757
758 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_First(
759 long groupId, long userId, java.util.Date displayDate,
760 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
761 throws com.liferay.portal.kernel.exception.SystemException,
762 com.liferay.portlet.blogs.NoSuchEntryException {
763 return getPersistence()
764 .findByG_U_LtD_First(groupId, userId, displayDate,
765 orderByComparator);
766 }
767
768 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_Last(
769 long groupId, long userId, java.util.Date displayDate,
770 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
771 throws com.liferay.portal.kernel.exception.SystemException,
772 com.liferay.portlet.blogs.NoSuchEntryException {
773 return getPersistence()
774 .findByG_U_LtD_Last(groupId, userId, displayDate,
775 orderByComparator);
776 }
777
778 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_LtD_PrevAndNext(
779 long entryId, long groupId, long userId, java.util.Date displayDate,
780 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
781 throws com.liferay.portal.kernel.exception.SystemException,
782 com.liferay.portlet.blogs.NoSuchEntryException {
783 return getPersistence()
784 .findByG_U_LtD_PrevAndNext(entryId, groupId, userId,
785 displayDate, orderByComparator);
786 }
787
788 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
789 long groupId, long userId, java.util.Date displayDate)
790 throws com.liferay.portal.kernel.exception.SystemException {
791 return getPersistence().filterFindByG_U_LtD(groupId, userId, displayDate);
792 }
793
794 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
795 long groupId, long userId, java.util.Date displayDate, int start,
796 int end) throws com.liferay.portal.kernel.exception.SystemException {
797 return getPersistence()
798 .filterFindByG_U_LtD(groupId, userId, displayDate, start, end);
799 }
800
801 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
802 long groupId, long userId, java.util.Date displayDate, int start,
803 int end,
804 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
805 throws com.liferay.portal.kernel.exception.SystemException {
806 return getPersistence()
807 .filterFindByG_U_LtD(groupId, userId, displayDate, start,
808 end, orderByComparator);
809 }
810
811 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
812 long groupId, long userId, int status)
813 throws com.liferay.portal.kernel.exception.SystemException {
814 return getPersistence().findByG_U_S(groupId, userId, status);
815 }
816
817 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
818 long groupId, long userId, int status, int start, int end)
819 throws com.liferay.portal.kernel.exception.SystemException {
820 return getPersistence().findByG_U_S(groupId, userId, status, start, end);
821 }
822
823 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
824 long groupId, long userId, int status, int start, int end,
825 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
826 throws com.liferay.portal.kernel.exception.SystemException {
827 return getPersistence()
828 .findByG_U_S(groupId, userId, status, start, end,
829 orderByComparator);
830 }
831
832 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_S_First(
833 long groupId, long userId, int status,
834 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
835 throws com.liferay.portal.kernel.exception.SystemException,
836 com.liferay.portlet.blogs.NoSuchEntryException {
837 return getPersistence()
838 .findByG_U_S_First(groupId, userId, status, orderByComparator);
839 }
840
841 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_S_Last(
842 long groupId, long userId, int status,
843 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
844 throws com.liferay.portal.kernel.exception.SystemException,
845 com.liferay.portlet.blogs.NoSuchEntryException {
846 return getPersistence()
847 .findByG_U_S_Last(groupId, userId, status, orderByComparator);
848 }
849
850 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_S_PrevAndNext(
851 long entryId, long groupId, long userId, int status,
852 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
853 throws com.liferay.portal.kernel.exception.SystemException,
854 com.liferay.portlet.blogs.NoSuchEntryException {
855 return getPersistence()
856 .findByG_U_S_PrevAndNext(entryId, groupId, userId, status,
857 orderByComparator);
858 }
859
860 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
861 long groupId, long userId, int status)
862 throws com.liferay.portal.kernel.exception.SystemException {
863 return getPersistence().filterFindByG_U_S(groupId, userId, status);
864 }
865
866 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
867 long groupId, long userId, int status, int start, int end)
868 throws com.liferay.portal.kernel.exception.SystemException {
869 return getPersistence()
870 .filterFindByG_U_S(groupId, userId, status, start, end);
871 }
872
873 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
874 long groupId, long userId, int status, int start, int end,
875 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
876 throws com.liferay.portal.kernel.exception.SystemException {
877 return getPersistence()
878 .filterFindByG_U_S(groupId, userId, status, start, end,
879 orderByComparator);
880 }
881
882 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
883 long groupId, java.util.Date displayDate, int status)
884 throws com.liferay.portal.kernel.exception.SystemException {
885 return getPersistence().findByG_LtD_S(groupId, displayDate, status);
886 }
887
888 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
889 long groupId, java.util.Date displayDate, int status, int start, int end)
890 throws com.liferay.portal.kernel.exception.SystemException {
891 return getPersistence()
892 .findByG_LtD_S(groupId, displayDate, status, start, end);
893 }
894
895 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
896 long groupId, java.util.Date displayDate, int status, int start,
897 int end,
898 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
899 throws com.liferay.portal.kernel.exception.SystemException {
900 return getPersistence()
901 .findByG_LtD_S(groupId, displayDate, status, start, end,
902 orderByComparator);
903 }
904
905 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_S_First(
906 long groupId, java.util.Date displayDate, int status,
907 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
908 throws com.liferay.portal.kernel.exception.SystemException,
909 com.liferay.portlet.blogs.NoSuchEntryException {
910 return getPersistence()
911 .findByG_LtD_S_First(groupId, displayDate, status,
912 orderByComparator);
913 }
914
915 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_S_Last(
916 long groupId, java.util.Date displayDate, int status,
917 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
918 throws com.liferay.portal.kernel.exception.SystemException,
919 com.liferay.portlet.blogs.NoSuchEntryException {
920 return getPersistence()
921 .findByG_LtD_S_Last(groupId, displayDate, status,
922 orderByComparator);
923 }
924
925 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_LtD_S_PrevAndNext(
926 long entryId, long groupId, java.util.Date displayDate, int status,
927 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
928 throws com.liferay.portal.kernel.exception.SystemException,
929 com.liferay.portlet.blogs.NoSuchEntryException {
930 return getPersistence()
931 .findByG_LtD_S_PrevAndNext(entryId, groupId, displayDate,
932 status, orderByComparator);
933 }
934
935 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
936 long groupId, java.util.Date displayDate, int status)
937 throws com.liferay.portal.kernel.exception.SystemException {
938 return getPersistence().filterFindByG_LtD_S(groupId, displayDate, status);
939 }
940
941 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
942 long groupId, java.util.Date displayDate, int status, int start, int end)
943 throws com.liferay.portal.kernel.exception.SystemException {
944 return getPersistence()
945 .filterFindByG_LtD_S(groupId, displayDate, status, start, end);
946 }
947
948 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
949 long groupId, java.util.Date displayDate, int status, int start,
950 int end,
951 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
952 throws com.liferay.portal.kernel.exception.SystemException {
953 return getPersistence()
954 .filterFindByG_LtD_S(groupId, displayDate, status, start,
955 end, orderByComparator);
956 }
957
958 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
959 long groupId, long userId, java.util.Date displayDate, int status)
960 throws com.liferay.portal.kernel.exception.SystemException {
961 return getPersistence()
962 .findByG_U_LtD_S(groupId, userId, displayDate, status);
963 }
964
965 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
966 long groupId, long userId, java.util.Date displayDate, int status,
967 int start, int end)
968 throws com.liferay.portal.kernel.exception.SystemException {
969 return getPersistence()
970 .findByG_U_LtD_S(groupId, userId, displayDate, status,
971 start, end);
972 }
973
974 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
975 long groupId, long userId, java.util.Date displayDate, int status,
976 int start, int end,
977 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
978 throws com.liferay.portal.kernel.exception.SystemException {
979 return getPersistence()
980 .findByG_U_LtD_S(groupId, userId, displayDate, status,
981 start, end, orderByComparator);
982 }
983
984 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_S_First(
985 long groupId, long userId, java.util.Date displayDate, int status,
986 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
987 throws com.liferay.portal.kernel.exception.SystemException,
988 com.liferay.portlet.blogs.NoSuchEntryException {
989 return getPersistence()
990 .findByG_U_LtD_S_First(groupId, userId, displayDate, status,
991 orderByComparator);
992 }
993
994 public static com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_S_Last(
995 long groupId, long userId, java.util.Date displayDate, int status,
996 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
997 throws com.liferay.portal.kernel.exception.SystemException,
998 com.liferay.portlet.blogs.NoSuchEntryException {
999 return getPersistence()
1000 .findByG_U_LtD_S_Last(groupId, userId, displayDate, status,
1001 orderByComparator);
1002 }
1003
1004 public static com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_LtD_S_PrevAndNext(
1005 long entryId, long groupId, long userId, java.util.Date displayDate,
1006 int status,
1007 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
1008 throws com.liferay.portal.kernel.exception.SystemException,
1009 com.liferay.portlet.blogs.NoSuchEntryException {
1010 return getPersistence()
1011 .findByG_U_LtD_S_PrevAndNext(entryId, groupId, userId,
1012 displayDate, status, orderByComparator);
1013 }
1014
1015 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
1016 long groupId, long userId, java.util.Date displayDate, int status)
1017 throws com.liferay.portal.kernel.exception.SystemException {
1018 return getPersistence()
1019 .filterFindByG_U_LtD_S(groupId, userId, displayDate, status);
1020 }
1021
1022 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
1023 long groupId, long userId, java.util.Date displayDate, int status,
1024 int start, int end)
1025 throws com.liferay.portal.kernel.exception.SystemException {
1026 return getPersistence()
1027 .filterFindByG_U_LtD_S(groupId, userId, displayDate, status,
1028 start, end);
1029 }
1030
1031 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
1032 long groupId, long userId, java.util.Date displayDate, int status,
1033 int start, int end,
1034 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
1035 throws com.liferay.portal.kernel.exception.SystemException {
1036 return getPersistence()
1037 .filterFindByG_U_LtD_S(groupId, userId, displayDate, status,
1038 start, end, orderByComparator);
1039 }
1040
1041 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll()
1042 throws com.liferay.portal.kernel.exception.SystemException {
1043 return getPersistence().findAll();
1044 }
1045
1046 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll(
1047 int start, int end)
1048 throws com.liferay.portal.kernel.exception.SystemException {
1049 return getPersistence().findAll(start, end);
1050 }
1051
1052 public static java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll(
1053 int start, int end,
1054 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
1055 throws com.liferay.portal.kernel.exception.SystemException {
1056 return getPersistence().findAll(start, end, orderByComparator);
1057 }
1058
1059 public static void removeByUuid(java.lang.String uuid)
1060 throws com.liferay.portal.kernel.exception.SystemException {
1061 getPersistence().removeByUuid(uuid);
1062 }
1063
1064 public static void removeByUUID_G(java.lang.String uuid, long groupId)
1065 throws com.liferay.portal.kernel.exception.SystemException,
1066 com.liferay.portlet.blogs.NoSuchEntryException {
1067 getPersistence().removeByUUID_G(uuid, groupId);
1068 }
1069
1070 public static void removeByGroupId(long groupId)
1071 throws com.liferay.portal.kernel.exception.SystemException {
1072 getPersistence().removeByGroupId(groupId);
1073 }
1074
1075 public static void removeByCompanyId(long companyId)
1076 throws com.liferay.portal.kernel.exception.SystemException {
1077 getPersistence().removeByCompanyId(companyId);
1078 }
1079
1080 public static void removeByC_U(long companyId, long userId)
1081 throws com.liferay.portal.kernel.exception.SystemException {
1082 getPersistence().removeByC_U(companyId, userId);
1083 }
1084
1085 public static void removeByC_LtD(long companyId, java.util.Date displayDate)
1086 throws com.liferay.portal.kernel.exception.SystemException {
1087 getPersistence().removeByC_LtD(companyId, displayDate);
1088 }
1089
1090 public static void removeByC_S(long companyId, int status)
1091 throws com.liferay.portal.kernel.exception.SystemException {
1092 getPersistence().removeByC_S(companyId, status);
1093 }
1094
1095 public static void removeByG_UT(long groupId, java.lang.String urlTitle)
1096 throws com.liferay.portal.kernel.exception.SystemException,
1097 com.liferay.portlet.blogs.NoSuchEntryException {
1098 getPersistence().removeByG_UT(groupId, urlTitle);
1099 }
1100
1101 public static void removeByG_LtD(long groupId, java.util.Date displayDate)
1102 throws com.liferay.portal.kernel.exception.SystemException {
1103 getPersistence().removeByG_LtD(groupId, displayDate);
1104 }
1105
1106 public static void removeByG_S(long groupId, int status)
1107 throws com.liferay.portal.kernel.exception.SystemException {
1108 getPersistence().removeByG_S(groupId, status);
1109 }
1110
1111 public static void removeByC_U_S(long companyId, long userId, int status)
1112 throws com.liferay.portal.kernel.exception.SystemException {
1113 getPersistence().removeByC_U_S(companyId, userId, status);
1114 }
1115
1116 public static void removeByC_LtD_S(long companyId,
1117 java.util.Date displayDate, int status)
1118 throws com.liferay.portal.kernel.exception.SystemException {
1119 getPersistence().removeByC_LtD_S(companyId, displayDate, status);
1120 }
1121
1122 public static void removeByG_U_LtD(long groupId, long userId,
1123 java.util.Date displayDate)
1124 throws com.liferay.portal.kernel.exception.SystemException {
1125 getPersistence().removeByG_U_LtD(groupId, userId, displayDate);
1126 }
1127
1128 public static void removeByG_U_S(long groupId, long userId, int status)
1129 throws com.liferay.portal.kernel.exception.SystemException {
1130 getPersistence().removeByG_U_S(groupId, userId, status);
1131 }
1132
1133 public static void removeByG_LtD_S(long groupId,
1134 java.util.Date displayDate, int status)
1135 throws com.liferay.portal.kernel.exception.SystemException {
1136 getPersistence().removeByG_LtD_S(groupId, displayDate, status);
1137 }
1138
1139 public static void removeByG_U_LtD_S(long groupId, long userId,
1140 java.util.Date displayDate, int status)
1141 throws com.liferay.portal.kernel.exception.SystemException {
1142 getPersistence().removeByG_U_LtD_S(groupId, userId, displayDate, status);
1143 }
1144
1145 public static void removeAll()
1146 throws com.liferay.portal.kernel.exception.SystemException {
1147 getPersistence().removeAll();
1148 }
1149
1150 public static int countByUuid(java.lang.String uuid)
1151 throws com.liferay.portal.kernel.exception.SystemException {
1152 return getPersistence().countByUuid(uuid);
1153 }
1154
1155 public static int countByUUID_G(java.lang.String uuid, long groupId)
1156 throws com.liferay.portal.kernel.exception.SystemException {
1157 return getPersistence().countByUUID_G(uuid, groupId);
1158 }
1159
1160 public static int countByGroupId(long groupId)
1161 throws com.liferay.portal.kernel.exception.SystemException {
1162 return getPersistence().countByGroupId(groupId);
1163 }
1164
1165 public static int filterCountByGroupId(long groupId)
1166 throws com.liferay.portal.kernel.exception.SystemException {
1167 return getPersistence().filterCountByGroupId(groupId);
1168 }
1169
1170 public static int countByCompanyId(long companyId)
1171 throws com.liferay.portal.kernel.exception.SystemException {
1172 return getPersistence().countByCompanyId(companyId);
1173 }
1174
1175 public static int countByC_U(long companyId, long userId)
1176 throws com.liferay.portal.kernel.exception.SystemException {
1177 return getPersistence().countByC_U(companyId, userId);
1178 }
1179
1180 public static int countByC_LtD(long companyId, java.util.Date displayDate)
1181 throws com.liferay.portal.kernel.exception.SystemException {
1182 return getPersistence().countByC_LtD(companyId, displayDate);
1183 }
1184
1185 public static int countByC_S(long companyId, int status)
1186 throws com.liferay.portal.kernel.exception.SystemException {
1187 return getPersistence().countByC_S(companyId, status);
1188 }
1189
1190 public static int countByG_UT(long groupId, java.lang.String urlTitle)
1191 throws com.liferay.portal.kernel.exception.SystemException {
1192 return getPersistence().countByG_UT(groupId, urlTitle);
1193 }
1194
1195 public static int filterCountByG_UT(long groupId, java.lang.String urlTitle)
1196 throws com.liferay.portal.kernel.exception.SystemException {
1197 return getPersistence().filterCountByG_UT(groupId, urlTitle);
1198 }
1199
1200 public static int countByG_LtD(long groupId, java.util.Date displayDate)
1201 throws com.liferay.portal.kernel.exception.SystemException {
1202 return getPersistence().countByG_LtD(groupId, displayDate);
1203 }
1204
1205 public static int filterCountByG_LtD(long groupId,
1206 java.util.Date displayDate)
1207 throws com.liferay.portal.kernel.exception.SystemException {
1208 return getPersistence().filterCountByG_LtD(groupId, displayDate);
1209 }
1210
1211 public static int countByG_S(long groupId, int status)
1212 throws com.liferay.portal.kernel.exception.SystemException {
1213 return getPersistence().countByG_S(groupId, status);
1214 }
1215
1216 public static int filterCountByG_S(long groupId, int status)
1217 throws com.liferay.portal.kernel.exception.SystemException {
1218 return getPersistence().filterCountByG_S(groupId, status);
1219 }
1220
1221 public static int countByC_U_S(long companyId, long userId, int status)
1222 throws com.liferay.portal.kernel.exception.SystemException {
1223 return getPersistence().countByC_U_S(companyId, userId, status);
1224 }
1225
1226 public static int countByC_LtD_S(long companyId,
1227 java.util.Date displayDate, int status)
1228 throws com.liferay.portal.kernel.exception.SystemException {
1229 return getPersistence().countByC_LtD_S(companyId, displayDate, status);
1230 }
1231
1232 public static int countByG_U_LtD(long groupId, long userId,
1233 java.util.Date displayDate)
1234 throws com.liferay.portal.kernel.exception.SystemException {
1235 return getPersistence().countByG_U_LtD(groupId, userId, displayDate);
1236 }
1237
1238 public static int filterCountByG_U_LtD(long groupId, long userId,
1239 java.util.Date displayDate)
1240 throws com.liferay.portal.kernel.exception.SystemException {
1241 return getPersistence()
1242 .filterCountByG_U_LtD(groupId, userId, displayDate);
1243 }
1244
1245 public static int countByG_U_S(long groupId, long userId, int status)
1246 throws com.liferay.portal.kernel.exception.SystemException {
1247 return getPersistence().countByG_U_S(groupId, userId, status);
1248 }
1249
1250 public static int filterCountByG_U_S(long groupId, long userId, int status)
1251 throws com.liferay.portal.kernel.exception.SystemException {
1252 return getPersistence().filterCountByG_U_S(groupId, userId, status);
1253 }
1254
1255 public static int countByG_LtD_S(long groupId, java.util.Date displayDate,
1256 int status) throws com.liferay.portal.kernel.exception.SystemException {
1257 return getPersistence().countByG_LtD_S(groupId, displayDate, status);
1258 }
1259
1260 public static int filterCountByG_LtD_S(long groupId,
1261 java.util.Date displayDate, int status)
1262 throws com.liferay.portal.kernel.exception.SystemException {
1263 return getPersistence()
1264 .filterCountByG_LtD_S(groupId, displayDate, status);
1265 }
1266
1267 public static int countByG_U_LtD_S(long groupId, long userId,
1268 java.util.Date displayDate, int status)
1269 throws com.liferay.portal.kernel.exception.SystemException {
1270 return getPersistence()
1271 .countByG_U_LtD_S(groupId, userId, displayDate, status);
1272 }
1273
1274 public static int filterCountByG_U_LtD_S(long groupId, long userId,
1275 java.util.Date displayDate, int status)
1276 throws com.liferay.portal.kernel.exception.SystemException {
1277 return getPersistence()
1278 .filterCountByG_U_LtD_S(groupId, userId, displayDate, status);
1279 }
1280
1281 public static int countAll()
1282 throws com.liferay.portal.kernel.exception.SystemException {
1283 return getPersistence().countAll();
1284 }
1285
1286 public static BlogsEntryPersistence getPersistence() {
1287 if (_persistence == null) {
1288 _persistence = (BlogsEntryPersistence)PortalBeanLocatorUtil.locate(BlogsEntryPersistence.class.getName());
1289 }
1290
1291 return _persistence;
1292 }
1293
1294 public void setPersistence(BlogsEntryPersistence persistence) {
1295 _persistence = persistence;
1296 }
1297
1298 private static BlogsEntryPersistence _persistence;
1299 }