001
014
015 package com.liferay.portlet.mobiledevicerules.service;
016
017
026 public class MDRRuleGroupLocalServiceWrapper implements MDRRuleGroupLocalService {
027 public MDRRuleGroupLocalServiceWrapper(
028 MDRRuleGroupLocalService mdrRuleGroupLocalService) {
029 _mdrRuleGroupLocalService = mdrRuleGroupLocalService;
030 }
031
032
039 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addMDRRuleGroup(
040 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
041 throws com.liferay.portal.kernel.exception.SystemException {
042 return _mdrRuleGroupLocalService.addMDRRuleGroup(mdrRuleGroup);
043 }
044
045
051 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup createMDRRuleGroup(
052 long ruleGroupId) {
053 return _mdrRuleGroupLocalService.createMDRRuleGroup(ruleGroupId);
054 }
055
056
063 public void deleteMDRRuleGroup(long ruleGroupId)
064 throws com.liferay.portal.kernel.exception.PortalException,
065 com.liferay.portal.kernel.exception.SystemException {
066 _mdrRuleGroupLocalService.deleteMDRRuleGroup(ruleGroupId);
067 }
068
069
075 public void deleteMDRRuleGroup(
076 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
077 throws com.liferay.portal.kernel.exception.SystemException {
078 _mdrRuleGroupLocalService.deleteMDRRuleGroup(mdrRuleGroup);
079 }
080
081
088 @SuppressWarnings("rawtypes")
089 public java.util.List dynamicQuery(
090 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
091 throws com.liferay.portal.kernel.exception.SystemException {
092 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery);
093 }
094
095
108 @SuppressWarnings("rawtypes")
109 public java.util.List dynamicQuery(
110 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
111 int end) throws com.liferay.portal.kernel.exception.SystemException {
112 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery, start, end);
113 }
114
115
129 @SuppressWarnings("rawtypes")
130 public java.util.List dynamicQuery(
131 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
132 int end,
133 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
134 throws com.liferay.portal.kernel.exception.SystemException {
135 return _mdrRuleGroupLocalService.dynamicQuery(dynamicQuery, start, end,
136 orderByComparator);
137 }
138
139
146 public long dynamicQueryCount(
147 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
148 throws com.liferay.portal.kernel.exception.SystemException {
149 return _mdrRuleGroupLocalService.dynamicQueryCount(dynamicQuery);
150 }
151
152
160 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getMDRRuleGroup(
161 long ruleGroupId)
162 throws com.liferay.portal.kernel.exception.PortalException,
163 com.liferay.portal.kernel.exception.SystemException {
164 return _mdrRuleGroupLocalService.getMDRRuleGroup(ruleGroupId);
165 }
166
167 public com.liferay.portal.model.PersistedModel getPersistedModel(
168 java.io.Serializable primaryKeyObj)
169 throws com.liferay.portal.kernel.exception.PortalException,
170 com.liferay.portal.kernel.exception.SystemException {
171 return _mdrRuleGroupLocalService.getPersistedModel(primaryKeyObj);
172 }
173
174
183 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getMDRRuleGroupByUuidAndGroupId(
184 java.lang.String uuid, long groupId)
185 throws com.liferay.portal.kernel.exception.PortalException,
186 com.liferay.portal.kernel.exception.SystemException {
187 return _mdrRuleGroupLocalService.getMDRRuleGroupByUuidAndGroupId(uuid,
188 groupId);
189 }
190
191
203 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getMDRRuleGroups(
204 int start, int end)
205 throws com.liferay.portal.kernel.exception.SystemException {
206 return _mdrRuleGroupLocalService.getMDRRuleGroups(start, end);
207 }
208
209
215 public int getMDRRuleGroupsCount()
216 throws com.liferay.portal.kernel.exception.SystemException {
217 return _mdrRuleGroupLocalService.getMDRRuleGroupsCount();
218 }
219
220
227 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateMDRRuleGroup(
228 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup)
229 throws com.liferay.portal.kernel.exception.SystemException {
230 return _mdrRuleGroupLocalService.updateMDRRuleGroup(mdrRuleGroup);
231 }
232
233
241 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateMDRRuleGroup(
242 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup mdrRuleGroup,
243 boolean merge)
244 throws com.liferay.portal.kernel.exception.SystemException {
245 return _mdrRuleGroupLocalService.updateMDRRuleGroup(mdrRuleGroup, merge);
246 }
247
248
253 public java.lang.String getBeanIdentifier() {
254 return _mdrRuleGroupLocalService.getBeanIdentifier();
255 }
256
257
262 public void setBeanIdentifier(java.lang.String beanIdentifier) {
263 _mdrRuleGroupLocalService.setBeanIdentifier(beanIdentifier);
264 }
265
266 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(
267 long groupId,
268 java.util.Map<java.util.Locale, java.lang.String> nameMap,
269 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
270 com.liferay.portal.service.ServiceContext serviceContext)
271 throws com.liferay.portal.kernel.exception.PortalException,
272 com.liferay.portal.kernel.exception.SystemException {
273 return _mdrRuleGroupLocalService.addRuleGroup(groupId, nameMap,
274 descriptionMap, serviceContext);
275 }
276
277 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(
278 long ruleGroupId, long groupId,
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.copyRuleGroup(ruleGroupId, groupId,
283 serviceContext);
284 }
285
286 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(
287 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup,
288 long groupId, 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(ruleGroup, groupId,
292 serviceContext);
293 }
294
295 public void deleteRuleGroup(long ruleGroupId)
296 throws com.liferay.portal.kernel.exception.SystemException {
297 _mdrRuleGroupLocalService.deleteRuleGroup(ruleGroupId);
298 }
299
300 public void deleteRuleGroup(
301 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
302 throws com.liferay.portal.kernel.exception.SystemException {
303 _mdrRuleGroupLocalService.deleteRuleGroup(ruleGroup);
304 }
305
306 public void deleteRuleGroups(long groupId)
307 throws com.liferay.portal.kernel.exception.SystemException {
308 _mdrRuleGroupLocalService.deleteRuleGroups(groupId);
309 }
310
311 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(
312 long ruleGroupId)
313 throws com.liferay.portal.kernel.exception.SystemException {
314 return _mdrRuleGroupLocalService.fetchRuleGroup(ruleGroupId);
315 }
316
317 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(
318 long groupId)
319 throws com.liferay.portal.kernel.exception.SystemException {
320 return _mdrRuleGroupLocalService.getRuleGroups(groupId);
321 }
322
323 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(
324 long groupId, int start, int end)
325 throws com.liferay.portal.kernel.exception.SystemException {
326 return _mdrRuleGroupLocalService.getRuleGroups(groupId, start, end);
327 }
328
329 public int getRuleGroupsCount(long groupId)
330 throws com.liferay.portal.kernel.exception.SystemException {
331 return _mdrRuleGroupLocalService.getRuleGroupsCount(groupId);
332 }
333
334 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(
335 long groupId, java.lang.String name)
336 throws com.liferay.portal.kernel.exception.SystemException {
337 return _mdrRuleGroupLocalService.search(groupId, name);
338 }
339
340 public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(
341 long groupId, java.lang.String name, int start, int end)
342 throws com.liferay.portal.kernel.exception.SystemException {
343 return _mdrRuleGroupLocalService.search(groupId, name, start, end);
344 }
345
346 public int searchCount(long groupId, java.lang.String name)
347 throws com.liferay.portal.kernel.exception.SystemException {
348 return _mdrRuleGroupLocalService.searchCount(groupId, name);
349 }
350
351 public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(
352 long ruleGroupId,
353 java.util.Map<java.util.Locale, java.lang.String> nameMap,
354 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
355 com.liferay.portal.service.ServiceContext serviceContext)
356 throws com.liferay.portal.kernel.exception.PortalException,
357 com.liferay.portal.kernel.exception.SystemException {
358 return _mdrRuleGroupLocalService.updateRuleGroup(ruleGroupId, nameMap,
359 descriptionMap, serviceContext);
360 }
361
362 public MDRRuleGroupLocalService getWrappedMDRRuleGroupLocalService() {
363 return _mdrRuleGroupLocalService;
364 }
365
366 public void setWrappedMDRRuleGroupLocalService(
367 MDRRuleGroupLocalService mdrRuleGroupLocalService) {
368 _mdrRuleGroupLocalService = mdrRuleGroupLocalService;
369 }
370
371 private MDRRuleGroupLocalService _mdrRuleGroupLocalService;
372 }