001
014
015 package com.liferay.portlet.asset.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class AssetTagLocalServiceWrapper implements AssetTagLocalService,
029 ServiceWrapper<AssetTagLocalService> {
030 public AssetTagLocalServiceWrapper(
031 AssetTagLocalService assetTagLocalService) {
032 _assetTagLocalService = assetTagLocalService;
033 }
034
035
042 public com.liferay.portlet.asset.model.AssetTag addAssetTag(
043 com.liferay.portlet.asset.model.AssetTag assetTag)
044 throws com.liferay.portal.kernel.exception.SystemException {
045 return _assetTagLocalService.addAssetTag(assetTag);
046 }
047
048
054 public com.liferay.portlet.asset.model.AssetTag createAssetTag(long tagId) {
055 return _assetTagLocalService.createAssetTag(tagId);
056 }
057
058
065 public void deleteAssetTag(long tagId)
066 throws com.liferay.portal.kernel.exception.PortalException,
067 com.liferay.portal.kernel.exception.SystemException {
068 _assetTagLocalService.deleteAssetTag(tagId);
069 }
070
071
077 public void deleteAssetTag(
078 com.liferay.portlet.asset.model.AssetTag assetTag)
079 throws com.liferay.portal.kernel.exception.SystemException {
080 _assetTagLocalService.deleteAssetTag(assetTag);
081 }
082
083
090 @SuppressWarnings("rawtypes")
091 public java.util.List dynamicQuery(
092 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
093 throws com.liferay.portal.kernel.exception.SystemException {
094 return _assetTagLocalService.dynamicQuery(dynamicQuery);
095 }
096
097
110 @SuppressWarnings("rawtypes")
111 public java.util.List dynamicQuery(
112 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
113 int end) throws com.liferay.portal.kernel.exception.SystemException {
114 return _assetTagLocalService.dynamicQuery(dynamicQuery, start, end);
115 }
116
117
131 @SuppressWarnings("rawtypes")
132 public java.util.List dynamicQuery(
133 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
134 int end,
135 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
136 throws com.liferay.portal.kernel.exception.SystemException {
137 return _assetTagLocalService.dynamicQuery(dynamicQuery, start, end,
138 orderByComparator);
139 }
140
141
148 public long dynamicQueryCount(
149 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
150 throws com.liferay.portal.kernel.exception.SystemException {
151 return _assetTagLocalService.dynamicQueryCount(dynamicQuery);
152 }
153
154 public com.liferay.portlet.asset.model.AssetTag fetchAssetTag(long tagId)
155 throws com.liferay.portal.kernel.exception.SystemException {
156 return _assetTagLocalService.fetchAssetTag(tagId);
157 }
158
159
167 public com.liferay.portlet.asset.model.AssetTag getAssetTag(long tagId)
168 throws com.liferay.portal.kernel.exception.PortalException,
169 com.liferay.portal.kernel.exception.SystemException {
170 return _assetTagLocalService.getAssetTag(tagId);
171 }
172
173 public com.liferay.portal.model.PersistedModel getPersistedModel(
174 java.io.Serializable primaryKeyObj)
175 throws com.liferay.portal.kernel.exception.PortalException,
176 com.liferay.portal.kernel.exception.SystemException {
177 return _assetTagLocalService.getPersistedModel(primaryKeyObj);
178 }
179
180
192 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getAssetTags(
193 int start, int end)
194 throws com.liferay.portal.kernel.exception.SystemException {
195 return _assetTagLocalService.getAssetTags(start, end);
196 }
197
198
204 public int getAssetTagsCount()
205 throws com.liferay.portal.kernel.exception.SystemException {
206 return _assetTagLocalService.getAssetTagsCount();
207 }
208
209
216 public com.liferay.portlet.asset.model.AssetTag updateAssetTag(
217 com.liferay.portlet.asset.model.AssetTag assetTag)
218 throws com.liferay.portal.kernel.exception.SystemException {
219 return _assetTagLocalService.updateAssetTag(assetTag);
220 }
221
222
230 public com.liferay.portlet.asset.model.AssetTag updateAssetTag(
231 com.liferay.portlet.asset.model.AssetTag assetTag, boolean merge)
232 throws com.liferay.portal.kernel.exception.SystemException {
233 return _assetTagLocalService.updateAssetTag(assetTag, merge);
234 }
235
236
241 public java.lang.String getBeanIdentifier() {
242 return _assetTagLocalService.getBeanIdentifier();
243 }
244
245
250 public void setBeanIdentifier(java.lang.String beanIdentifier) {
251 _assetTagLocalService.setBeanIdentifier(beanIdentifier);
252 }
253
254 public com.liferay.portlet.asset.model.AssetTag addTag(long userId,
255 java.lang.String name, java.lang.String[] tagProperties,
256 com.liferay.portal.service.ServiceContext serviceContext)
257 throws com.liferay.portal.kernel.exception.PortalException,
258 com.liferay.portal.kernel.exception.SystemException {
259 return _assetTagLocalService.addTag(userId, name, tagProperties,
260 serviceContext);
261 }
262
263 public void addTagResources(com.liferay.portlet.asset.model.AssetTag tag,
264 boolean addGroupPermissions, boolean addGuestPermissions)
265 throws com.liferay.portal.kernel.exception.PortalException,
266 com.liferay.portal.kernel.exception.SystemException {
267 _assetTagLocalService.addTagResources(tag, addGroupPermissions,
268 addGuestPermissions);
269 }
270
271 public void addTagResources(com.liferay.portlet.asset.model.AssetTag tag,
272 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
273 throws com.liferay.portal.kernel.exception.PortalException,
274 com.liferay.portal.kernel.exception.SystemException {
275 _assetTagLocalService.addTagResources(tag, groupPermissions,
276 guestPermissions);
277 }
278
279 public void checkTags(long userId, long groupId, java.lang.String[] names)
280 throws com.liferay.portal.kernel.exception.PortalException,
281 com.liferay.portal.kernel.exception.SystemException {
282 _assetTagLocalService.checkTags(userId, groupId, names);
283 }
284
285 public com.liferay.portlet.asset.model.AssetTag decrementAssetCount(
286 long tagId, long classNameId)
287 throws com.liferay.portal.kernel.exception.PortalException,
288 com.liferay.portal.kernel.exception.SystemException {
289 return _assetTagLocalService.decrementAssetCount(tagId, classNameId);
290 }
291
292 public void deleteTag(com.liferay.portlet.asset.model.AssetTag tag)
293 throws com.liferay.portal.kernel.exception.PortalException,
294 com.liferay.portal.kernel.exception.SystemException {
295 _assetTagLocalService.deleteTag(tag);
296 }
297
298 public void deleteTag(long tagId)
299 throws com.liferay.portal.kernel.exception.PortalException,
300 com.liferay.portal.kernel.exception.SystemException {
301 _assetTagLocalService.deleteTag(tagId);
302 }
303
304 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getEntryTags(
305 long entryId)
306 throws com.liferay.portal.kernel.exception.SystemException {
307 return _assetTagLocalService.getEntryTags(entryId);
308 }
309
310 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getGroupsTags(
311 long[] groupIds)
312 throws com.liferay.portal.kernel.exception.SystemException {
313 return _assetTagLocalService.getGroupsTags(groupIds);
314 }
315
316 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getGroupTags(
317 long groupId)
318 throws com.liferay.portal.kernel.exception.SystemException {
319 return _assetTagLocalService.getGroupTags(groupId);
320 }
321
322 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getGroupTags(
323 long groupId, int start, int end)
324 throws com.liferay.portal.kernel.exception.SystemException {
325 return _assetTagLocalService.getGroupTags(groupId, start, end);
326 }
327
328 public int getGroupTagsCount(long groupId)
329 throws com.liferay.portal.kernel.exception.SystemException {
330 return _assetTagLocalService.getGroupTagsCount(groupId);
331 }
332
333 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getSocialActivityCounterOffsetTags(
334 long groupId, java.lang.String socialActivityCounterName,
335 int startOffset, int endOffset)
336 throws com.liferay.portal.kernel.exception.SystemException {
337 return _assetTagLocalService.getSocialActivityCounterOffsetTags(groupId,
338 socialActivityCounterName, startOffset, endOffset);
339 }
340
341 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getSocialActivityCounterPeriodTags(
342 long groupId, java.lang.String socialActivityCounterName,
343 int startPeriod, int endPeriod)
344 throws com.liferay.portal.kernel.exception.SystemException {
345 return _assetTagLocalService.getSocialActivityCounterPeriodTags(groupId,
346 socialActivityCounterName, startPeriod, endPeriod);
347 }
348
349 public com.liferay.portlet.asset.model.AssetTag getTag(long tagId)
350 throws com.liferay.portal.kernel.exception.PortalException,
351 com.liferay.portal.kernel.exception.SystemException {
352 return _assetTagLocalService.getTag(tagId);
353 }
354
355 public com.liferay.portlet.asset.model.AssetTag getTag(long groupId,
356 java.lang.String name)
357 throws com.liferay.portal.kernel.exception.PortalException,
358 com.liferay.portal.kernel.exception.SystemException {
359 return _assetTagLocalService.getTag(groupId, name);
360 }
361
362 public long[] getTagIds(long groupId, java.lang.String[] names)
363 throws com.liferay.portal.kernel.exception.PortalException,
364 com.liferay.portal.kernel.exception.SystemException {
365 return _assetTagLocalService.getTagIds(groupId, names);
366 }
367
368 public long[] getTagIds(long[] groupIds, java.lang.String[] names)
369 throws com.liferay.portal.kernel.exception.PortalException,
370 com.liferay.portal.kernel.exception.SystemException {
371 return _assetTagLocalService.getTagIds(groupIds, names);
372 }
373
374 public java.lang.String[] getTagNames()
375 throws com.liferay.portal.kernel.exception.SystemException {
376 return _assetTagLocalService.getTagNames();
377 }
378
379 public java.lang.String[] getTagNames(long classNameId, long classPK)
380 throws com.liferay.portal.kernel.exception.SystemException {
381 return _assetTagLocalService.getTagNames(classNameId, classPK);
382 }
383
384 public java.lang.String[] getTagNames(java.lang.String className,
385 long classPK)
386 throws com.liferay.portal.kernel.exception.SystemException {
387 return _assetTagLocalService.getTagNames(className, classPK);
388 }
389
390 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags()
391 throws com.liferay.portal.kernel.exception.SystemException {
392 return _assetTagLocalService.getTags();
393 }
394
395 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags(
396 long classNameId, long classPK)
397 throws com.liferay.portal.kernel.exception.SystemException {
398 return _assetTagLocalService.getTags(classNameId, classPK);
399 }
400
401 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags(
402 long groupId, long classNameId, java.lang.String name)
403 throws com.liferay.portal.kernel.exception.SystemException {
404 return _assetTagLocalService.getTags(groupId, classNameId, name);
405 }
406
407 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags(
408 long groupId, long classNameId, java.lang.String name, int start,
409 int end) throws com.liferay.portal.kernel.exception.SystemException {
410 return _assetTagLocalService.getTags(groupId, classNameId, name, start,
411 end);
412 }
413
414 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags(
415 java.lang.String className, long classPK)
416 throws com.liferay.portal.kernel.exception.SystemException {
417 return _assetTagLocalService.getTags(className, classPK);
418 }
419
420 public int getTagsSize(long groupId, long classNameId, java.lang.String name)
421 throws com.liferay.portal.kernel.exception.SystemException {
422 return _assetTagLocalService.getTagsSize(groupId, classNameId, name);
423 }
424
425 public boolean hasTag(long groupId, java.lang.String name)
426 throws com.liferay.portal.kernel.exception.PortalException,
427 com.liferay.portal.kernel.exception.SystemException {
428 return _assetTagLocalService.hasTag(groupId, name);
429 }
430
431 public com.liferay.portlet.asset.model.AssetTag incrementAssetCount(
432 long tagId, long classNameId)
433 throws com.liferay.portal.kernel.exception.PortalException,
434 com.liferay.portal.kernel.exception.SystemException {
435 return _assetTagLocalService.incrementAssetCount(tagId, classNameId);
436 }
437
438 public void mergeTags(long fromTagId, long toTagId,
439 boolean overrideProperties)
440 throws com.liferay.portal.kernel.exception.PortalException,
441 com.liferay.portal.kernel.exception.SystemException {
442 _assetTagLocalService.mergeTags(fromTagId, toTagId, overrideProperties);
443 }
444
445 public java.util.List<com.liferay.portlet.asset.model.AssetTag> search(
446 long groupId, java.lang.String name, java.lang.String[] tagProperties,
447 int start, int end)
448 throws com.liferay.portal.kernel.exception.SystemException {
449 return _assetTagLocalService.search(groupId, name, tagProperties,
450 start, end);
451 }
452
453 public com.liferay.portlet.asset.model.AssetTag updateTag(long userId,
454 long tagId, java.lang.String name, java.lang.String[] tagProperties,
455 com.liferay.portal.service.ServiceContext serviceContext)
456 throws com.liferay.portal.kernel.exception.PortalException,
457 com.liferay.portal.kernel.exception.SystemException {
458 return _assetTagLocalService.updateTag(userId, tagId, name,
459 tagProperties, serviceContext);
460 }
461
462
465 public AssetTagLocalService getWrappedAssetTagLocalService() {
466 return _assetTagLocalService;
467 }
468
469
472 public void setWrappedAssetTagLocalService(
473 AssetTagLocalService assetTagLocalService) {
474 _assetTagLocalService = assetTagLocalService;
475 }
476
477 public AssetTagLocalService getWrappedService() {
478 return _assetTagLocalService;
479 }
480
481 public void setWrappedService(AssetTagLocalService assetTagLocalService) {
482 _assetTagLocalService = assetTagLocalService;
483 }
484
485 private AssetTagLocalService _assetTagLocalService;
486 }