1
22
23 package com.liferay.portlet.documentlibrary.service;
24
25
26
46 public class DLFileShortcutLocalServiceUtil {
47 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addDLFileShortcut(
48 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
49 throws com.liferay.portal.SystemException {
50 return getService().addDLFileShortcut(dlFileShortcut);
51 }
52
53 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut createDLFileShortcut(
54 long fileShortcutId) {
55 return getService().createDLFileShortcut(fileShortcutId);
56 }
57
58 public static void deleteDLFileShortcut(long fileShortcutId)
59 throws com.liferay.portal.PortalException,
60 com.liferay.portal.SystemException {
61 getService().deleteDLFileShortcut(fileShortcutId);
62 }
63
64 public static void deleteDLFileShortcut(
65 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
66 throws com.liferay.portal.SystemException {
67 getService().deleteDLFileShortcut(dlFileShortcut);
68 }
69
70 public static java.util.List<Object> dynamicQuery(
71 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
72 throws com.liferay.portal.SystemException {
73 return getService().dynamicQuery(dynamicQuery);
74 }
75
76 public static java.util.List<Object> dynamicQuery(
77 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
78 int end) throws com.liferay.portal.SystemException {
79 return getService().dynamicQuery(dynamicQuery, start, end);
80 }
81
82 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut getDLFileShortcut(
83 long fileShortcutId)
84 throws com.liferay.portal.PortalException,
85 com.liferay.portal.SystemException {
86 return getService().getDLFileShortcut(fileShortcutId);
87 }
88
89 public static java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getDLFileShortcuts(
90 int start, int end) throws com.liferay.portal.SystemException {
91 return getService().getDLFileShortcuts(start, end);
92 }
93
94 public static int getDLFileShortcutsCount()
95 throws com.liferay.portal.SystemException {
96 return getService().getDLFileShortcutsCount();
97 }
98
99 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
100 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut)
101 throws com.liferay.portal.SystemException {
102 return getService().updateDLFileShortcut(dlFileShortcut);
103 }
104
105 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut updateDLFileShortcut(
106 com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut,
107 boolean merge) throws com.liferay.portal.SystemException {
108 return getService().updateDLFileShortcut(dlFileShortcut, merge);
109 }
110
111 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
112 long userId, long folderId, long toFolderId, java.lang.String toName,
113 boolean addCommunityPermissions, boolean addGuestPermissions)
114 throws com.liferay.portal.PortalException,
115 com.liferay.portal.SystemException {
116 return getService()
117 .addFileShortcut(userId, folderId, toFolderId, toName,
118 addCommunityPermissions, addGuestPermissions);
119 }
120
121 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
122 java.lang.String uuid, long userId, long folderId, long toFolderId,
123 java.lang.String toName, boolean addCommunityPermissions,
124 boolean addGuestPermissions)
125 throws com.liferay.portal.PortalException,
126 com.liferay.portal.SystemException {
127 return getService()
128 .addFileShortcut(uuid, userId, folderId, toFolderId, toName,
129 addCommunityPermissions, addGuestPermissions);
130 }
131
132 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
133 long userId, long folderId, long toFolderId, java.lang.String toName,
134 java.lang.String[] communityPermissions,
135 java.lang.String[] guestPermissions)
136 throws com.liferay.portal.PortalException,
137 com.liferay.portal.SystemException {
138 return getService()
139 .addFileShortcut(userId, folderId, toFolderId, toName,
140 communityPermissions, guestPermissions);
141 }
142
143 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
144 java.lang.String uuid, long userId, long folderId, long toFolderId,
145 java.lang.String toName, java.lang.Boolean addCommunityPermissions,
146 java.lang.Boolean addGuestPermissions,
147 java.lang.String[] communityPermissions,
148 java.lang.String[] guestPermissions)
149 throws com.liferay.portal.PortalException,
150 com.liferay.portal.SystemException {
151 return getService()
152 .addFileShortcut(uuid, userId, folderId, toFolderId, toName,
153 addCommunityPermissions, addGuestPermissions, communityPermissions,
154 guestPermissions);
155 }
156
157 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
158 long userId, long folderId, long toFolderId, java.lang.String toName,
159 com.liferay.portal.service.ServiceContext serviceContext)
160 throws com.liferay.portal.PortalException,
161 com.liferay.portal.SystemException {
162 return getService()
163 .addFileShortcut(userId, folderId, toFolderId, toName,
164 serviceContext);
165 }
166
167 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(
168 java.lang.String uuid, long userId, long folderId, long toFolderId,
169 java.lang.String toName,
170 com.liferay.portal.service.ServiceContext serviceContext)
171 throws com.liferay.portal.PortalException,
172 com.liferay.portal.SystemException {
173 return getService()
174 .addFileShortcut(uuid, userId, folderId, toFolderId, toName,
175 serviceContext);
176 }
177
178 public static void addFileShortcutResources(long fileShortcutId,
179 boolean addCommunityPermissions, boolean addGuestPermissions)
180 throws com.liferay.portal.PortalException,
181 com.liferay.portal.SystemException {
182 getService()
183 .addFileShortcutResources(fileShortcutId, addCommunityPermissions,
184 addGuestPermissions);
185 }
186
187 public static void addFileShortcutResources(
188 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
189 boolean addCommunityPermissions, boolean addGuestPermissions)
190 throws com.liferay.portal.PortalException,
191 com.liferay.portal.SystemException {
192 getService()
193 .addFileShortcutResources(fileShortcut, addCommunityPermissions,
194 addGuestPermissions);
195 }
196
197 public static void addFileShortcutResources(long fileShortcutId,
198 java.lang.String[] communityPermissions,
199 java.lang.String[] guestPermissions)
200 throws com.liferay.portal.PortalException,
201 com.liferay.portal.SystemException {
202 getService()
203 .addFileShortcutResources(fileShortcutId, communityPermissions,
204 guestPermissions);
205 }
206
207 public static void addFileShortcutResources(
208 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
209 java.lang.String[] communityPermissions,
210 java.lang.String[] guestPermissions)
211 throws com.liferay.portal.PortalException,
212 com.liferay.portal.SystemException {
213 getService()
214 .addFileShortcutResources(fileShortcut, communityPermissions,
215 guestPermissions);
216 }
217
218 public static void deleteFileShortcut(long fileShortcutId)
219 throws com.liferay.portal.PortalException,
220 com.liferay.portal.SystemException {
221 getService().deleteFileShortcut(fileShortcutId);
222 }
223
224 public static void deleteFileShortcut(
225 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut)
226 throws com.liferay.portal.PortalException,
227 com.liferay.portal.SystemException {
228 getService().deleteFileShortcut(fileShortcut);
229 }
230
231 public static void deleteFileShortcuts(long toFolderId,
232 java.lang.String toName)
233 throws com.liferay.portal.PortalException,
234 com.liferay.portal.SystemException {
235 getService().deleteFileShortcuts(toFolderId, toName);
236 }
237
238 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(
239 long fileShortcutId)
240 throws com.liferay.portal.PortalException,
241 com.liferay.portal.SystemException {
242 return getService().getFileShortcut(fileShortcutId);
243 }
244
245 public static void updateTagsAsset(long userId,
246 com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
247 java.lang.String[] tagsCategories, java.lang.String[] tagsEntries)
248 throws com.liferay.portal.PortalException,
249 com.liferay.portal.SystemException {
250 getService()
251 .updateTagsAsset(userId, fileShortcut, tagsCategories, tagsEntries);
252 }
253
254 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(
255 long userId, long fileShortcutId, long folderId, long toFolderId,
256 java.lang.String toName)
257 throws com.liferay.portal.PortalException,
258 com.liferay.portal.SystemException {
259 return getService()
260 .updateFileShortcut(userId, fileShortcutId, folderId,
261 toFolderId, toName);
262 }
263
264 public static com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(
265 long userId, long fileShortcutId, long folderId, long toFolderId,
266 java.lang.String toName,
267 com.liferay.portal.service.ServiceContext serviceContext)
268 throws com.liferay.portal.PortalException,
269 com.liferay.portal.SystemException {
270 return getService()
271 .updateFileShortcut(userId, fileShortcutId, folderId,
272 toFolderId, toName, serviceContext);
273 }
274
275 public static void updateFileShortcuts(long oldToFolderId,
276 java.lang.String oldToName, long newToFolderId,
277 java.lang.String newToName) throws com.liferay.portal.SystemException {
278 getService()
279 .updateFileShortcuts(oldToFolderId, oldToName, newToFolderId,
280 newToName);
281 }
282
283 public static DLFileShortcutLocalService getService() {
284 if (_service == null) {
285 throw new RuntimeException("DLFileShortcutLocalService is not set");
286 }
287
288 return _service;
289 }
290
291 public void setService(DLFileShortcutLocalService service) {
292 _service = service;
293 }
294
295 private static DLFileShortcutLocalService _service;
296 }