001
014
015 package com.liferay.portal.service;
016
017 import com.liferay.portal.kernel.bean.PortalBeanLocatorUtil;
018 import com.liferay.portal.kernel.util.ReferenceRegistry;
019
020
033 public class SubscriptionLocalServiceUtil {
034
039
040
047 public static com.liferay.portal.model.Subscription addSubscription(
048 com.liferay.portal.model.Subscription subscription)
049 throws com.liferay.portal.kernel.exception.SystemException {
050 return getService().addSubscription(subscription);
051 }
052
053
059 public static com.liferay.portal.model.Subscription createSubscription(
060 long subscriptionId) {
061 return getService().createSubscription(subscriptionId);
062 }
063
064
072 public static com.liferay.portal.model.Subscription deleteSubscription(
073 long subscriptionId)
074 throws com.liferay.portal.kernel.exception.PortalException,
075 com.liferay.portal.kernel.exception.SystemException {
076 return getService().deleteSubscription(subscriptionId);
077 }
078
079
087 public static com.liferay.portal.model.Subscription deleteSubscription(
088 com.liferay.portal.model.Subscription subscription)
089 throws com.liferay.portal.kernel.exception.PortalException,
090 com.liferay.portal.kernel.exception.SystemException {
091 return getService().deleteSubscription(subscription);
092 }
093
094 public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
095 return getService().dynamicQuery();
096 }
097
098
105 @SuppressWarnings("rawtypes")
106 public static java.util.List dynamicQuery(
107 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
108 throws com.liferay.portal.kernel.exception.SystemException {
109 return getService().dynamicQuery(dynamicQuery);
110 }
111
112
125 @SuppressWarnings("rawtypes")
126 public static java.util.List dynamicQuery(
127 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
128 int end) throws com.liferay.portal.kernel.exception.SystemException {
129 return getService().dynamicQuery(dynamicQuery, start, end);
130 }
131
132
146 @SuppressWarnings("rawtypes")
147 public static java.util.List dynamicQuery(
148 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
149 int end,
150 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
151 throws com.liferay.portal.kernel.exception.SystemException {
152 return getService()
153 .dynamicQuery(dynamicQuery, start, end, orderByComparator);
154 }
155
156
163 public static long dynamicQueryCount(
164 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
165 throws com.liferay.portal.kernel.exception.SystemException {
166 return getService().dynamicQueryCount(dynamicQuery);
167 }
168
169 public static com.liferay.portal.model.Subscription fetchSubscription(
170 long subscriptionId)
171 throws com.liferay.portal.kernel.exception.SystemException {
172 return getService().fetchSubscription(subscriptionId);
173 }
174
175
183 public static com.liferay.portal.model.Subscription getSubscription(
184 long subscriptionId)
185 throws com.liferay.portal.kernel.exception.PortalException,
186 com.liferay.portal.kernel.exception.SystemException {
187 return getService().getSubscription(subscriptionId);
188 }
189
190 public static com.liferay.portal.model.PersistedModel getPersistedModel(
191 java.io.Serializable primaryKeyObj)
192 throws com.liferay.portal.kernel.exception.PortalException,
193 com.liferay.portal.kernel.exception.SystemException {
194 return getService().getPersistedModel(primaryKeyObj);
195 }
196
197
209 public static java.util.List<com.liferay.portal.model.Subscription> getSubscriptions(
210 int start, int end)
211 throws com.liferay.portal.kernel.exception.SystemException {
212 return getService().getSubscriptions(start, end);
213 }
214
215
221 public static int getSubscriptionsCount()
222 throws com.liferay.portal.kernel.exception.SystemException {
223 return getService().getSubscriptionsCount();
224 }
225
226
233 public static com.liferay.portal.model.Subscription updateSubscription(
234 com.liferay.portal.model.Subscription subscription)
235 throws com.liferay.portal.kernel.exception.SystemException {
236 return getService().updateSubscription(subscription);
237 }
238
239
244 public static java.lang.String getBeanIdentifier() {
245 return getService().getBeanIdentifier();
246 }
247
248
253 public static void setBeanIdentifier(java.lang.String beanIdentifier) {
254 getService().setBeanIdentifier(beanIdentifier);
255 }
256
257 public static com.liferay.portal.model.Subscription addSubscription(
258 long userId, long groupId, java.lang.String className, long classPK)
259 throws com.liferay.portal.kernel.exception.PortalException,
260 com.liferay.portal.kernel.exception.SystemException {
261 return getService().addSubscription(userId, groupId, className, classPK);
262 }
263
264 public static com.liferay.portal.model.Subscription addSubscription(
265 long userId, long groupId, java.lang.String className, long classPK,
266 java.lang.String frequency)
267 throws com.liferay.portal.kernel.exception.PortalException,
268 com.liferay.portal.kernel.exception.SystemException {
269 return getService()
270 .addSubscription(userId, groupId, className, classPK,
271 frequency);
272 }
273
274 public static void deleteSubscription(long userId,
275 java.lang.String className, long classPK)
276 throws com.liferay.portal.kernel.exception.PortalException,
277 com.liferay.portal.kernel.exception.SystemException {
278 getService().deleteSubscription(userId, className, classPK);
279 }
280
281 public static void deleteSubscriptions(long userId)
282 throws com.liferay.portal.kernel.exception.PortalException,
283 com.liferay.portal.kernel.exception.SystemException {
284 getService().deleteSubscriptions(userId);
285 }
286
287 public static void deleteSubscriptions(long companyId,
288 java.lang.String className, long classPK)
289 throws com.liferay.portal.kernel.exception.PortalException,
290 com.liferay.portal.kernel.exception.SystemException {
291 getService().deleteSubscriptions(companyId, className, classPK);
292 }
293
294 public static com.liferay.portal.model.Subscription getSubscription(
295 long companyId, long userId, java.lang.String className, long classPK)
296 throws com.liferay.portal.kernel.exception.PortalException,
297 com.liferay.portal.kernel.exception.SystemException {
298 return getService()
299 .getSubscription(companyId, userId, className, classPK);
300 }
301
302 public static java.util.List<com.liferay.portal.model.Subscription> getSubscriptions(
303 long companyId, java.lang.String className, long classPK)
304 throws com.liferay.portal.kernel.exception.SystemException {
305 return getService().getSubscriptions(companyId, className, classPK);
306 }
307
308 public static java.util.List<com.liferay.portal.model.Subscription> getUserSubscriptions(
309 long userId, int start, int end,
310 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
311 throws com.liferay.portal.kernel.exception.SystemException {
312 return getService()
313 .getUserSubscriptions(userId, start, end, orderByComparator);
314 }
315
316 public static java.util.List<com.liferay.portal.model.Subscription> getUserSubscriptions(
317 long userId, java.lang.String className)
318 throws com.liferay.portal.kernel.exception.SystemException {
319 return getService().getUserSubscriptions(userId, className);
320 }
321
322 public static int getUserSubscriptionsCount(long userId)
323 throws com.liferay.portal.kernel.exception.SystemException {
324 return getService().getUserSubscriptionsCount(userId);
325 }
326
327 public static boolean isSubscribed(long companyId, long userId,
328 java.lang.String className, long classPK)
329 throws com.liferay.portal.kernel.exception.SystemException {
330 return getService().isSubscribed(companyId, userId, className, classPK);
331 }
332
333 public static SubscriptionLocalService getService() {
334 if (_service == null) {
335 _service = (SubscriptionLocalService)PortalBeanLocatorUtil.locate(SubscriptionLocalService.class.getName());
336
337 ReferenceRegistry.registerReference(SubscriptionLocalServiceUtil.class,
338 "_service");
339 }
340
341 return _service;
342 }
343
344
347 public void setService(SubscriptionLocalService service) {
348 }
349
350 private static SubscriptionLocalService _service;
351 }