001
014
015 package com.liferay.portlet.messageboards.service;
016
017
026 public class MBMailingListLocalServiceWrapper
027 implements MBMailingListLocalService {
028 public MBMailingListLocalServiceWrapper(
029 MBMailingListLocalService mbMailingListLocalService) {
030 _mbMailingListLocalService = mbMailingListLocalService;
031 }
032
033
040 public com.liferay.portlet.messageboards.model.MBMailingList addMBMailingList(
041 com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
042 throws com.liferay.portal.kernel.exception.SystemException {
043 return _mbMailingListLocalService.addMBMailingList(mbMailingList);
044 }
045
046
052 public com.liferay.portlet.messageboards.model.MBMailingList createMBMailingList(
053 long mailingListId) {
054 return _mbMailingListLocalService.createMBMailingList(mailingListId);
055 }
056
057
064 public void deleteMBMailingList(long mailingListId)
065 throws com.liferay.portal.kernel.exception.PortalException,
066 com.liferay.portal.kernel.exception.SystemException {
067 _mbMailingListLocalService.deleteMBMailingList(mailingListId);
068 }
069
070
076 public void deleteMBMailingList(
077 com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
078 throws com.liferay.portal.kernel.exception.SystemException {
079 _mbMailingListLocalService.deleteMBMailingList(mbMailingList);
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 _mbMailingListLocalService.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 _mbMailingListLocalService.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 _mbMailingListLocalService.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 _mbMailingListLocalService.dynamicQueryCount(dynamicQuery);
151 }
152
153
161 public com.liferay.portlet.messageboards.model.MBMailingList getMBMailingList(
162 long mailingListId)
163 throws com.liferay.portal.kernel.exception.PortalException,
164 com.liferay.portal.kernel.exception.SystemException {
165 return _mbMailingListLocalService.getMBMailingList(mailingListId);
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 _mbMailingListLocalService.getPersistedModel(primaryKeyObj);
173 }
174
175
184 public com.liferay.portlet.messageboards.model.MBMailingList getMBMailingListByUuidAndGroupId(
185 java.lang.String uuid, long groupId)
186 throws com.liferay.portal.kernel.exception.PortalException,
187 com.liferay.portal.kernel.exception.SystemException {
188 return _mbMailingListLocalService.getMBMailingListByUuidAndGroupId(uuid,
189 groupId);
190 }
191
192
204 public java.util.List<com.liferay.portlet.messageboards.model.MBMailingList> getMBMailingLists(
205 int start, int end)
206 throws com.liferay.portal.kernel.exception.SystemException {
207 return _mbMailingListLocalService.getMBMailingLists(start, end);
208 }
209
210
216 public int getMBMailingListsCount()
217 throws com.liferay.portal.kernel.exception.SystemException {
218 return _mbMailingListLocalService.getMBMailingListsCount();
219 }
220
221
228 public com.liferay.portlet.messageboards.model.MBMailingList updateMBMailingList(
229 com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
230 throws com.liferay.portal.kernel.exception.SystemException {
231 return _mbMailingListLocalService.updateMBMailingList(mbMailingList);
232 }
233
234
242 public com.liferay.portlet.messageboards.model.MBMailingList updateMBMailingList(
243 com.liferay.portlet.messageboards.model.MBMailingList mbMailingList,
244 boolean merge)
245 throws com.liferay.portal.kernel.exception.SystemException {
246 return _mbMailingListLocalService.updateMBMailingList(mbMailingList,
247 merge);
248 }
249
250
255 public java.lang.String getBeanIdentifier() {
256 return _mbMailingListLocalService.getBeanIdentifier();
257 }
258
259
264 public void setBeanIdentifier(java.lang.String beanIdentifier) {
265 _mbMailingListLocalService.setBeanIdentifier(beanIdentifier);
266 }
267
268 public com.liferay.portlet.messageboards.model.MBMailingList addMailingList(
269 long userId, long groupId, long categoryId,
270 java.lang.String emailAddress, java.lang.String inProtocol,
271 java.lang.String inServerName, int inServerPort, boolean inUseSSL,
272 java.lang.String inUserName, java.lang.String inPassword,
273 int inReadInterval, java.lang.String outEmailAddress,
274 boolean outCustom, java.lang.String outServerName, int outServerPort,
275 boolean outUseSSL, java.lang.String outUserName,
276 java.lang.String outPassword, boolean allowAnonymous, boolean active,
277 com.liferay.portal.service.ServiceContext serviceContext)
278 throws com.liferay.portal.kernel.exception.PortalException,
279 com.liferay.portal.kernel.exception.SystemException {
280 return _mbMailingListLocalService.addMailingList(userId, groupId,
281 categoryId, emailAddress, inProtocol, inServerName, inServerPort,
282 inUseSSL, inUserName, inPassword, inReadInterval, outEmailAddress,
283 outCustom, outServerName, outServerPort, outUseSSL, outUserName,
284 outPassword, allowAnonymous, active, serviceContext);
285 }
286
287 public void deleteCategoryMailingList(long groupId, long categoryId)
288 throws com.liferay.portal.kernel.exception.PortalException,
289 com.liferay.portal.kernel.exception.SystemException {
290 _mbMailingListLocalService.deleteCategoryMailingList(groupId, categoryId);
291 }
292
293 public void deleteMailingList(long mailingListId)
294 throws com.liferay.portal.kernel.exception.PortalException,
295 com.liferay.portal.kernel.exception.SystemException {
296 _mbMailingListLocalService.deleteMailingList(mailingListId);
297 }
298
299 public void deleteMailingList(
300 com.liferay.portlet.messageboards.model.MBMailingList mailingList)
301 throws com.liferay.portal.kernel.exception.PortalException,
302 com.liferay.portal.kernel.exception.SystemException {
303 _mbMailingListLocalService.deleteMailingList(mailingList);
304 }
305
306 public com.liferay.portlet.messageboards.model.MBMailingList getCategoryMailingList(
307 long groupId, long categoryId)
308 throws com.liferay.portal.kernel.exception.PortalException,
309 com.liferay.portal.kernel.exception.SystemException {
310 return _mbMailingListLocalService.getCategoryMailingList(groupId,
311 categoryId);
312 }
313
314 public com.liferay.portlet.messageboards.model.MBMailingList updateMailingList(
315 long mailingListId, java.lang.String emailAddress,
316 java.lang.String inProtocol, java.lang.String inServerName,
317 int inServerPort, boolean inUseSSL, java.lang.String inUserName,
318 java.lang.String inPassword, int inReadInterval,
319 java.lang.String outEmailAddress, boolean outCustom,
320 java.lang.String outServerName, int outServerPort, boolean outUseSSL,
321 java.lang.String outUserName, java.lang.String outPassword,
322 boolean allowAnonymous, boolean active,
323 com.liferay.portal.service.ServiceContext serviceContext)
324 throws com.liferay.portal.kernel.exception.PortalException,
325 com.liferay.portal.kernel.exception.SystemException {
326 return _mbMailingListLocalService.updateMailingList(mailingListId,
327 emailAddress, inProtocol, inServerName, inServerPort, inUseSSL,
328 inUserName, inPassword, inReadInterval, outEmailAddress, outCustom,
329 outServerName, outServerPort, outUseSSL, outUserName, outPassword,
330 allowAnonymous, active, serviceContext);
331 }
332
333 public MBMailingListLocalService getWrappedMBMailingListLocalService() {
334 return _mbMailingListLocalService;
335 }
336
337 public void setWrappedMBMailingListLocalService(
338 MBMailingListLocalService mbMailingListLocalService) {
339 _mbMailingListLocalService = mbMailingListLocalService;
340 }
341
342 private MBMailingListLocalService _mbMailingListLocalService;
343 }