001
014
015 package com.liferay.portlet.documentlibrary.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class DLFileShortcutLocalServiceWrapper
029 implements DLFileShortcutLocalService,
030 ServiceWrapper<DLFileShortcutLocalService> {
031 public DLFileShortcutLocalServiceWrapper(
032 DLFileShortcutLocalService dlFileShortcutLocalService) {
033 _dlFileShortcutLocalService = dlFileShortcutLocalService;
034 }
035
036
043 public com.liferay.portlet.documentlibrary.model.DLFileShortcut addDLFileShortcut(
044 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
045 throws com.liferay.portal.kernel.exception.SystemException {
046 return _dlFileShortcutLocalService.addDLFileShortcut(dlFileShortcut);
047 }
048
049
055 public com.liferay.portlet.documentlibrary.model.DLFileShortcut createDLFileShortcut(
056 long fileShortcutId) {
057 return _dlFileShortcutLocalService.createDLFileShortcut(fileShortcutId);
058 }
059
060
068 public com.liferay.portlet.documentlibrary.model.DLFileShortcut deleteDLFileShortcut(
069 long fileShortcutId)
070 throws com.liferay.portal.kernel.exception.PortalException,
071 com.liferay.portal.kernel.exception.SystemException {
072 return _dlFileShortcutLocalService.deleteDLFileShortcut(fileShortcutId);
073 }
074
075
082 public com.liferay.portlet.documentlibrary.model.DLFileShortcut deleteDLFileShortcut(
083 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
084 throws com.liferay.portal.kernel.exception.SystemException {
085 return _dlFileShortcutLocalService.deleteDLFileShortcut(dlFileShortcut);
086 }
087
088 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
089 return _dlFileShortcutLocalService.dynamicQuery();
090 }
091
092
099 @SuppressWarnings("rawtypes")
100 public java.util.List dynamicQuery(
101 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
102 throws com.liferay.portal.kernel.exception.SystemException {
103 return _dlFileShortcutLocalService.dynamicQuery(dynamicQuery);
104 }
105
106
119 @SuppressWarnings("rawtypes")
120 public java.util.List dynamicQuery(
121 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
122 int end) throws com.liferay.portal.kernel.exception.SystemException {
123 return _dlFileShortcutLocalService.dynamicQuery(dynamicQuery, start, end);
124 }
125
126
140 @SuppressWarnings("rawtypes")
141 public java.util.List dynamicQuery(
142 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
143 int end,
144 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
145 throws com.liferay.portal.kernel.exception.SystemException {
146 return _dlFileShortcutLocalService.dynamicQuery(dynamicQuery, start,
147 end, orderByComparator);
148 }
149
150
157 public long dynamicQueryCount(
158 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
159 throws com.liferay.portal.kernel.exception.SystemException {
160 return _dlFileShortcutLocalService.dynamicQueryCount(dynamicQuery);
161 }
162
163 public com.liferay.portlet.documentlibrary.model.DLFileShortcut fetchDLFileShortcut(
164 long fileShortcutId)
165 throws com.liferay.portal.kernel.exception.SystemException {
166 return _dlFileShortcutLocalService.fetchDLFileShortcut(fileShortcutId);
167 }
168
169
177 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcut(
178 long fileShortcutId)
179 throws com.liferay.portal.kernel.exception.PortalException,
180 com.liferay.portal.kernel.exception.SystemException {
181 return _dlFileShortcutLocalService.getDLFileShortcut(fileShortcutId);
182 }
183
184 public com.liferay.portal.model.PersistedModel getPersistedModel(
185 java.io.Serializable primaryKeyObj)
186 throws com.liferay.portal.kernel.exception.PortalException,
187 com.liferay.portal.kernel.exception.SystemException {
188 return _dlFileShortcutLocalService.getPersistedModel(primaryKeyObj);
189 }
190
191
200 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcutByUuidAndGroupId(
201 java.lang.String uuid, long groupId)
202 throws com.liferay.portal.kernel.exception.PortalException,
203 com.liferay.portal.kernel.exception.SystemException {
204 return _dlFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(uuid,
205 groupId);
206 }
207
208
220 public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcuts(
221 int start, int end)
222 throws com.liferay.portal.kernel.exception.SystemException {
223 return _dlFileShortcutLocalService.getDLFileShortcuts(start, end);
224 }
225
226
232 public int getDLFileShortcutsCount()
233 throws com.liferay.portal.kernel.exception.SystemException {
234 return _dlFileShortcutLocalService.getDLFileShortcutsCount();
235 }
236
237
244 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
245 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
246 throws com.liferay.portal.kernel.exception.SystemException {
247 return _dlFileShortcutLocalService.updateDLFileShortcut(dlFileShortcut);
248 }
249
250
258 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
259 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut,
260 boolean merge)
261 throws com.liferay.portal.kernel.exception.SystemException {
262 return _dlFileShortcutLocalService.updateDLFileShortcut(dlFileShortcut,
263 merge);
264 }
265
266
271 public java.lang.String getBeanIdentifier() {
272 return _dlFileShortcutLocalService.getBeanIdentifier();
273 }
274
275
280 public void setBeanIdentifier(java.lang.String beanIdentifier) {
281 _dlFileShortcutLocalService.setBeanIdentifier(beanIdentifier);
282 }
283
284 public com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
285 long userId, long groupId, long folderId, long toFileEntryId,
286 com.liferay.portal.service.ServiceContext serviceContext)
287 throws com.liferay.portal.kernel.exception.PortalException,
288 com.liferay.portal.kernel.exception.SystemException {
289 return _dlFileShortcutLocalService.addFileShortcut(userId, groupId,
290 folderId, toFileEntryId, serviceContext);
291 }
292
293 public void addFileShortcutResources(
294 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
295 boolean addGroupPermissions, boolean addGuestPermissions)
296 throws com.liferay.portal.kernel.exception.PortalException,
297 com.liferay.portal.kernel.exception.SystemException {
298 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcut,
299 addGroupPermissions, addGuestPermissions);
300 }
301
302 public void addFileShortcutResources(
303 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
304 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
305 throws com.liferay.portal.kernel.exception.PortalException,
306 com.liferay.portal.kernel.exception.SystemException {
307 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcut,
308 groupPermissions, guestPermissions);
309 }
310
311 public void addFileShortcutResources(long fileShortcutId,
312 boolean addGroupPermissions, boolean addGuestPermissions)
313 throws com.liferay.portal.kernel.exception.PortalException,
314 com.liferay.portal.kernel.exception.SystemException {
315 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcutId,
316 addGroupPermissions, addGuestPermissions);
317 }
318
319 public void addFileShortcutResources(long fileShortcutId,
320 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
321 throws com.liferay.portal.kernel.exception.PortalException,
322 com.liferay.portal.kernel.exception.SystemException {
323 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcutId,
324 groupPermissions, guestPermissions);
325 }
326
327 public void deleteFileShortcut(
328 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut)
329 throws com.liferay.portal.kernel.exception.PortalException,
330 com.liferay.portal.kernel.exception.SystemException {
331 _dlFileShortcutLocalService.deleteFileShortcut(fileShortcut);
332 }
333
334 public void deleteFileShortcut(long fileShortcutId)
335 throws com.liferay.portal.kernel.exception.PortalException,
336 com.liferay.portal.kernel.exception.SystemException {
337 _dlFileShortcutLocalService.deleteFileShortcut(fileShortcutId);
338 }
339
340 public void deleteFileShortcuts(long toFileEntryId)
341 throws com.liferay.portal.kernel.exception.PortalException,
342 com.liferay.portal.kernel.exception.SystemException {
343 _dlFileShortcutLocalService.deleteFileShortcuts(toFileEntryId);
344 }
345
346 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(
347 long fileShortcutId)
348 throws com.liferay.portal.kernel.exception.PortalException,
349 com.liferay.portal.kernel.exception.SystemException {
350 return _dlFileShortcutLocalService.getFileShortcut(fileShortcutId);
351 }
352
353 public void updateAsset(long userId,
354 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
355 long[] assetCategoryIds, java.lang.String[] assetTagNames)
356 throws com.liferay.portal.kernel.exception.PortalException,
357 com.liferay.portal.kernel.exception.SystemException {
358 _dlFileShortcutLocalService.updateAsset(userId, fileShortcut,
359 assetCategoryIds, assetTagNames);
360 }
361
362 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(
363 long userId, long fileShortcutId, long folderId, long toFileEntryId,
364 com.liferay.portal.service.ServiceContext serviceContext)
365 throws com.liferay.portal.kernel.exception.PortalException,
366 com.liferay.portal.kernel.exception.SystemException {
367 return _dlFileShortcutLocalService.updateFileShortcut(userId,
368 fileShortcutId, folderId, toFileEntryId, serviceContext);
369 }
370
371 public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId)
372 throws com.liferay.portal.kernel.exception.SystemException {
373 _dlFileShortcutLocalService.updateFileShortcuts(oldToFileEntryId,
374 newToFileEntryId);
375 }
376
377
380 public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService() {
381 return _dlFileShortcutLocalService;
382 }
383
384
387 public void setWrappedDLFileShortcutLocalService(
388 DLFileShortcutLocalService dlFileShortcutLocalService) {
389 _dlFileShortcutLocalService = dlFileShortcutLocalService;
390 }
391
392 public DLFileShortcutLocalService getWrappedService() {
393 return _dlFileShortcutLocalService;
394 }
395
396 public void setWrappedService(
397 DLFileShortcutLocalService dlFileShortcutLocalService) {
398 _dlFileShortcutLocalService = dlFileShortcutLocalService;
399 }
400
401 private DLFileShortcutLocalService _dlFileShortcutLocalService;
402 }