001
014
015 package com.liferay.portlet.documentlibrary.service;
016
017
026 public class DLFileShortcutLocalServiceWrapper
027 implements DLFileShortcutLocalService {
028 public DLFileShortcutLocalServiceWrapper(
029 DLFileShortcutLocalService dlFileShortcutLocalService) {
030 _dlFileShortcutLocalService = dlFileShortcutLocalService;
031 }
032
033
040 public com.liferay.portlet.documentlibrary.model.DLFileShortcut addDLFileShortcut(
041 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
042 throws com.liferay.portal.kernel.exception.SystemException {
043 return _dlFileShortcutLocalService.addDLFileShortcut(dlFileShortcut);
044 }
045
046
052 public com.liferay.portlet.documentlibrary.model.DLFileShortcut createDLFileShortcut(
053 long fileShortcutId) {
054 return _dlFileShortcutLocalService.createDLFileShortcut(fileShortcutId);
055 }
056
057
064 public void deleteDLFileShortcut(long fileShortcutId)
065 throws com.liferay.portal.kernel.exception.PortalException,
066 com.liferay.portal.kernel.exception.SystemException {
067 _dlFileShortcutLocalService.deleteDLFileShortcut(fileShortcutId);
068 }
069
070
076 public void deleteDLFileShortcut(
077 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
078 throws com.liferay.portal.kernel.exception.SystemException {
079 _dlFileShortcutLocalService.deleteDLFileShortcut(dlFileShortcut);
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 _dlFileShortcutLocalService.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 _dlFileShortcutLocalService.dynamicQuery(dynamicQuery, start, end);
114 }
115
116
130 @SuppressWarnings("rawtypes")
131 public java.util.List dynamicQuery(
132 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
133 int end,
134 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
135 throws com.liferay.portal.kernel.exception.SystemException {
136 return _dlFileShortcutLocalService.dynamicQuery(dynamicQuery, start,
137 end, orderByComparator);
138 }
139
140
147 public long dynamicQueryCount(
148 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
149 throws com.liferay.portal.kernel.exception.SystemException {
150 return _dlFileShortcutLocalService.dynamicQueryCount(dynamicQuery);
151 }
152
153
161 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcut(
162 long fileShortcutId)
163 throws com.liferay.portal.kernel.exception.PortalException,
164 com.liferay.portal.kernel.exception.SystemException {
165 return _dlFileShortcutLocalService.getDLFileShortcut(fileShortcutId);
166 }
167
168 public com.liferay.portal.model.PersistedModel getPersistedModel(
169 java.io.Serializable primaryKeyObj)
170 throws com.liferay.portal.kernel.exception.PortalException,
171 com.liferay.portal.kernel.exception.SystemException {
172 return _dlFileShortcutLocalService.getPersistedModel(primaryKeyObj);
173 }
174
175
184 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcutByUuidAndGroupId(
185 java.lang.String uuid, long groupId)
186 throws com.liferay.portal.kernel.exception.PortalException,
187 com.liferay.portal.kernel.exception.SystemException {
188 return _dlFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(uuid,
189 groupId);
190 }
191
192
204 public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcuts(
205 int start, int end)
206 throws com.liferay.portal.kernel.exception.SystemException {
207 return _dlFileShortcutLocalService.getDLFileShortcuts(start, end);
208 }
209
210
216 public int getDLFileShortcutsCount()
217 throws com.liferay.portal.kernel.exception.SystemException {
218 return _dlFileShortcutLocalService.getDLFileShortcutsCount();
219 }
220
221
228 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
229 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
230 throws com.liferay.portal.kernel.exception.SystemException {
231 return _dlFileShortcutLocalService.updateDLFileShortcut(dlFileShortcut);
232 }
233
234
242 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
243 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut,
244 boolean merge)
245 throws com.liferay.portal.kernel.exception.SystemException {
246 return _dlFileShortcutLocalService.updateDLFileShortcut(dlFileShortcut,
247 merge);
248 }
249
250
255 public java.lang.String getBeanIdentifier() {
256 return _dlFileShortcutLocalService.getBeanIdentifier();
257 }
258
259
264 public void setBeanIdentifier(java.lang.String beanIdentifier) {
265 _dlFileShortcutLocalService.setBeanIdentifier(beanIdentifier);
266 }
267
268 public com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
269 long userId, long groupId, long folderId, long toFileEntryId,
270 com.liferay.portal.service.ServiceContext serviceContext)
271 throws com.liferay.portal.kernel.exception.PortalException,
272 com.liferay.portal.kernel.exception.SystemException {
273 return _dlFileShortcutLocalService.addFileShortcut(userId, groupId,
274 folderId, toFileEntryId, serviceContext);
275 }
276
277 public void addFileShortcutResources(
278 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
279 boolean addGroupPermissions, boolean addGuestPermissions)
280 throws com.liferay.portal.kernel.exception.PortalException,
281 com.liferay.portal.kernel.exception.SystemException {
282 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcut,
283 addGroupPermissions, addGuestPermissions);
284 }
285
286 public void addFileShortcutResources(
287 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
288 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
289 throws com.liferay.portal.kernel.exception.PortalException,
290 com.liferay.portal.kernel.exception.SystemException {
291 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcut,
292 groupPermissions, guestPermissions);
293 }
294
295 public void addFileShortcutResources(long fileShortcutId,
296 boolean addGroupPermissions, boolean addGuestPermissions)
297 throws com.liferay.portal.kernel.exception.PortalException,
298 com.liferay.portal.kernel.exception.SystemException {
299 _dlFileShortcutLocalService.addFileShortcutResources(fileShortcutId,
300 addGroupPermissions, addGuestPermissions);
301 }
302
303 public void addFileShortcutResources(long fileShortcutId,
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(fileShortcutId,
308 groupPermissions, guestPermissions);
309 }
310
311 public void deleteFileShortcut(
312 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut)
313 throws com.liferay.portal.kernel.exception.PortalException,
314 com.liferay.portal.kernel.exception.SystemException {
315 _dlFileShortcutLocalService.deleteFileShortcut(fileShortcut);
316 }
317
318 public void deleteFileShortcut(long fileShortcutId)
319 throws com.liferay.portal.kernel.exception.PortalException,
320 com.liferay.portal.kernel.exception.SystemException {
321 _dlFileShortcutLocalService.deleteFileShortcut(fileShortcutId);
322 }
323
324 public void deleteFileShortcuts(long toFileEntryId)
325 throws com.liferay.portal.kernel.exception.PortalException,
326 com.liferay.portal.kernel.exception.SystemException {
327 _dlFileShortcutLocalService.deleteFileShortcuts(toFileEntryId);
328 }
329
330 public com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(
331 long fileShortcutId)
332 throws com.liferay.portal.kernel.exception.PortalException,
333 com.liferay.portal.kernel.exception.SystemException {
334 return _dlFileShortcutLocalService.getFileShortcut(fileShortcutId);
335 }
336
337 public void updateAsset(long userId,
338 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
339 long[] assetCategoryIds, java.lang.String[] assetTagNames)
340 throws com.liferay.portal.kernel.exception.PortalException,
341 com.liferay.portal.kernel.exception.SystemException {
342 _dlFileShortcutLocalService.updateAsset(userId, fileShortcut,
343 assetCategoryIds, assetTagNames);
344 }
345
346 public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(
347 long userId, long fileShortcutId, long folderId, long toFileEntryId,
348 com.liferay.portal.service.ServiceContext serviceContext)
349 throws com.liferay.portal.kernel.exception.PortalException,
350 com.liferay.portal.kernel.exception.SystemException {
351 return _dlFileShortcutLocalService.updateFileShortcut(userId,
352 fileShortcutId, folderId, toFileEntryId, serviceContext);
353 }
354
355 public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId)
356 throws com.liferay.portal.kernel.exception.SystemException {
357 _dlFileShortcutLocalService.updateFileShortcuts(oldToFileEntryId,
358 newToFileEntryId);
359 }
360
361 public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService() {
362 return _dlFileShortcutLocalService;
363 }
364
365 public void setWrappedDLFileShortcutLocalService(
366 DLFileShortcutLocalService dlFileShortcutLocalService) {
367 _dlFileShortcutLocalService = dlFileShortcutLocalService;
368 }
369
370 private DLFileShortcutLocalService _dlFileShortcutLocalService;
371 }