001
014
015 package com.liferay.portlet.asset.service;
016
017
026 public class AssetVocabularyLocalServiceWrapper
027 implements AssetVocabularyLocalService {
028 public AssetVocabularyLocalServiceWrapper(
029 AssetVocabularyLocalService assetVocabularyLocalService) {
030 _assetVocabularyLocalService = assetVocabularyLocalService;
031 }
032
033
040 public com.liferay.portlet.asset.model.AssetVocabulary addAssetVocabulary(
041 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary)
042 throws com.liferay.portal.kernel.exception.SystemException {
043 return _assetVocabularyLocalService.addAssetVocabulary(assetVocabulary);
044 }
045
046
052 public com.liferay.portlet.asset.model.AssetVocabulary createAssetVocabulary(
053 long vocabularyId) {
054 return _assetVocabularyLocalService.createAssetVocabulary(vocabularyId);
055 }
056
057
064 public void deleteAssetVocabulary(long vocabularyId)
065 throws com.liferay.portal.kernel.exception.PortalException,
066 com.liferay.portal.kernel.exception.SystemException {
067 _assetVocabularyLocalService.deleteAssetVocabulary(vocabularyId);
068 }
069
070
076 public void deleteAssetVocabulary(
077 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary)
078 throws com.liferay.portal.kernel.exception.SystemException {
079 _assetVocabularyLocalService.deleteAssetVocabulary(assetVocabulary);
080 }
081
082
089 @SuppressWarnings("rawtypes")
090 public java.util.List dynamicQuery(
091 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
092 throws com.liferay.portal.kernel.exception.SystemException {
093 return _assetVocabularyLocalService.dynamicQuery(dynamicQuery);
094 }
095
096
109 @SuppressWarnings("rawtypes")
110 public java.util.List dynamicQuery(
111 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
112 int end) throws com.liferay.portal.kernel.exception.SystemException {
113 return _assetVocabularyLocalService.dynamicQuery(dynamicQuery, start,
114 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 _assetVocabularyLocalService.dynamicQuery(dynamicQuery, start,
138 end, 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 _assetVocabularyLocalService.dynamicQueryCount(dynamicQuery);
152 }
153
154
162 public com.liferay.portlet.asset.model.AssetVocabulary getAssetVocabulary(
163 long vocabularyId)
164 throws com.liferay.portal.kernel.exception.PortalException,
165 com.liferay.portal.kernel.exception.SystemException {
166 return _assetVocabularyLocalService.getAssetVocabulary(vocabularyId);
167 }
168
169 public com.liferay.portal.model.PersistedModel getPersistedModel(
170 java.io.Serializable primaryKeyObj)
171 throws com.liferay.portal.kernel.exception.PortalException,
172 com.liferay.portal.kernel.exception.SystemException {
173 return _assetVocabularyLocalService.getPersistedModel(primaryKeyObj);
174 }
175
176
185 public com.liferay.portlet.asset.model.AssetVocabulary getAssetVocabularyByUuidAndGroupId(
186 java.lang.String uuid, long groupId)
187 throws com.liferay.portal.kernel.exception.PortalException,
188 com.liferay.portal.kernel.exception.SystemException {
189 return _assetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(uuid,
190 groupId);
191 }
192
193
205 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getAssetVocabularies(
206 int start, int end)
207 throws com.liferay.portal.kernel.exception.SystemException {
208 return _assetVocabularyLocalService.getAssetVocabularies(start, end);
209 }
210
211
217 public int getAssetVocabulariesCount()
218 throws com.liferay.portal.kernel.exception.SystemException {
219 return _assetVocabularyLocalService.getAssetVocabulariesCount();
220 }
221
222
229 public com.liferay.portlet.asset.model.AssetVocabulary updateAssetVocabulary(
230 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary)
231 throws com.liferay.portal.kernel.exception.SystemException {
232 return _assetVocabularyLocalService.updateAssetVocabulary(assetVocabulary);
233 }
234
235
243 public com.liferay.portlet.asset.model.AssetVocabulary updateAssetVocabulary(
244 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary,
245 boolean merge)
246 throws com.liferay.portal.kernel.exception.SystemException {
247 return _assetVocabularyLocalService.updateAssetVocabulary(assetVocabulary,
248 merge);
249 }
250
251
256 public java.lang.String getBeanIdentifier() {
257 return _assetVocabularyLocalService.getBeanIdentifier();
258 }
259
260
265 public void setBeanIdentifier(java.lang.String beanIdentifier) {
266 _assetVocabularyLocalService.setBeanIdentifier(beanIdentifier);
267 }
268
269
272 public com.liferay.portlet.asset.model.AssetVocabulary addVocabulary(
273 long userId,
274 java.util.Map<java.util.Locale, java.lang.String> titleMap,
275 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
276 java.lang.String settings,
277 com.liferay.portal.service.ServiceContext serviceContext)
278 throws com.liferay.portal.kernel.exception.PortalException,
279 com.liferay.portal.kernel.exception.SystemException {
280 return _assetVocabularyLocalService.addVocabulary(userId, titleMap,
281 descriptionMap, settings, serviceContext);
282 }
283
284 public com.liferay.portlet.asset.model.AssetVocabulary addVocabulary(
285 long userId, java.lang.String title,
286 java.util.Map<java.util.Locale, java.lang.String> titleMap,
287 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
288 java.lang.String settings,
289 com.liferay.portal.service.ServiceContext serviceContext)
290 throws com.liferay.portal.kernel.exception.PortalException,
291 com.liferay.portal.kernel.exception.SystemException {
292 return _assetVocabularyLocalService.addVocabulary(userId, title,
293 titleMap, descriptionMap, settings, serviceContext);
294 }
295
296 public void addVocabularyResources(
297 com.liferay.portlet.asset.model.AssetVocabulary vocabulary,
298 boolean addGroupPermissions, boolean addGuestPermissions)
299 throws com.liferay.portal.kernel.exception.PortalException,
300 com.liferay.portal.kernel.exception.SystemException {
301 _assetVocabularyLocalService.addVocabularyResources(vocabulary,
302 addGroupPermissions, addGuestPermissions);
303 }
304
305 public void addVocabularyResources(
306 com.liferay.portlet.asset.model.AssetVocabulary vocabulary,
307 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
308 throws com.liferay.portal.kernel.exception.PortalException,
309 com.liferay.portal.kernel.exception.SystemException {
310 _assetVocabularyLocalService.addVocabularyResources(vocabulary,
311 groupPermissions, guestPermissions);
312 }
313
314 public void deleteVocabulary(
315 com.liferay.portlet.asset.model.AssetVocabulary vocabulary)
316 throws com.liferay.portal.kernel.exception.PortalException,
317 com.liferay.portal.kernel.exception.SystemException {
318 _assetVocabularyLocalService.deleteVocabulary(vocabulary);
319 }
320
321 public void deleteVocabulary(long vocabularyId)
322 throws com.liferay.portal.kernel.exception.PortalException,
323 com.liferay.portal.kernel.exception.SystemException {
324 _assetVocabularyLocalService.deleteVocabulary(vocabularyId);
325 }
326
327 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getCompanyVocabularies(
328 long companyId)
329 throws com.liferay.portal.kernel.exception.SystemException {
330 return _assetVocabularyLocalService.getCompanyVocabularies(companyId);
331 }
332
333 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(
334 long[] groupIds)
335 throws com.liferay.portal.kernel.exception.PortalException,
336 com.liferay.portal.kernel.exception.SystemException {
337 return _assetVocabularyLocalService.getGroupsVocabularies(groupIds);
338 }
339
340 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(
341 long[] groupIds, java.lang.String className)
342 throws com.liferay.portal.kernel.exception.PortalException,
343 com.liferay.portal.kernel.exception.SystemException {
344 return _assetVocabularyLocalService.getGroupsVocabularies(groupIds,
345 className);
346 }
347
348 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(
349 long groupId)
350 throws com.liferay.portal.kernel.exception.PortalException,
351 com.liferay.portal.kernel.exception.SystemException {
352 return _assetVocabularyLocalService.getGroupVocabularies(groupId);
353 }
354
355 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(
356 long groupId, boolean createDefaultVocabulary)
357 throws com.liferay.portal.kernel.exception.PortalException,
358 com.liferay.portal.kernel.exception.SystemException {
359 return _assetVocabularyLocalService.getGroupVocabularies(groupId,
360 createDefaultVocabulary);
361 }
362
363 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(
364 long groupId, java.lang.String name, int start, int end,
365 com.liferay.portal.kernel.util.OrderByComparator obc)
366 throws com.liferay.portal.kernel.exception.SystemException {
367 return _assetVocabularyLocalService.getGroupVocabularies(groupId, name,
368 start, end, obc);
369 }
370
371 public com.liferay.portlet.asset.model.AssetVocabulary getGroupVocabulary(
372 long groupId, java.lang.String name)
373 throws com.liferay.portal.kernel.exception.PortalException,
374 com.liferay.portal.kernel.exception.SystemException {
375 return _assetVocabularyLocalService.getGroupVocabulary(groupId, name);
376 }
377
378 public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getVocabularies(
379 long[] vocabularyIds)
380 throws com.liferay.portal.kernel.exception.PortalException,
381 com.liferay.portal.kernel.exception.SystemException {
382 return _assetVocabularyLocalService.getVocabularies(vocabularyIds);
383 }
384
385 public com.liferay.portlet.asset.model.AssetVocabulary getVocabulary(
386 long vocabularyId)
387 throws com.liferay.portal.kernel.exception.PortalException,
388 com.liferay.portal.kernel.exception.SystemException {
389 return _assetVocabularyLocalService.getVocabulary(vocabularyId);
390 }
391
392
395 public com.liferay.portlet.asset.model.AssetVocabulary updateVocabulary(
396 long vocabularyId,
397 java.util.Map<java.util.Locale, java.lang.String> titleMap,
398 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
399 java.lang.String settings,
400 com.liferay.portal.service.ServiceContext serviceContext)
401 throws com.liferay.portal.kernel.exception.PortalException,
402 com.liferay.portal.kernel.exception.SystemException {
403 return _assetVocabularyLocalService.updateVocabulary(vocabularyId,
404 titleMap, descriptionMap, settings, serviceContext);
405 }
406
407 public com.liferay.portlet.asset.model.AssetVocabulary updateVocabulary(
408 long vocabularyId, java.lang.String title,
409 java.util.Map<java.util.Locale, java.lang.String> titleMap,
410 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
411 java.lang.String settings,
412 com.liferay.portal.service.ServiceContext serviceContext)
413 throws com.liferay.portal.kernel.exception.PortalException,
414 com.liferay.portal.kernel.exception.SystemException {
415 return _assetVocabularyLocalService.updateVocabulary(vocabularyId,
416 title, titleMap, descriptionMap, settings, serviceContext);
417 }
418
419 public AssetVocabularyLocalService getWrappedAssetVocabularyLocalService() {
420 return _assetVocabularyLocalService;
421 }
422
423 public void setWrappedAssetVocabularyLocalService(
424 AssetVocabularyLocalService assetVocabularyLocalService) {
425 _assetVocabularyLocalService = assetVocabularyLocalService;
426 }
427
428 private AssetVocabularyLocalService _assetVocabularyLocalService;
429 }