001
014
015 package com.liferay.portlet.shopping.service;
016
017 import aQute.bnd.annotation.ProviderType;
018
019 import com.liferay.portal.service.ServiceWrapper;
020
021
028 @ProviderType
029 public class ShoppingCouponLocalServiceWrapper
030 implements ShoppingCouponLocalService,
031 ServiceWrapper<ShoppingCouponLocalService> {
032 public ShoppingCouponLocalServiceWrapper(
033 ShoppingCouponLocalService shoppingCouponLocalService) {
034 _shoppingCouponLocalService = shoppingCouponLocalService;
035 }
036
037
044 @Override
045 public com.liferay.portlet.shopping.model.ShoppingCoupon addShoppingCoupon(
046 com.liferay.portlet.shopping.model.ShoppingCoupon shoppingCoupon)
047 throws com.liferay.portal.kernel.exception.SystemException {
048 return _shoppingCouponLocalService.addShoppingCoupon(shoppingCoupon);
049 }
050
051
057 @Override
058 public com.liferay.portlet.shopping.model.ShoppingCoupon createShoppingCoupon(
059 long couponId) {
060 return _shoppingCouponLocalService.createShoppingCoupon(couponId);
061 }
062
063
071 @Override
072 public com.liferay.portlet.shopping.model.ShoppingCoupon deleteShoppingCoupon(
073 long couponId)
074 throws com.liferay.portal.kernel.exception.PortalException,
075 com.liferay.portal.kernel.exception.SystemException {
076 return _shoppingCouponLocalService.deleteShoppingCoupon(couponId);
077 }
078
079
086 @Override
087 public com.liferay.portlet.shopping.model.ShoppingCoupon deleteShoppingCoupon(
088 com.liferay.portlet.shopping.model.ShoppingCoupon shoppingCoupon)
089 throws com.liferay.portal.kernel.exception.SystemException {
090 return _shoppingCouponLocalService.deleteShoppingCoupon(shoppingCoupon);
091 }
092
093 @Override
094 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
095 return _shoppingCouponLocalService.dynamicQuery();
096 }
097
098
105 @Override
106 @SuppressWarnings("rawtypes")
107 public java.util.List dynamicQuery(
108 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
109 throws com.liferay.portal.kernel.exception.SystemException {
110 return _shoppingCouponLocalService.dynamicQuery(dynamicQuery);
111 }
112
113
126 @Override
127 @SuppressWarnings("rawtypes")
128 public java.util.List dynamicQuery(
129 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
130 int end) throws com.liferay.portal.kernel.exception.SystemException {
131 return _shoppingCouponLocalService.dynamicQuery(dynamicQuery, start, end);
132 }
133
134
148 @Override
149 @SuppressWarnings("rawtypes")
150 public java.util.List dynamicQuery(
151 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
152 int end,
153 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
154 throws com.liferay.portal.kernel.exception.SystemException {
155 return _shoppingCouponLocalService.dynamicQuery(dynamicQuery, start,
156 end, orderByComparator);
157 }
158
159
166 @Override
167 public long dynamicQueryCount(
168 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
169 throws com.liferay.portal.kernel.exception.SystemException {
170 return _shoppingCouponLocalService.dynamicQueryCount(dynamicQuery);
171 }
172
173
181 @Override
182 public long dynamicQueryCount(
183 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
184 com.liferay.portal.kernel.dao.orm.Projection projection)
185 throws com.liferay.portal.kernel.exception.SystemException {
186 return _shoppingCouponLocalService.dynamicQueryCount(dynamicQuery,
187 projection);
188 }
189
190 @Override
191 public com.liferay.portlet.shopping.model.ShoppingCoupon fetchShoppingCoupon(
192 long couponId)
193 throws com.liferay.portal.kernel.exception.SystemException {
194 return _shoppingCouponLocalService.fetchShoppingCoupon(couponId);
195 }
196
197
205 @Override
206 public com.liferay.portlet.shopping.model.ShoppingCoupon getShoppingCoupon(
207 long couponId)
208 throws com.liferay.portal.kernel.exception.PortalException,
209 com.liferay.portal.kernel.exception.SystemException {
210 return _shoppingCouponLocalService.getShoppingCoupon(couponId);
211 }
212
213 @Override
214 public com.liferay.portal.model.PersistedModel getPersistedModel(
215 java.io.Serializable primaryKeyObj)
216 throws com.liferay.portal.kernel.exception.PortalException,
217 com.liferay.portal.kernel.exception.SystemException {
218 return _shoppingCouponLocalService.getPersistedModel(primaryKeyObj);
219 }
220
221
233 @Override
234 public java.util.List<com.liferay.portlet.shopping.model.ShoppingCoupon> getShoppingCoupons(
235 int start, int end)
236 throws com.liferay.portal.kernel.exception.SystemException {
237 return _shoppingCouponLocalService.getShoppingCoupons(start, end);
238 }
239
240
246 @Override
247 public int getShoppingCouponsCount()
248 throws com.liferay.portal.kernel.exception.SystemException {
249 return _shoppingCouponLocalService.getShoppingCouponsCount();
250 }
251
252
259 @Override
260 public com.liferay.portlet.shopping.model.ShoppingCoupon updateShoppingCoupon(
261 com.liferay.portlet.shopping.model.ShoppingCoupon shoppingCoupon)
262 throws com.liferay.portal.kernel.exception.SystemException {
263 return _shoppingCouponLocalService.updateShoppingCoupon(shoppingCoupon);
264 }
265
266
271 @Override
272 public java.lang.String getBeanIdentifier() {
273 return _shoppingCouponLocalService.getBeanIdentifier();
274 }
275
276
281 @Override
282 public void setBeanIdentifier(java.lang.String beanIdentifier) {
283 _shoppingCouponLocalService.setBeanIdentifier(beanIdentifier);
284 }
285
286 @Override
287 public com.liferay.portlet.shopping.model.ShoppingCoupon addCoupon(
288 long userId, java.lang.String code, boolean autoCode,
289 java.lang.String name, java.lang.String description,
290 int startDateMonth, int startDateDay, int startDateYear,
291 int startDateHour, int startDateMinute, int endDateMonth,
292 int endDateDay, int endDateYear, int endDateHour, int endDateMinute,
293 boolean neverExpire, boolean active, java.lang.String limitCategories,
294 java.lang.String limitSkus, double minOrder, double discount,
295 java.lang.String discountType,
296 com.liferay.portal.service.ServiceContext serviceContext)
297 throws com.liferay.portal.kernel.exception.PortalException,
298 com.liferay.portal.kernel.exception.SystemException {
299 return _shoppingCouponLocalService.addCoupon(userId, code, autoCode,
300 name, description, startDateMonth, startDateDay, startDateYear,
301 startDateHour, startDateMinute, endDateMonth, endDateDay,
302 endDateYear, endDateHour, endDateMinute, neverExpire, active,
303 limitCategories, limitSkus, minOrder, discount, discountType,
304 serviceContext);
305 }
306
307 @Override
308 public void deleteCoupon(long couponId)
309 throws com.liferay.portal.kernel.exception.PortalException,
310 com.liferay.portal.kernel.exception.SystemException {
311 _shoppingCouponLocalService.deleteCoupon(couponId);
312 }
313
314 @Override
315 public void deleteCoupon(
316 com.liferay.portlet.shopping.model.ShoppingCoupon coupon)
317 throws com.liferay.portal.kernel.exception.SystemException {
318 _shoppingCouponLocalService.deleteCoupon(coupon);
319 }
320
321 @Override
322 public void deleteCoupons(long groupId)
323 throws com.liferay.portal.kernel.exception.SystemException {
324 _shoppingCouponLocalService.deleteCoupons(groupId);
325 }
326
327 @Override
328 public com.liferay.portlet.shopping.model.ShoppingCoupon getCoupon(
329 long couponId)
330 throws com.liferay.portal.kernel.exception.PortalException,
331 com.liferay.portal.kernel.exception.SystemException {
332 return _shoppingCouponLocalService.getCoupon(couponId);
333 }
334
335 @Override
336 public com.liferay.portlet.shopping.model.ShoppingCoupon getCoupon(
337 java.lang.String code)
338 throws com.liferay.portal.kernel.exception.PortalException,
339 com.liferay.portal.kernel.exception.SystemException {
340 return _shoppingCouponLocalService.getCoupon(code);
341 }
342
343 @Override
344 public java.util.List<com.liferay.portlet.shopping.model.ShoppingCoupon> search(
345 long groupId, long companyId, java.lang.String code, boolean active,
346 java.lang.String discountType, boolean andOperator, int start, int end)
347 throws com.liferay.portal.kernel.exception.SystemException {
348 return _shoppingCouponLocalService.search(groupId, companyId, code,
349 active, discountType, andOperator, start, end);
350 }
351
352 @Override
353 public int searchCount(long groupId, long companyId, java.lang.String code,
354 boolean active, java.lang.String discountType, boolean andOperator)
355 throws com.liferay.portal.kernel.exception.SystemException {
356 return _shoppingCouponLocalService.searchCount(groupId, companyId,
357 code, active, discountType, andOperator);
358 }
359
360 @Override
361 public com.liferay.portlet.shopping.model.ShoppingCoupon updateCoupon(
362 long userId, long couponId, java.lang.String name,
363 java.lang.String description, int startDateMonth, int startDateDay,
364 int startDateYear, int startDateHour, int startDateMinute,
365 int endDateMonth, int endDateDay, int endDateYear, int endDateHour,
366 int endDateMinute, boolean neverExpire, boolean active,
367 java.lang.String limitCategories, java.lang.String limitSkus,
368 double minOrder, double discount, java.lang.String discountType,
369 com.liferay.portal.service.ServiceContext serviceContext)
370 throws com.liferay.portal.kernel.exception.PortalException,
371 com.liferay.portal.kernel.exception.SystemException {
372 return _shoppingCouponLocalService.updateCoupon(userId, couponId, name,
373 description, startDateMonth, startDateDay, startDateYear,
374 startDateHour, startDateMinute, endDateMonth, endDateDay,
375 endDateYear, endDateHour, endDateMinute, neverExpire, active,
376 limitCategories, limitSkus, minOrder, discount, discountType,
377 serviceContext);
378 }
379
380
383 public ShoppingCouponLocalService getWrappedShoppingCouponLocalService() {
384 return _shoppingCouponLocalService;
385 }
386
387
390 public void setWrappedShoppingCouponLocalService(
391 ShoppingCouponLocalService shoppingCouponLocalService) {
392 _shoppingCouponLocalService = shoppingCouponLocalService;
393 }
394
395 @Override
396 public ShoppingCouponLocalService getWrappedService() {
397 return _shoppingCouponLocalService;
398 }
399
400 @Override
401 public void setWrappedService(
402 ShoppingCouponLocalService shoppingCouponLocalService) {
403 _shoppingCouponLocalService = shoppingCouponLocalService;
404 }
405
406 private ShoppingCouponLocalService _shoppingCouponLocalService;
407 }