001
014
015 package com.liferay.portlet.asset.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class AssetEntryLocalServiceWrapper implements AssetEntryLocalService,
029 ServiceWrapper<AssetEntryLocalService> {
030 public AssetEntryLocalServiceWrapper(
031 AssetEntryLocalService assetEntryLocalService) {
032 _assetEntryLocalService = assetEntryLocalService;
033 }
034
035
042 public com.liferay.portlet.asset.model.AssetEntry addAssetEntry(
043 com.liferay.portlet.asset.model.AssetEntry assetEntry)
044 throws com.liferay.portal.kernel.exception.SystemException {
045 return _assetEntryLocalService.addAssetEntry(assetEntry);
046 }
047
048
054 public com.liferay.portlet.asset.model.AssetEntry createAssetEntry(
055 long entryId) {
056 return _assetEntryLocalService.createAssetEntry(entryId);
057 }
058
059
067 public com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(
068 long entryId)
069 throws com.liferay.portal.kernel.exception.PortalException,
070 com.liferay.portal.kernel.exception.SystemException {
071 return _assetEntryLocalService.deleteAssetEntry(entryId);
072 }
073
074
081 public com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(
082 com.liferay.portlet.asset.model.AssetEntry assetEntry)
083 throws com.liferay.portal.kernel.exception.SystemException {
084 return _assetEntryLocalService.deleteAssetEntry(assetEntry);
085 }
086
087 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
088 return _assetEntryLocalService.dynamicQuery();
089 }
090
091
098 @SuppressWarnings("rawtypes")
099 public java.util.List dynamicQuery(
100 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
101 throws com.liferay.portal.kernel.exception.SystemException {
102 return _assetEntryLocalService.dynamicQuery(dynamicQuery);
103 }
104
105
118 @SuppressWarnings("rawtypes")
119 public java.util.List dynamicQuery(
120 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
121 int end) throws com.liferay.portal.kernel.exception.SystemException {
122 return _assetEntryLocalService.dynamicQuery(dynamicQuery, start, end);
123 }
124
125
139 @SuppressWarnings("rawtypes")
140 public java.util.List dynamicQuery(
141 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
142 int end,
143 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
144 throws com.liferay.portal.kernel.exception.SystemException {
145 return _assetEntryLocalService.dynamicQuery(dynamicQuery, start, end,
146 orderByComparator);
147 }
148
149
156 public long dynamicQueryCount(
157 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
158 throws com.liferay.portal.kernel.exception.SystemException {
159 return _assetEntryLocalService.dynamicQueryCount(dynamicQuery);
160 }
161
162 public com.liferay.portlet.asset.model.AssetEntry fetchAssetEntry(
163 long entryId)
164 throws com.liferay.portal.kernel.exception.SystemException {
165 return _assetEntryLocalService.fetchAssetEntry(entryId);
166 }
167
168
176 public com.liferay.portlet.asset.model.AssetEntry getAssetEntry(
177 long entryId)
178 throws com.liferay.portal.kernel.exception.PortalException,
179 com.liferay.portal.kernel.exception.SystemException {
180 return _assetEntryLocalService.getAssetEntry(entryId);
181 }
182
183 public com.liferay.portal.model.PersistedModel getPersistedModel(
184 java.io.Serializable primaryKeyObj)
185 throws com.liferay.portal.kernel.exception.PortalException,
186 com.liferay.portal.kernel.exception.SystemException {
187 return _assetEntryLocalService.getPersistedModel(primaryKeyObj);
188 }
189
190
202 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(
203 int start, int end)
204 throws com.liferay.portal.kernel.exception.SystemException {
205 return _assetEntryLocalService.getAssetEntries(start, end);
206 }
207
208
214 public int getAssetEntriesCount()
215 throws com.liferay.portal.kernel.exception.SystemException {
216 return _assetEntryLocalService.getAssetEntriesCount();
217 }
218
219
226 public com.liferay.portlet.asset.model.AssetEntry updateAssetEntry(
227 com.liferay.portlet.asset.model.AssetEntry assetEntry)
228 throws com.liferay.portal.kernel.exception.SystemException {
229 return _assetEntryLocalService.updateAssetEntry(assetEntry);
230 }
231
232
237 public java.lang.String getBeanIdentifier() {
238 return _assetEntryLocalService.getBeanIdentifier();
239 }
240
241
246 public void setBeanIdentifier(java.lang.String beanIdentifier) {
247 _assetEntryLocalService.setBeanIdentifier(beanIdentifier);
248 }
249
250 public void deleteEntry(com.liferay.portlet.asset.model.AssetEntry entry)
251 throws com.liferay.portal.kernel.exception.PortalException,
252 com.liferay.portal.kernel.exception.SystemException {
253 _assetEntryLocalService.deleteEntry(entry);
254 }
255
256 public void deleteEntry(long entryId)
257 throws com.liferay.portal.kernel.exception.PortalException,
258 com.liferay.portal.kernel.exception.SystemException {
259 _assetEntryLocalService.deleteEntry(entryId);
260 }
261
262 public void deleteEntry(java.lang.String className, long classPK)
263 throws com.liferay.portal.kernel.exception.PortalException,
264 com.liferay.portal.kernel.exception.SystemException {
265 _assetEntryLocalService.deleteEntry(className, classPK);
266 }
267
268 public com.liferay.portlet.asset.model.AssetEntry fetchEntry(long entryId)
269 throws com.liferay.portal.kernel.exception.SystemException {
270 return _assetEntryLocalService.fetchEntry(entryId);
271 }
272
273 public com.liferay.portlet.asset.model.AssetEntry fetchEntry(
274 java.lang.String className, long classPK)
275 throws com.liferay.portal.kernel.exception.SystemException {
276 return _assetEntryLocalService.fetchEntry(className, classPK);
277 }
278
279 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAncestorEntries(
280 long entryId)
281 throws com.liferay.portal.kernel.exception.PortalException,
282 com.liferay.portal.kernel.exception.SystemException {
283 return _assetEntryLocalService.getAncestorEntries(entryId);
284 }
285
286 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getChildEntries(
287 long entryId)
288 throws com.liferay.portal.kernel.exception.PortalException,
289 com.liferay.portal.kernel.exception.SystemException {
290 return _assetEntryLocalService.getChildEntries(entryId);
291 }
292
293 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getCompanyEntries(
294 long companyId, int start, int end)
295 throws com.liferay.portal.kernel.exception.SystemException {
296 return _assetEntryLocalService.getCompanyEntries(companyId, start, end);
297 }
298
299 public int getCompanyEntriesCount(long companyId)
300 throws com.liferay.portal.kernel.exception.SystemException {
301 return _assetEntryLocalService.getCompanyEntriesCount(companyId);
302 }
303
304 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getEntries(
305 com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
306 throws com.liferay.portal.kernel.exception.SystemException {
307 return _assetEntryLocalService.getEntries(entryQuery);
308 }
309
310 public int getEntriesCount(
311 com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
312 throws com.liferay.portal.kernel.exception.SystemException {
313 return _assetEntryLocalService.getEntriesCount(entryQuery);
314 }
315
316 public com.liferay.portlet.asset.model.AssetEntry getEntry(long entryId)
317 throws com.liferay.portal.kernel.exception.PortalException,
318 com.liferay.portal.kernel.exception.SystemException {
319 return _assetEntryLocalService.getEntry(entryId);
320 }
321
322 public com.liferay.portlet.asset.model.AssetEntry getEntry(long groupId,
323 java.lang.String classUuid)
324 throws com.liferay.portal.kernel.exception.PortalException,
325 com.liferay.portal.kernel.exception.SystemException {
326 return _assetEntryLocalService.getEntry(groupId, classUuid);
327 }
328
329 public com.liferay.portlet.asset.model.AssetEntry getEntry(
330 java.lang.String className, long classPK)
331 throws com.liferay.portal.kernel.exception.PortalException,
332 com.liferay.portal.kernel.exception.SystemException {
333 return _assetEntryLocalService.getEntry(className, classPK);
334 }
335
336 public com.liferay.portlet.asset.model.AssetEntry getNextEntry(long entryId)
337 throws com.liferay.portal.kernel.exception.PortalException,
338 com.liferay.portal.kernel.exception.SystemException {
339 return _assetEntryLocalService.getNextEntry(entryId);
340 }
341
342 public com.liferay.portlet.asset.model.AssetEntry getParentEntry(
343 long entryId)
344 throws com.liferay.portal.kernel.exception.PortalException,
345 com.liferay.portal.kernel.exception.SystemException {
346 return _assetEntryLocalService.getParentEntry(entryId);
347 }
348
349 public com.liferay.portlet.asset.model.AssetEntry getPreviousEntry(
350 long entryId)
351 throws com.liferay.portal.kernel.exception.PortalException,
352 com.liferay.portal.kernel.exception.SystemException {
353 return _assetEntryLocalService.getPreviousEntry(entryId);
354 }
355
356 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(
357 java.lang.String className, boolean asc, int start, int end)
358 throws com.liferay.portal.kernel.exception.SystemException {
359 return _assetEntryLocalService.getTopViewedEntries(className, asc,
360 start, end);
361 }
362
363 public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(
364 java.lang.String[] className, boolean asc, int start, int end)
365 throws com.liferay.portal.kernel.exception.SystemException {
366 return _assetEntryLocalService.getTopViewedEntries(className, asc,
367 start, end);
368 }
369
370 public com.liferay.portlet.asset.model.AssetEntry incrementViewCounter(
371 long userId, java.lang.String className, long classPK, int increment)
372 throws com.liferay.portal.kernel.exception.SystemException {
373 return _assetEntryLocalService.incrementViewCounter(userId, className,
374 classPK, increment);
375 }
376
377 public void reindex(
378 java.util.List<com.liferay.portlet.asset.model.AssetEntry> entries)
379 throws com.liferay.portal.kernel.exception.PortalException {
380 _assetEntryLocalService.reindex(entries);
381 }
382
383
387 public com.liferay.portal.kernel.search.Hits search(long companyId,
388 long[] groupIds, long userId, java.lang.String className,
389 java.lang.String keywords, int start, int end)
390 throws com.liferay.portal.kernel.exception.SystemException {
391 return _assetEntryLocalService.search(companyId, groupIds, userId,
392 className, keywords, start, end);
393 }
394
395 public com.liferay.portal.kernel.search.Hits search(long companyId,
396 long[] groupIds, long userId, java.lang.String className,
397 java.lang.String keywords, int status, int start, int end)
398 throws com.liferay.portal.kernel.exception.SystemException {
399 return _assetEntryLocalService.search(companyId, groupIds, userId,
400 className, keywords, status, start, end);
401 }
402
403
407 public com.liferay.portal.kernel.search.Hits search(long companyId,
408 long[] groupIds, long userId, java.lang.String className,
409 java.lang.String userName, java.lang.String title,
410 java.lang.String description, java.lang.String assetCategoryIds,
411 java.lang.String assetTagNames, boolean andSearch, int start, int end)
412 throws com.liferay.portal.kernel.exception.SystemException {
413 return _assetEntryLocalService.search(companyId, groupIds, userId,
414 className, userName, title, description, assetCategoryIds,
415 assetTagNames, andSearch, start, end);
416 }
417
418 public com.liferay.portal.kernel.search.Hits search(long companyId,
419 long[] groupIds, long userId, java.lang.String className,
420 java.lang.String userName, java.lang.String title,
421 java.lang.String description, java.lang.String assetCategoryIds,
422 java.lang.String assetTagNames, int status, boolean andSearch,
423 int start, int end)
424 throws com.liferay.portal.kernel.exception.SystemException {
425 return _assetEntryLocalService.search(companyId, groupIds, userId,
426 className, userName, title, description, assetCategoryIds,
427 assetTagNames, status, andSearch, start, end);
428 }
429
430
434 public com.liferay.portal.kernel.search.Hits search(long companyId,
435 long[] groupIds, java.lang.String className, java.lang.String keywords,
436 int start, int end)
437 throws com.liferay.portal.kernel.exception.SystemException {
438 return _assetEntryLocalService.search(companyId, groupIds, className,
439 keywords, start, end);
440 }
441
442 public com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
443 long groupId, java.util.Date createDate, java.util.Date modifiedDate,
444 java.lang.String className, long classPK, java.lang.String classUuid,
445 long classTypeId, long[] categoryIds, java.lang.String[] tagNames,
446 boolean visible, java.util.Date startDate, java.util.Date endDate,
447 java.util.Date expirationDate, java.lang.String mimeType,
448 java.lang.String title, java.lang.String description,
449 java.lang.String summary, java.lang.String url,
450 java.lang.String layoutUuid, int height, int width,
451 java.lang.Integer priority, boolean sync)
452 throws com.liferay.portal.kernel.exception.PortalException,
453 com.liferay.portal.kernel.exception.SystemException {
454 return _assetEntryLocalService.updateEntry(userId, groupId, createDate,
455 modifiedDate, className, classPK, classUuid, classTypeId,
456 categoryIds, tagNames, visible, startDate, endDate, expirationDate,
457 mimeType, title, description, summary, url, layoutUuid, height,
458 width, priority, sync);
459 }
460
461 public com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
462 long groupId, java.lang.String className, long classPK,
463 long[] categoryIds, java.lang.String[] tagNames)
464 throws com.liferay.portal.kernel.exception.PortalException,
465 com.liferay.portal.kernel.exception.SystemException {
466 return _assetEntryLocalService.updateEntry(userId, groupId, className,
467 classPK, categoryIds, tagNames);
468 }
469
470
475 public com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
476 long groupId, java.lang.String className, long classPK,
477 java.lang.String classUuid, long classTypeId, long[] categoryIds,
478 java.lang.String[] tagNames, boolean visible, java.util.Date startDate,
479 java.util.Date endDate, java.util.Date publishDate,
480 java.util.Date expirationDate, java.lang.String mimeType,
481 java.lang.String title, java.lang.String description,
482 java.lang.String summary, java.lang.String url,
483 java.lang.String layoutUuid, int height, int width,
484 java.lang.Integer priority, boolean sync)
485 throws com.liferay.portal.kernel.exception.PortalException,
486 com.liferay.portal.kernel.exception.SystemException {
487 return _assetEntryLocalService.updateEntry(userId, groupId, className,
488 classPK, classUuid, classTypeId, categoryIds, tagNames, visible,
489 startDate, endDate, publishDate, expirationDate, mimeType, title,
490 description, summary, url, layoutUuid, height, width, priority, sync);
491 }
492
493
499 public com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
500 long groupId, java.lang.String className, long classPK,
501 java.lang.String classUuid, long classTypeId, long[] categoryIds,
502 java.lang.String[] tagNames, boolean visible, java.util.Date startDate,
503 java.util.Date endDate, java.util.Date expirationDate,
504 java.lang.String mimeType, java.lang.String title,
505 java.lang.String description, java.lang.String summary,
506 java.lang.String url, java.lang.String layoutUuid, int height,
507 int width, java.lang.Integer priority, boolean sync)
508 throws com.liferay.portal.kernel.exception.PortalException,
509 com.liferay.portal.kernel.exception.SystemException {
510 return _assetEntryLocalService.updateEntry(userId, groupId, className,
511 classPK, classUuid, classTypeId, categoryIds, tagNames, visible,
512 startDate, endDate, expirationDate, mimeType, title, description,
513 summary, url, layoutUuid, height, width, priority, sync);
514 }
515
516 public com.liferay.portlet.asset.model.AssetEntry updateEntry(
517 java.lang.String className, long classPK, java.util.Date publishDate,
518 boolean visible)
519 throws com.liferay.portal.kernel.exception.PortalException,
520 com.liferay.portal.kernel.exception.SystemException {
521 return _assetEntryLocalService.updateEntry(className, classPK,
522 publishDate, visible);
523 }
524
525 public com.liferay.portlet.asset.model.AssetEntry updateEntry(
526 java.lang.String className, long classPK, java.util.Date publishDate,
527 java.util.Date expirationDate, boolean visible)
528 throws com.liferay.portal.kernel.exception.PortalException,
529 com.liferay.portal.kernel.exception.SystemException {
530 return _assetEntryLocalService.updateEntry(className, classPK,
531 publishDate, expirationDate, visible);
532 }
533
534 public com.liferay.portlet.asset.model.AssetEntry updateVisible(
535 java.lang.String className, long classPK, boolean visible)
536 throws com.liferay.portal.kernel.exception.PortalException,
537 com.liferay.portal.kernel.exception.SystemException {
538 return _assetEntryLocalService.updateVisible(className, classPK, visible);
539 }
540
541 public void validate(long groupId, java.lang.String className,
542 long[] categoryIds, java.lang.String[] tagNames)
543 throws com.liferay.portal.kernel.exception.PortalException,
544 com.liferay.portal.kernel.exception.SystemException {
545 _assetEntryLocalService.validate(groupId, className, categoryIds,
546 tagNames);
547 }
548
549
552 public AssetEntryLocalService getWrappedAssetEntryLocalService() {
553 return _assetEntryLocalService;
554 }
555
556
559 public void setWrappedAssetEntryLocalService(
560 AssetEntryLocalService assetEntryLocalService) {
561 _assetEntryLocalService = assetEntryLocalService;
562 }
563
564 public AssetEntryLocalService getWrappedService() {
565 return _assetEntryLocalService;
566 }
567
568 public void setWrappedService(AssetEntryLocalService assetEntryLocalService) {
569 _assetEntryLocalService = assetEntryLocalService;
570 }
571
572 private AssetEntryLocalService _assetEntryLocalService;
573 }