1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * The contents of this file are subject to the terms of the Liferay Enterprise
5    * Subscription License ("License"). You may not use this file except in
6    * compliance with the License. You can obtain a copy of the License by
7    * contacting Liferay, Inc. See the License for the specific language governing
8    * permissions and limitations under the License, including but not limited to
9    * distribution rights of the Software.
10   *
11   *
12   *
13   */
14  
15  package com.liferay.portal.service;
16  
17  import com.liferay.portal.kernel.bean.PortalBeanLocatorUtil;
18  import com.liferay.portal.kernel.util.MethodCache;
19  import com.liferay.portal.kernel.util.ReferenceRegistry;
20  
21  /**
22   * <a href="SubscriptionLocalServiceUtil.java.html"><b><i>View Source</i></b></a>
23   *
24   * <p>
25   * ServiceBuilder generated this class. Modifications in this class will be
26   * overwritten the next time is generated.
27   * </p>
28   *
29   * <p>
30   * This class provides static methods for the
31   * {@link SubscriptionLocalService} bean. The static methods of
32   * this class calls the same methods of the bean instance. It's convenient to be
33   * able to just write one line to call a method on a bean instead of writing a
34   * lookup call and a method call.
35   * </p>
36   *
37   * @author    Brian Wing Shun Chan
38   * @see       SubscriptionLocalService
39   * @generated
40   */
41  public class SubscriptionLocalServiceUtil {
42      public static com.liferay.portal.model.Subscription addSubscription(
43          com.liferay.portal.model.Subscription subscription)
44          throws com.liferay.portal.SystemException {
45          return getService().addSubscription(subscription);
46      }
47  
48      public static com.liferay.portal.model.Subscription createSubscription(
49          long subscriptionId) {
50          return getService().createSubscription(subscriptionId);
51      }
52  
53      public static void deleteSubscription(long subscriptionId)
54          throws com.liferay.portal.PortalException,
55              com.liferay.portal.SystemException {
56          getService().deleteSubscription(subscriptionId);
57      }
58  
59      public static void deleteSubscription(
60          com.liferay.portal.model.Subscription subscription)
61          throws com.liferay.portal.SystemException {
62          getService().deleteSubscription(subscription);
63      }
64  
65      @SuppressWarnings("rawtypes")
66      public static java.util.List dynamicQuery(
67          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
68          throws com.liferay.portal.SystemException {
69          return getService().dynamicQuery(dynamicQuery);
70      }
71  
72      @SuppressWarnings("rawtypes")
73      public static java.util.List dynamicQuery(
74          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
75          int end) throws com.liferay.portal.SystemException {
76          return getService().dynamicQuery(dynamicQuery, start, end);
77      }
78  
79      @SuppressWarnings("rawtypes")
80      public static java.util.List dynamicQuery(
81          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
82          int end,
83          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
84          throws com.liferay.portal.SystemException {
85          return getService()
86                     .dynamicQuery(dynamicQuery, start, end, orderByComparator);
87      }
88  
89      public static int dynamicQueryCount(
90          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
91          throws com.liferay.portal.SystemException {
92          return getService().dynamicQueryCount(dynamicQuery);
93      }
94  
95      public static com.liferay.portal.model.Subscription getSubscription(
96          long subscriptionId)
97          throws com.liferay.portal.PortalException,
98              com.liferay.portal.SystemException {
99          return getService().getSubscription(subscriptionId);
100     }
101 
102     public static java.util.List<com.liferay.portal.model.Subscription> getSubscriptions(
103         int start, int end) throws com.liferay.portal.SystemException {
104         return getService().getSubscriptions(start, end);
105     }
106 
107     public static int getSubscriptionsCount()
108         throws com.liferay.portal.SystemException {
109         return getService().getSubscriptionsCount();
110     }
111 
112     public static com.liferay.portal.model.Subscription updateSubscription(
113         com.liferay.portal.model.Subscription subscription)
114         throws com.liferay.portal.SystemException {
115         return getService().updateSubscription(subscription);
116     }
117 
118     public static com.liferay.portal.model.Subscription updateSubscription(
119         com.liferay.portal.model.Subscription subscription, boolean merge)
120         throws com.liferay.portal.SystemException {
121         return getService().updateSubscription(subscription, merge);
122     }
123 
124     public static com.liferay.portal.model.Subscription addSubscription(
125         long userId, java.lang.String className, long classPK)
126         throws com.liferay.portal.PortalException,
127             com.liferay.portal.SystemException {
128         return getService().addSubscription(userId, className, classPK);
129     }
130 
131     public static com.liferay.portal.model.Subscription addSubscription(
132         long userId, java.lang.String className, long classPK,
133         java.lang.String frequency)
134         throws com.liferay.portal.PortalException,
135             com.liferay.portal.SystemException {
136         return getService()
137                    .addSubscription(userId, className, classPK, frequency);
138     }
139 
140     public static void deleteSubscription(long userId,
141         java.lang.String className, long classPK)
142         throws com.liferay.portal.PortalException,
143             com.liferay.portal.SystemException {
144         getService().deleteSubscription(userId, className, classPK);
145     }
146 
147     public static void deleteSubscriptions(long userId)
148         throws com.liferay.portal.SystemException {
149         getService().deleteSubscriptions(userId);
150     }
151 
152     public static void deleteSubscriptions(long companyId,
153         java.lang.String className, long classPK)
154         throws com.liferay.portal.SystemException {
155         getService().deleteSubscriptions(companyId, className, classPK);
156     }
157 
158     public static com.liferay.portal.model.Subscription getSubscription(
159         long companyId, long userId, java.lang.String className, long classPK)
160         throws com.liferay.portal.PortalException,
161             com.liferay.portal.SystemException {
162         return getService()
163                    .getSubscription(companyId, userId, className, classPK);
164     }
165 
166     public static java.util.List<com.liferay.portal.model.Subscription> getSubscriptions(
167         long companyId, java.lang.String className, long classPK)
168         throws com.liferay.portal.SystemException {
169         return getService().getSubscriptions(companyId, className, classPK);
170     }
171 
172     public static java.util.List<com.liferay.portal.model.Subscription> getUserSubscriptions(
173         long userId, java.lang.String className)
174         throws com.liferay.portal.SystemException {
175         return getService().getUserSubscriptions(userId, className);
176     }
177 
178     public static boolean isSubscribed(long companyId, long userId,
179         java.lang.String className, long classPK)
180         throws com.liferay.portal.SystemException {
181         return getService().isSubscribed(companyId, userId, className, classPK);
182     }
183 
184     public static SubscriptionLocalService getService() {
185         if (_service == null) {
186             _service = (SubscriptionLocalService)PortalBeanLocatorUtil.locate(SubscriptionLocalService.class.getName());
187 
188             ReferenceRegistry.registerReference(SubscriptionLocalServiceUtil.class,
189                 "_service");
190             MethodCache.remove(SubscriptionLocalService.class);
191         }
192 
193         return _service;
194     }
195 
196     public void setService(SubscriptionLocalService service) {
197         MethodCache.remove(SubscriptionLocalService.class);
198 
199         _service = service;
200 
201         ReferenceRegistry.registerReference(SubscriptionLocalServiceUtil.class,
202             "_service");
203         MethodCache.remove(SubscriptionLocalService.class);
204     }
205 
206     private static SubscriptionLocalService _service;
207 }