001
014
015 package com.liferay.portlet.mobiledevicerules.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class MDRRuleGroupLocalServiceWrapper implements MDRRuleGroupLocalService,
029 ServiceWrapper<MDRRuleGroupLocalService> {
030 public MDRRuleGroupLocalServiceWrapper(
031 MDRRuleGroupLocalService mdrRuleGroupLocalService) {
032 _mdrRuleGroupLocalService = mdrRuleGroupLocalService;
033 }
034
035
042 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addMDRRuleGroup(
043 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
044 throws com.liferay.portal.kernel.exception.SystemException {
045 return _mdrRuleGroupLocalService.addMDRRuleGroup(mdrRuleGroup);
046 }
047
048
054 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup createMDRRuleGroup(
055 long ruleGroupId) {
056 return _mdrRuleGroupLocalService.createMDRRuleGroup(ruleGroupId);
057 }
058
059
066 public void deleteMDRRuleGroup(long ruleGroupId)
067 throws com.liferay.portal.kernel.exception.PortalException,
068 com.liferay.portal.kernel.exception.SystemException {
069 _mdrRuleGroupLocalService.deleteMDRRuleGroup(ruleGroupId);
070 }
071
072
078 public void deleteMDRRuleGroup(
079 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
080 throws com.liferay.portal.kernel.exception.SystemException {
081 _mdrRuleGroupLocalService.deleteMDRRuleGroup(mdrRuleGroup);
082 }
083
084
091 @SuppressWarnings("rawtypes")
092 public java.util.List dynamicQuery(
093 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
094 throws com.liferay.portal.kernel.exception.SystemException {
095 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery);
096 }
097
098
111 @SuppressWarnings("rawtypes")
112 public java.util.List dynamicQuery(
113 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
114 int end) throws com.liferay.portal.kernel.exception.SystemException {
115 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery, start, end);
116 }
117
118
132 @SuppressWarnings("rawtypes")
133 public java.util.List dynamicQuery(
134 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
135 int end,
136 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
137 throws com.liferay.portal.kernel.exception.SystemException {
138 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery, start, end,
139 orderByComparator);
140 }
141
142
149 public long dynamicQueryCount(
150 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
151 throws com.liferay.portal.kernel.exception.SystemException {
152 return _mdrRuleGroupLocalService.dynamicQueryCount(dynamicQuery);
153 }
154
155 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchMDRRuleGroup(
156 long ruleGroupId)
157 throws com.liferay.portal.kernel.exception.SystemException {
158 return _mdrRuleGroupLocalService.fetchMDRRuleGroup(ruleGroupId);
159 }
160
161
169 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getMDRRuleGroup(
170 long ruleGroupId)
171 throws com.liferay.portal.kernel.exception.PortalException,
172 com.liferay.portal.kernel.exception.SystemException {
173 return _mdrRuleGroupLocalService.getMDRRuleGroup(ruleGroupId);
174 }
175
176 public com.liferay.portal.model.PersistedModel getPersistedModel(
177 java.io.Serializable primaryKeyObj)
178 throws com.liferay.portal.kernel.exception.PortalException,
179 com.liferay.portal.kernel.exception.SystemException {
180 return _mdrRuleGroupLocalService.getPersistedModel(primaryKeyObj);
181 }
182
183
192 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(
193 java.lang.String uuid, long groupId)
194 throws com.liferay.portal.kernel.exception.PortalException,
195 com.liferay.portal.kernel.exception.SystemException {
196 return _mdrRuleGroupLocalService.getMDRRuleGroupByUuidAndGroupId(uuid,
197 groupId);
198 }
199
200
212 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getMDRRuleGroups(
213 int start, int end)
214 throws com.liferay.portal.kernel.exception.SystemException {
215 return _mdrRuleGroupLocalService.getMDRRuleGroups(start, end);
216 }
217
218
224 public int getMDRRuleGroupsCount()
225 throws com.liferay.portal.kernel.exception.SystemException {
226 return _mdrRuleGroupLocalService.getMDRRuleGroupsCount();
227 }
228
229
236 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateMDRRuleGroup(
237 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
238 throws com.liferay.portal.kernel.exception.SystemException {
239 return _mdrRuleGroupLocalService.updateMDRRuleGroup(mdrRuleGroup);
240 }
241
242
250 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateMDRRuleGroup(
251 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup,
252 boolean merge)
253 throws com.liferay.portal.kernel.exception.SystemException {
254 return _mdrRuleGroupLocalService.updateMDRRuleGroup(mdrRuleGroup, merge);
255 }
256
257
262 public java.lang.String getBeanIdentifier() {
263 return _mdrRuleGroupLocalService.getBeanIdentifier();
264 }
265
266
271 public void setBeanIdentifier(java.lang.String beanIdentifier) {
272 _mdrRuleGroupLocalService.setBeanIdentifier(beanIdentifier);
273 }
274
275 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(
276 long groupId,
277 java.util.Map<java.util.Locale, java.lang.String> nameMap,
278 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
279 com.liferay.portal.service.ServiceContext serviceContext)
280 throws com.liferay.portal.kernel.exception.PortalException,
281 com.liferay.portal.kernel.exception.SystemException {
282 return _mdrRuleGroupLocalService.addRuleGroup(groupId, nameMap,
283 descriptionMap, serviceContext);
284 }
285
286 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(
287 long ruleGroupId, long groupId,
288 com.liferay.portal.service.ServiceContext serviceContext)
289 throws com.liferay.portal.kernel.exception.PortalException,
290 com.liferay.portal.kernel.exception.SystemException {
291 return _mdrRuleGroupLocalService.copyRuleGroup(ruleGroupId, groupId,
292 serviceContext);
293 }
294
295 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(
296 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup,
297 long groupId, com.liferay.portal.service.ServiceContext serviceContext)
298 throws com.liferay.portal.kernel.exception.PortalException,
299 com.liferay.portal.kernel.exception.SystemException {
300 return _mdrRuleGroupLocalService.copyRuleGroup(ruleGroup, groupId,
301 serviceContext);
302 }
303
304 public void deleteRuleGroup(long ruleGroupId)
305 throws com.liferay.portal.kernel.exception.SystemException {
306 _mdrRuleGroupLocalService.deleteRuleGroup(ruleGroupId);
307 }
308
309 public void deleteRuleGroup(
310 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
311 throws com.liferay.portal.kernel.exception.SystemException {
312 _mdrRuleGroupLocalService.deleteRuleGroup(ruleGroup);
313 }
314
315 public void deleteRuleGroups(long groupId)
316 throws com.liferay.portal.kernel.exception.SystemException {
317 _mdrRuleGroupLocalService.deleteRuleGroups(groupId);
318 }
319
320 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(
321 long ruleGroupId)
322 throws com.liferay.portal.kernel.exception.SystemException {
323 return _mdrRuleGroupLocalService.fetchRuleGroup(ruleGroupId);
324 }
325
326 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(
327 long ruleGroupId)
328 throws com.liferay.portal.kernel.exception.PortalException,
329 com.liferay.portal.kernel.exception.SystemException {
330 return _mdrRuleGroupLocalService.getRuleGroup(ruleGroupId);
331 }
332
333 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(
334 long groupId)
335 throws com.liferay.portal.kernel.exception.SystemException {
336 return _mdrRuleGroupLocalService.getRuleGroups(groupId);
337 }
338
339 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(
340 long groupId, int start, int end)
341 throws com.liferay.portal.kernel.exception.SystemException {
342 return _mdrRuleGroupLocalService.getRuleGroups(groupId, start, end);
343 }
344
345 public int getRuleGroupsCount(long groupId)
346 throws com.liferay.portal.kernel.exception.SystemException {
347 return _mdrRuleGroupLocalService.getRuleGroupsCount(groupId);
348 }
349
350 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(
351 long groupId, java.lang.String name)
352 throws com.liferay.portal.kernel.exception.SystemException {
353 return _mdrRuleGroupLocalService.search(groupId, name);
354 }
355
356 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(
357 long groupId, java.lang.String name, int start, int end)
358 throws com.liferay.portal.kernel.exception.SystemException {
359 return _mdrRuleGroupLocalService.search(groupId, name, start, end);
360 }
361
362 public int searchCount(long groupId, java.lang.String name)
363 throws com.liferay.portal.kernel.exception.SystemException {
364 return _mdrRuleGroupLocalService.searchCount(groupId, name);
365 }
366
367 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(
368 long ruleGroupId,
369 java.util.Map<java.util.Locale, java.lang.String> nameMap,
370 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
371 com.liferay.portal.service.ServiceContext serviceContext)
372 throws com.liferay.portal.kernel.exception.PortalException,
373 com.liferay.portal.kernel.exception.SystemException {
374 return _mdrRuleGroupLocalService.updateRuleGroup(ruleGroupId, nameMap,
375 descriptionMap, serviceContext);
376 }
377
378
381 public MDRRuleGroupLocalService getWrappedMDRRuleGroupLocalService() {
382 return _mdrRuleGroupLocalService;
383 }
384
385
388 public void setWrappedMDRRuleGroupLocalService(
389 MDRRuleGroupLocalService mdrRuleGroupLocalService) {
390 _mdrRuleGroupLocalService = mdrRuleGroupLocalService;
391 }
392
393 public MDRRuleGroupLocalService getWrappedService() {
394 return _mdrRuleGroupLocalService;
395 }
396
397 public void setWrappedService(
398 MDRRuleGroupLocalService mdrRuleGroupLocalService) {
399 _mdrRuleGroupLocalService = mdrRuleGroupLocalService;
400 }
401
402 private MDRRuleGroupLocalService _mdrRuleGroupLocalService;
403 }