001
014
015 package com.liferay.portlet.blogs.service.persistence;
016
017 import com.liferay.portal.service.persistence.BasePersistence;
018
019 import com.liferay.portlet.blogs.model.BlogsEntry;
020
021
027 public interface BlogsEntryPersistence extends BasePersistence<BlogsEntry> {
028 public void cacheResult(
029 com.liferay.portlet.blogs.model.BlogsEntry blogsEntry);
030
031 public void cacheResult(
032 java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> blogsEntries);
033
034 public com.liferay.portlet.blogs.model.BlogsEntry create(long entryId);
035
036 public com.liferay.portlet.blogs.model.BlogsEntry remove(long entryId)
037 throws com.liferay.portal.kernel.exception.SystemException,
038 com.liferay.portlet.blogs.NoSuchEntryException;
039
040 public com.liferay.portlet.blogs.model.BlogsEntry updateImpl(
041 com.liferay.portlet.blogs.model.BlogsEntry blogsEntry, boolean merge)
042 throws com.liferay.portal.kernel.exception.SystemException;
043
044 public com.liferay.portlet.blogs.model.BlogsEntry findByPrimaryKey(
045 long entryId)
046 throws com.liferay.portal.kernel.exception.SystemException,
047 com.liferay.portlet.blogs.NoSuchEntryException;
048
049 public com.liferay.portlet.blogs.model.BlogsEntry fetchByPrimaryKey(
050 long entryId)
051 throws com.liferay.portal.kernel.exception.SystemException;
052
053 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
054 java.lang.String uuid)
055 throws com.liferay.portal.kernel.exception.SystemException;
056
057 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
058 java.lang.String uuid, int start, int end)
059 throws com.liferay.portal.kernel.exception.SystemException;
060
061 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByUuid(
062 java.lang.String uuid, int start, int end,
063 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
064 throws com.liferay.portal.kernel.exception.SystemException;
065
066 public com.liferay.portlet.blogs.model.BlogsEntry findByUuid_First(
067 java.lang.String uuid,
068 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
069 throws com.liferay.portal.kernel.exception.SystemException,
070 com.liferay.portlet.blogs.NoSuchEntryException;
071
072 public com.liferay.portlet.blogs.model.BlogsEntry findByUuid_Last(
073 java.lang.String uuid,
074 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
075 throws com.liferay.portal.kernel.exception.SystemException,
076 com.liferay.portlet.blogs.NoSuchEntryException;
077
078 public com.liferay.portlet.blogs.model.BlogsEntry[] findByUuid_PrevAndNext(
079 long entryId, java.lang.String uuid,
080 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
081 throws com.liferay.portal.kernel.exception.SystemException,
082 com.liferay.portlet.blogs.NoSuchEntryException;
083
084 public com.liferay.portlet.blogs.model.BlogsEntry findByUUID_G(
085 java.lang.String uuid, long groupId)
086 throws com.liferay.portal.kernel.exception.SystemException,
087 com.liferay.portlet.blogs.NoSuchEntryException;
088
089 public com.liferay.portlet.blogs.model.BlogsEntry fetchByUUID_G(
090 java.lang.String uuid, long groupId)
091 throws com.liferay.portal.kernel.exception.SystemException;
092
093 public com.liferay.portlet.blogs.model.BlogsEntry fetchByUUID_G(
094 java.lang.String uuid, long groupId, boolean retrieveFromCache)
095 throws com.liferay.portal.kernel.exception.SystemException;
096
097 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
098 long groupId)
099 throws com.liferay.portal.kernel.exception.SystemException;
100
101 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
102 long groupId, int start, int end)
103 throws com.liferay.portal.kernel.exception.SystemException;
104
105 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByGroupId(
106 long groupId, int start, int end,
107 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
108 throws com.liferay.portal.kernel.exception.SystemException;
109
110 public com.liferay.portlet.blogs.model.BlogsEntry findByGroupId_First(
111 long groupId,
112 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
113 throws com.liferay.portal.kernel.exception.SystemException,
114 com.liferay.portlet.blogs.NoSuchEntryException;
115
116 public com.liferay.portlet.blogs.model.BlogsEntry findByGroupId_Last(
117 long groupId,
118 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
119 throws com.liferay.portal.kernel.exception.SystemException,
120 com.liferay.portlet.blogs.NoSuchEntryException;
121
122 public com.liferay.portlet.blogs.model.BlogsEntry[] findByGroupId_PrevAndNext(
123 long entryId, long groupId,
124 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
125 throws com.liferay.portal.kernel.exception.SystemException,
126 com.liferay.portlet.blogs.NoSuchEntryException;
127
128 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
129 long groupId)
130 throws com.liferay.portal.kernel.exception.SystemException;
131
132 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
133 long groupId, int start, int end)
134 throws com.liferay.portal.kernel.exception.SystemException;
135
136 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByGroupId(
137 long groupId, int start, int end,
138 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
139 throws com.liferay.portal.kernel.exception.SystemException;
140
141 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
142 long companyId)
143 throws com.liferay.portal.kernel.exception.SystemException;
144
145 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
146 long companyId, int start, int end)
147 throws com.liferay.portal.kernel.exception.SystemException;
148
149 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByCompanyId(
150 long companyId, int start, int end,
151 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
152 throws com.liferay.portal.kernel.exception.SystemException;
153
154 public com.liferay.portlet.blogs.model.BlogsEntry findByCompanyId_First(
155 long companyId,
156 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
157 throws com.liferay.portal.kernel.exception.SystemException,
158 com.liferay.portlet.blogs.NoSuchEntryException;
159
160 public com.liferay.portlet.blogs.model.BlogsEntry findByCompanyId_Last(
161 long companyId,
162 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
163 throws com.liferay.portal.kernel.exception.SystemException,
164 com.liferay.portlet.blogs.NoSuchEntryException;
165
166 public com.liferay.portlet.blogs.model.BlogsEntry[] findByCompanyId_PrevAndNext(
167 long entryId, long companyId,
168 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
169 throws com.liferay.portal.kernel.exception.SystemException,
170 com.liferay.portlet.blogs.NoSuchEntryException;
171
172 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
173 long companyId, long userId)
174 throws com.liferay.portal.kernel.exception.SystemException;
175
176 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
177 long companyId, long userId, int start, int end)
178 throws com.liferay.portal.kernel.exception.SystemException;
179
180 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U(
181 long companyId, long userId, int start, int end,
182 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
183 throws com.liferay.portal.kernel.exception.SystemException;
184
185 public com.liferay.portlet.blogs.model.BlogsEntry findByC_U_First(
186 long companyId, long userId,
187 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
188 throws com.liferay.portal.kernel.exception.SystemException,
189 com.liferay.portlet.blogs.NoSuchEntryException;
190
191 public com.liferay.portlet.blogs.model.BlogsEntry findByC_U_Last(
192 long companyId, long userId,
193 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
194 throws com.liferay.portal.kernel.exception.SystemException,
195 com.liferay.portlet.blogs.NoSuchEntryException;
196
197 public com.liferay.portlet.blogs.model.BlogsEntry[] findByC_U_PrevAndNext(
198 long entryId, long companyId, long userId,
199 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
200 throws com.liferay.portal.kernel.exception.SystemException,
201 com.liferay.portlet.blogs.NoSuchEntryException;
202
203 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
204 long companyId, java.util.Date displayDate)
205 throws com.liferay.portal.kernel.exception.SystemException;
206
207 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
208 long companyId, java.util.Date displayDate, int start, int end)
209 throws com.liferay.portal.kernel.exception.SystemException;
210
211 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD(
212 long companyId, java.util.Date displayDate, int start, int end,
213 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
214 throws com.liferay.portal.kernel.exception.SystemException;
215
216 public com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_First(
217 long companyId, java.util.Date displayDate,
218 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
219 throws com.liferay.portal.kernel.exception.SystemException,
220 com.liferay.portlet.blogs.NoSuchEntryException;
221
222 public com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_Last(
223 long companyId, java.util.Date displayDate,
224 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
225 throws com.liferay.portal.kernel.exception.SystemException,
226 com.liferay.portlet.blogs.NoSuchEntryException;
227
228 public com.liferay.portlet.blogs.model.BlogsEntry[] findByC_LtD_PrevAndNext(
229 long entryId, long companyId, java.util.Date displayDate,
230 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
231 throws com.liferay.portal.kernel.exception.SystemException,
232 com.liferay.portlet.blogs.NoSuchEntryException;
233
234 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
235 long companyId, int status)
236 throws com.liferay.portal.kernel.exception.SystemException;
237
238 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
239 long companyId, int status, int start, int end)
240 throws com.liferay.portal.kernel.exception.SystemException;
241
242 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_S(
243 long companyId, int status, int start, int end,
244 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
245 throws com.liferay.portal.kernel.exception.SystemException;
246
247 public com.liferay.portlet.blogs.model.BlogsEntry findByC_S_First(
248 long companyId, int status,
249 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
250 throws com.liferay.portal.kernel.exception.SystemException,
251 com.liferay.portlet.blogs.NoSuchEntryException;
252
253 public com.liferay.portlet.blogs.model.BlogsEntry findByC_S_Last(
254 long companyId, int status,
255 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
256 throws com.liferay.portal.kernel.exception.SystemException,
257 com.liferay.portlet.blogs.NoSuchEntryException;
258
259 public com.liferay.portlet.blogs.model.BlogsEntry[] findByC_S_PrevAndNext(
260 long entryId, long companyId, int status,
261 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
262 throws com.liferay.portal.kernel.exception.SystemException,
263 com.liferay.portlet.blogs.NoSuchEntryException;
264
265 public com.liferay.portlet.blogs.model.BlogsEntry findByG_UT(long groupId,
266 java.lang.String urlTitle)
267 throws com.liferay.portal.kernel.exception.SystemException,
268 com.liferay.portlet.blogs.NoSuchEntryException;
269
270 public com.liferay.portlet.blogs.model.BlogsEntry fetchByG_UT(
271 long groupId, java.lang.String urlTitle)
272 throws com.liferay.portal.kernel.exception.SystemException;
273
274 public com.liferay.portlet.blogs.model.BlogsEntry fetchByG_UT(
275 long groupId, java.lang.String urlTitle, boolean retrieveFromCache)
276 throws com.liferay.portal.kernel.exception.SystemException;
277
278 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
279 long groupId, java.util.Date displayDate)
280 throws com.liferay.portal.kernel.exception.SystemException;
281
282 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
283 long groupId, java.util.Date displayDate, int start, int end)
284 throws com.liferay.portal.kernel.exception.SystemException;
285
286 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD(
287 long groupId, java.util.Date displayDate, int start, int end,
288 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
289 throws com.liferay.portal.kernel.exception.SystemException;
290
291 public com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_First(
292 long groupId, java.util.Date displayDate,
293 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
294 throws com.liferay.portal.kernel.exception.SystemException,
295 com.liferay.portlet.blogs.NoSuchEntryException;
296
297 public com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_Last(
298 long groupId, java.util.Date displayDate,
299 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
300 throws com.liferay.portal.kernel.exception.SystemException,
301 com.liferay.portlet.blogs.NoSuchEntryException;
302
303 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_LtD_PrevAndNext(
304 long entryId, long groupId, java.util.Date displayDate,
305 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
306 throws com.liferay.portal.kernel.exception.SystemException,
307 com.liferay.portlet.blogs.NoSuchEntryException;
308
309 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
310 long groupId, java.util.Date displayDate)
311 throws com.liferay.portal.kernel.exception.SystemException;
312
313 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
314 long groupId, java.util.Date displayDate, int start, int end)
315 throws com.liferay.portal.kernel.exception.SystemException;
316
317 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD(
318 long groupId, java.util.Date displayDate, int start, int end,
319 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
320 throws com.liferay.portal.kernel.exception.SystemException;
321
322 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
323 long groupId, int status)
324 throws com.liferay.portal.kernel.exception.SystemException;
325
326 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
327 long groupId, int status, int start, int end)
328 throws com.liferay.portal.kernel.exception.SystemException;
329
330 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_S(
331 long groupId, int status, int start, int end,
332 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
333 throws com.liferay.portal.kernel.exception.SystemException;
334
335 public com.liferay.portlet.blogs.model.BlogsEntry findByG_S_First(
336 long groupId, int status,
337 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
338 throws com.liferay.portal.kernel.exception.SystemException,
339 com.liferay.portlet.blogs.NoSuchEntryException;
340
341 public com.liferay.portlet.blogs.model.BlogsEntry findByG_S_Last(
342 long groupId, int status,
343 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
344 throws com.liferay.portal.kernel.exception.SystemException,
345 com.liferay.portlet.blogs.NoSuchEntryException;
346
347 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_S_PrevAndNext(
348 long entryId, long groupId, int status,
349 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
350 throws com.liferay.portal.kernel.exception.SystemException,
351 com.liferay.portlet.blogs.NoSuchEntryException;
352
353 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
354 long groupId, int status)
355 throws com.liferay.portal.kernel.exception.SystemException;
356
357 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
358 long groupId, int status, int start, int end)
359 throws com.liferay.portal.kernel.exception.SystemException;
360
361 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_S(
362 long groupId, int status, int start, int end,
363 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
364 throws com.liferay.portal.kernel.exception.SystemException;
365
366 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
367 long companyId, long userId, int status)
368 throws com.liferay.portal.kernel.exception.SystemException;
369
370 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
371 long companyId, long userId, int status, int start, int end)
372 throws com.liferay.portal.kernel.exception.SystemException;
373
374 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_U_S(
375 long companyId, long userId, int status, int start, int end,
376 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
377 throws com.liferay.portal.kernel.exception.SystemException;
378
379 public com.liferay.portlet.blogs.model.BlogsEntry findByC_U_S_First(
380 long companyId, long userId, int status,
381 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
382 throws com.liferay.portal.kernel.exception.SystemException,
383 com.liferay.portlet.blogs.NoSuchEntryException;
384
385 public com.liferay.portlet.blogs.model.BlogsEntry findByC_U_S_Last(
386 long companyId, long userId, int status,
387 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
388 throws com.liferay.portal.kernel.exception.SystemException,
389 com.liferay.portlet.blogs.NoSuchEntryException;
390
391 public com.liferay.portlet.blogs.model.BlogsEntry[] findByC_U_S_PrevAndNext(
392 long entryId, long companyId, long userId, int status,
393 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
394 throws com.liferay.portal.kernel.exception.SystemException,
395 com.liferay.portlet.blogs.NoSuchEntryException;
396
397 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
398 long companyId, java.util.Date displayDate, int status)
399 throws com.liferay.portal.kernel.exception.SystemException;
400
401 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
402 long companyId, java.util.Date displayDate, int status, int start,
403 int end) throws com.liferay.portal.kernel.exception.SystemException;
404
405 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByC_LtD_S(
406 long companyId, java.util.Date displayDate, int status, int start,
407 int end,
408 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
409 throws com.liferay.portal.kernel.exception.SystemException;
410
411 public com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_S_First(
412 long companyId, java.util.Date displayDate, int status,
413 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
414 throws com.liferay.portal.kernel.exception.SystemException,
415 com.liferay.portlet.blogs.NoSuchEntryException;
416
417 public com.liferay.portlet.blogs.model.BlogsEntry findByC_LtD_S_Last(
418 long companyId, java.util.Date displayDate, int status,
419 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
420 throws com.liferay.portal.kernel.exception.SystemException,
421 com.liferay.portlet.blogs.NoSuchEntryException;
422
423 public com.liferay.portlet.blogs.model.BlogsEntry[] findByC_LtD_S_PrevAndNext(
424 long entryId, long companyId, java.util.Date displayDate, int status,
425 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
426 throws com.liferay.portal.kernel.exception.SystemException,
427 com.liferay.portlet.blogs.NoSuchEntryException;
428
429 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
430 long groupId, long userId, java.util.Date displayDate)
431 throws com.liferay.portal.kernel.exception.SystemException;
432
433 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
434 long groupId, long userId, java.util.Date displayDate, int start,
435 int end) throws com.liferay.portal.kernel.exception.SystemException;
436
437 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD(
438 long groupId, long userId, java.util.Date displayDate, int start,
439 int end,
440 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
441 throws com.liferay.portal.kernel.exception.SystemException;
442
443 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_First(
444 long groupId, long userId, java.util.Date displayDate,
445 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
446 throws com.liferay.portal.kernel.exception.SystemException,
447 com.liferay.portlet.blogs.NoSuchEntryException;
448
449 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_Last(
450 long groupId, long userId, java.util.Date displayDate,
451 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
452 throws com.liferay.portal.kernel.exception.SystemException,
453 com.liferay.portlet.blogs.NoSuchEntryException;
454
455 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_LtD_PrevAndNext(
456 long entryId, long groupId, long userId, java.util.Date displayDate,
457 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
458 throws com.liferay.portal.kernel.exception.SystemException,
459 com.liferay.portlet.blogs.NoSuchEntryException;
460
461 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
462 long groupId, long userId, java.util.Date displayDate)
463 throws com.liferay.portal.kernel.exception.SystemException;
464
465 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
466 long groupId, long userId, java.util.Date displayDate, int start,
467 int end) throws com.liferay.portal.kernel.exception.SystemException;
468
469 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD(
470 long groupId, long userId, java.util.Date displayDate, int start,
471 int end,
472 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
473 throws com.liferay.portal.kernel.exception.SystemException;
474
475 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
476 long groupId, long userId, int status)
477 throws com.liferay.portal.kernel.exception.SystemException;
478
479 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
480 long groupId, long userId, int status, int start, int end)
481 throws com.liferay.portal.kernel.exception.SystemException;
482
483 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_S(
484 long groupId, long userId, int status, int start, int end,
485 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
486 throws com.liferay.portal.kernel.exception.SystemException;
487
488 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_S_First(
489 long groupId, long userId, int status,
490 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
491 throws com.liferay.portal.kernel.exception.SystemException,
492 com.liferay.portlet.blogs.NoSuchEntryException;
493
494 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_S_Last(
495 long groupId, long userId, int status,
496 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
497 throws com.liferay.portal.kernel.exception.SystemException,
498 com.liferay.portlet.blogs.NoSuchEntryException;
499
500 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_S_PrevAndNext(
501 long entryId, long groupId, long userId, int status,
502 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
503 throws com.liferay.portal.kernel.exception.SystemException,
504 com.liferay.portlet.blogs.NoSuchEntryException;
505
506 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
507 long groupId, long userId, int status)
508 throws com.liferay.portal.kernel.exception.SystemException;
509
510 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
511 long groupId, long userId, int status, int start, int end)
512 throws com.liferay.portal.kernel.exception.SystemException;
513
514 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_S(
515 long groupId, long userId, int status, int start, int end,
516 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
517 throws com.liferay.portal.kernel.exception.SystemException;
518
519 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
520 long groupId, java.util.Date displayDate, int status)
521 throws com.liferay.portal.kernel.exception.SystemException;
522
523 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
524 long groupId, java.util.Date displayDate, int status, int start, int end)
525 throws com.liferay.portal.kernel.exception.SystemException;
526
527 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_LtD_S(
528 long groupId, java.util.Date displayDate, int status, int start,
529 int end,
530 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
531 throws com.liferay.portal.kernel.exception.SystemException;
532
533 public com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_S_First(
534 long groupId, java.util.Date displayDate, int status,
535 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
536 throws com.liferay.portal.kernel.exception.SystemException,
537 com.liferay.portlet.blogs.NoSuchEntryException;
538
539 public com.liferay.portlet.blogs.model.BlogsEntry findByG_LtD_S_Last(
540 long groupId, java.util.Date displayDate, int status,
541 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
542 throws com.liferay.portal.kernel.exception.SystemException,
543 com.liferay.portlet.blogs.NoSuchEntryException;
544
545 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_LtD_S_PrevAndNext(
546 long entryId, long groupId, java.util.Date displayDate, int status,
547 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
548 throws com.liferay.portal.kernel.exception.SystemException,
549 com.liferay.portlet.blogs.NoSuchEntryException;
550
551 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
552 long groupId, java.util.Date displayDate, int status)
553 throws com.liferay.portal.kernel.exception.SystemException;
554
555 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
556 long groupId, java.util.Date displayDate, int status, int start, int end)
557 throws com.liferay.portal.kernel.exception.SystemException;
558
559 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_LtD_S(
560 long groupId, java.util.Date displayDate, int status, int start,
561 int end,
562 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
563 throws com.liferay.portal.kernel.exception.SystemException;
564
565 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
566 long groupId, long userId, java.util.Date displayDate, int status)
567 throws com.liferay.portal.kernel.exception.SystemException;
568
569 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
570 long groupId, long userId, java.util.Date displayDate, int status,
571 int start, int end)
572 throws com.liferay.portal.kernel.exception.SystemException;
573
574 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByG_U_LtD_S(
575 long groupId, long userId, java.util.Date displayDate, int status,
576 int start, int end,
577 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
578 throws com.liferay.portal.kernel.exception.SystemException;
579
580 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_S_First(
581 long groupId, long userId, java.util.Date displayDate, int status,
582 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
583 throws com.liferay.portal.kernel.exception.SystemException,
584 com.liferay.portlet.blogs.NoSuchEntryException;
585
586 public com.liferay.portlet.blogs.model.BlogsEntry findByG_U_LtD_S_Last(
587 long groupId, long userId, java.util.Date displayDate, int status,
588 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
589 throws com.liferay.portal.kernel.exception.SystemException,
590 com.liferay.portlet.blogs.NoSuchEntryException;
591
592 public com.liferay.portlet.blogs.model.BlogsEntry[] findByG_U_LtD_S_PrevAndNext(
593 long entryId, long groupId, long userId, java.util.Date displayDate,
594 int status,
595 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
596 throws com.liferay.portal.kernel.exception.SystemException,
597 com.liferay.portlet.blogs.NoSuchEntryException;
598
599 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
600 long groupId, long userId, java.util.Date displayDate, int status)
601 throws com.liferay.portal.kernel.exception.SystemException;
602
603 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
604 long groupId, long userId, java.util.Date displayDate, int status,
605 int start, int end)
606 throws com.liferay.portal.kernel.exception.SystemException;
607
608 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> filterFindByG_U_LtD_S(
609 long groupId, long userId, java.util.Date displayDate, int status,
610 int start, int end,
611 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
612 throws com.liferay.portal.kernel.exception.SystemException;
613
614 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll()
615 throws com.liferay.portal.kernel.exception.SystemException;
616
617 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll(
618 int start, int end)
619 throws com.liferay.portal.kernel.exception.SystemException;
620
621 public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findAll(
622 int start, int end,
623 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
624 throws com.liferay.portal.kernel.exception.SystemException;
625
626 public void removeByUuid(java.lang.String uuid)
627 throws com.liferay.portal.kernel.exception.SystemException;
628
629 public void removeByUUID_G(java.lang.String uuid, long groupId)
630 throws com.liferay.portal.kernel.exception.SystemException,
631 com.liferay.portlet.blogs.NoSuchEntryException;
632
633 public void removeByGroupId(long groupId)
634 throws com.liferay.portal.kernel.exception.SystemException;
635
636 public void removeByCompanyId(long companyId)
637 throws com.liferay.portal.kernel.exception.SystemException;
638
639 public void removeByC_U(long companyId, long userId)
640 throws com.liferay.portal.kernel.exception.SystemException;
641
642 public void removeByC_LtD(long companyId, java.util.Date displayDate)
643 throws com.liferay.portal.kernel.exception.SystemException;
644
645 public void removeByC_S(long companyId, int status)
646 throws com.liferay.portal.kernel.exception.SystemException;
647
648 public void removeByG_UT(long groupId, java.lang.String urlTitle)
649 throws com.liferay.portal.kernel.exception.SystemException,
650 com.liferay.portlet.blogs.NoSuchEntryException;
651
652 public void removeByG_LtD(long groupId, java.util.Date displayDate)
653 throws com.liferay.portal.kernel.exception.SystemException;
654
655 public void removeByG_S(long groupId, int status)
656 throws com.liferay.portal.kernel.exception.SystemException;
657
658 public void removeByC_U_S(long companyId, long userId, int status)
659 throws com.liferay.portal.kernel.exception.SystemException;
660
661 public void removeByC_LtD_S(long companyId, java.util.Date displayDate,
662 int status) throws com.liferay.portal.kernel.exception.SystemException;
663
664 public void removeByG_U_LtD(long groupId, long userId,
665 java.util.Date displayDate)
666 throws com.liferay.portal.kernel.exception.SystemException;
667
668 public void removeByG_U_S(long groupId, long userId, int status)
669 throws com.liferay.portal.kernel.exception.SystemException;
670
671 public void removeByG_LtD_S(long groupId, java.util.Date displayDate,
672 int status) throws com.liferay.portal.kernel.exception.SystemException;
673
674 public void removeByG_U_LtD_S(long groupId, long userId,
675 java.util.Date displayDate, int status)
676 throws com.liferay.portal.kernel.exception.SystemException;
677
678 public void removeAll()
679 throws com.liferay.portal.kernel.exception.SystemException;
680
681 public int countByUuid(java.lang.String uuid)
682 throws com.liferay.portal.kernel.exception.SystemException;
683
684 public int countByUUID_G(java.lang.String uuid, long groupId)
685 throws com.liferay.portal.kernel.exception.SystemException;
686
687 public int countByGroupId(long groupId)
688 throws com.liferay.portal.kernel.exception.SystemException;
689
690 public int filterCountByGroupId(long groupId)
691 throws com.liferay.portal.kernel.exception.SystemException;
692
693 public int countByCompanyId(long companyId)
694 throws com.liferay.portal.kernel.exception.SystemException;
695
696 public int countByC_U(long companyId, long userId)
697 throws com.liferay.portal.kernel.exception.SystemException;
698
699 public int countByC_LtD(long companyId, java.util.Date displayDate)
700 throws com.liferay.portal.kernel.exception.SystemException;
701
702 public int countByC_S(long companyId, int status)
703 throws com.liferay.portal.kernel.exception.SystemException;
704
705 public int countByG_UT(long groupId, java.lang.String urlTitle)
706 throws com.liferay.portal.kernel.exception.SystemException;
707
708 public int filterCountByG_UT(long groupId, java.lang.String urlTitle)
709 throws com.liferay.portal.kernel.exception.SystemException;
710
711 public int countByG_LtD(long groupId, java.util.Date displayDate)
712 throws com.liferay.portal.kernel.exception.SystemException;
713
714 public int filterCountByG_LtD(long groupId, java.util.Date displayDate)
715 throws com.liferay.portal.kernel.exception.SystemException;
716
717 public int countByG_S(long groupId, int status)
718 throws com.liferay.portal.kernel.exception.SystemException;
719
720 public int filterCountByG_S(long groupId, int status)
721 throws com.liferay.portal.kernel.exception.SystemException;
722
723 public int countByC_U_S(long companyId, long userId, int status)
724 throws com.liferay.portal.kernel.exception.SystemException;
725
726 public int countByC_LtD_S(long companyId, java.util.Date displayDate,
727 int status) throws com.liferay.portal.kernel.exception.SystemException;
728
729 public int countByG_U_LtD(long groupId, long userId,
730 java.util.Date displayDate)
731 throws com.liferay.portal.kernel.exception.SystemException;
732
733 public int filterCountByG_U_LtD(long groupId, long userId,
734 java.util.Date displayDate)
735 throws com.liferay.portal.kernel.exception.SystemException;
736
737 public int countByG_U_S(long groupId, long userId, int status)
738 throws com.liferay.portal.kernel.exception.SystemException;
739
740 public int filterCountByG_U_S(long groupId, long userId, int status)
741 throws com.liferay.portal.kernel.exception.SystemException;
742
743 public int countByG_LtD_S(long groupId, java.util.Date displayDate,
744 int status) throws com.liferay.portal.kernel.exception.SystemException;
745
746 public int filterCountByG_LtD_S(long groupId, java.util.Date displayDate,
747 int status) throws com.liferay.portal.kernel.exception.SystemException;
748
749 public int countByG_U_LtD_S(long groupId, long userId,
750 java.util.Date displayDate, int status)
751 throws com.liferay.portal.kernel.exception.SystemException;
752
753 public int filterCountByG_U_LtD_S(long groupId, long userId,
754 java.util.Date displayDate, int status)
755 throws com.liferay.portal.kernel.exception.SystemException;
756
757 public int countAll()
758 throws com.liferay.portal.kernel.exception.SystemException;
759 }