1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portlet.softwarecatalog.service;
16  
17  
18  /**
19   * <a href="SCProductScreenshotLocalServiceUtil.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link SCProductScreenshotLocalService}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       SCProductScreenshotLocalService
32   * @generated
33   */
34  public class SCProductScreenshotLocalServiceWrapper
35      implements SCProductScreenshotLocalService {
36      public SCProductScreenshotLocalServiceWrapper(
37          SCProductScreenshotLocalService scProductScreenshotLocalService) {
38          _scProductScreenshotLocalService = scProductScreenshotLocalService;
39      }
40  
41      public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot addSCProductScreenshot(
42          com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
43          throws com.liferay.portal.kernel.exception.SystemException {
44          return _scProductScreenshotLocalService.addSCProductScreenshot(scProductScreenshot);
45      }
46  
47      public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot createSCProductScreenshot(
48          long productScreenshotId) {
49          return _scProductScreenshotLocalService.createSCProductScreenshot(productScreenshotId);
50      }
51  
52      public void deleteSCProductScreenshot(long productScreenshotId)
53          throws com.liferay.portal.kernel.exception.PortalException,
54              com.liferay.portal.kernel.exception.SystemException {
55          _scProductScreenshotLocalService.deleteSCProductScreenshot(productScreenshotId);
56      }
57  
58      public void deleteSCProductScreenshot(
59          com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
60          throws com.liferay.portal.kernel.exception.SystemException {
61          _scProductScreenshotLocalService.deleteSCProductScreenshot(scProductScreenshot);
62      }
63  
64      public java.util.List<Object> dynamicQuery(
65          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
66          throws com.liferay.portal.kernel.exception.SystemException {
67          return _scProductScreenshotLocalService.dynamicQuery(dynamicQuery);
68      }
69  
70      public java.util.List<Object> dynamicQuery(
71          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
72          int end) throws com.liferay.portal.kernel.exception.SystemException {
73          return _scProductScreenshotLocalService.dynamicQuery(dynamicQuery,
74              start, end);
75      }
76  
77      public java.util.List<Object> dynamicQuery(
78          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
79          int end,
80          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
81          throws com.liferay.portal.kernel.exception.SystemException {
82          return _scProductScreenshotLocalService.dynamicQuery(dynamicQuery,
83              start, end, orderByComparator);
84      }
85  
86      public int dynamicQueryCount(
87          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
88          throws com.liferay.portal.kernel.exception.SystemException {
89          return _scProductScreenshotLocalService.dynamicQueryCount(dynamicQuery);
90      }
91  
92      public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getSCProductScreenshot(
93          long productScreenshotId)
94          throws com.liferay.portal.kernel.exception.PortalException,
95              com.liferay.portal.kernel.exception.SystemException {
96          return _scProductScreenshotLocalService.getSCProductScreenshot(productScreenshotId);
97      }
98  
99      public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getSCProductScreenshots(
100         int start, int end)
101         throws com.liferay.portal.kernel.exception.SystemException {
102         return _scProductScreenshotLocalService.getSCProductScreenshots(start,
103             end);
104     }
105 
106     public int getSCProductScreenshotsCount()
107         throws com.liferay.portal.kernel.exception.SystemException {
108         return _scProductScreenshotLocalService.getSCProductScreenshotsCount();
109     }
110 
111     public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot updateSCProductScreenshot(
112         com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
113         throws com.liferay.portal.kernel.exception.SystemException {
114         return _scProductScreenshotLocalService.updateSCProductScreenshot(scProductScreenshot);
115     }
116 
117     public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot updateSCProductScreenshot(
118         com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot,
119         boolean merge)
120         throws com.liferay.portal.kernel.exception.SystemException {
121         return _scProductScreenshotLocalService.updateSCProductScreenshot(scProductScreenshot,
122             merge);
123     }
124 
125     public void deleteProductScreenshot(
126         com.liferay.portlet.softwarecatalog.model.SCProductScreenshot productScreenshot)
127         throws com.liferay.portal.kernel.exception.PortalException,
128             com.liferay.portal.kernel.exception.SystemException {
129         _scProductScreenshotLocalService.deleteProductScreenshot(productScreenshot);
130     }
131 
132     public void deleteProductScreenshots(long productEntryId)
133         throws com.liferay.portal.kernel.exception.PortalException,
134             com.liferay.portal.kernel.exception.SystemException {
135         _scProductScreenshotLocalService.deleteProductScreenshots(productEntryId);
136     }
137 
138     public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshot(
139         long productEntryId, int priority)
140         throws com.liferay.portal.kernel.exception.PortalException,
141             com.liferay.portal.kernel.exception.SystemException {
142         return _scProductScreenshotLocalService.getProductScreenshot(productEntryId,
143             priority);
144     }
145 
146     public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshotByFullImageId(
147         long fullImageId)
148         throws com.liferay.portal.kernel.exception.PortalException,
149             com.liferay.portal.kernel.exception.SystemException {
150         return _scProductScreenshotLocalService.getProductScreenshotByFullImageId(fullImageId);
151     }
152 
153     public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshotByThumbnailId(
154         long thumbnailId)
155         throws com.liferay.portal.kernel.exception.PortalException,
156             com.liferay.portal.kernel.exception.SystemException {
157         return _scProductScreenshotLocalService.getProductScreenshotByThumbnailId(thumbnailId);
158     }
159 
160     public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getProductScreenshots(
161         long productEntryId)
162         throws com.liferay.portal.kernel.exception.SystemException {
163         return _scProductScreenshotLocalService.getProductScreenshots(productEntryId);
164     }
165 
166     public SCProductScreenshotLocalService getWrappedSCProductScreenshotLocalService() {
167         return _scProductScreenshotLocalService;
168     }
169 
170     private SCProductScreenshotLocalService _scProductScreenshotLocalService;
171 }