1
22
23 package com.liferay.portlet.softwarecatalog.service;
24
25
26
42 public class SCFrameworkVersionLocalServiceWrapper
43 implements SCFrameworkVersionLocalService {
44 public SCFrameworkVersionLocalServiceWrapper(
45 SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
46 _scFrameworkVersionLocalService = scFrameworkVersionLocalService;
47 }
48
49 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addSCFrameworkVersion(
50 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
51 throws com.liferay.portal.SystemException {
52 return _scFrameworkVersionLocalService.addSCFrameworkVersion(scFrameworkVersion);
53 }
54
55 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion createSCFrameworkVersion(
56 long frameworkVersionId) {
57 return _scFrameworkVersionLocalService.createSCFrameworkVersion(frameworkVersionId);
58 }
59
60 public void deleteSCFrameworkVersion(long frameworkVersionId)
61 throws com.liferay.portal.PortalException,
62 com.liferay.portal.SystemException {
63 _scFrameworkVersionLocalService.deleteSCFrameworkVersion(frameworkVersionId);
64 }
65
66 public void deleteSCFrameworkVersion(
67 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
68 throws com.liferay.portal.SystemException {
69 _scFrameworkVersionLocalService.deleteSCFrameworkVersion(scFrameworkVersion);
70 }
71
72 public java.util.List<Object> dynamicQuery(
73 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
74 throws com.liferay.portal.SystemException {
75 return _scFrameworkVersionLocalService.dynamicQuery(dynamicQuery);
76 }
77
78 public java.util.List<Object> dynamicQuery(
79 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
80 int end) throws com.liferay.portal.SystemException {
81 return _scFrameworkVersionLocalService.dynamicQuery(dynamicQuery,
82 start, end);
83 }
84
85 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getSCFrameworkVersion(
86 long frameworkVersionId)
87 throws com.liferay.portal.PortalException,
88 com.liferay.portal.SystemException {
89 return _scFrameworkVersionLocalService.getSCFrameworkVersion(frameworkVersionId);
90 }
91
92 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCFrameworkVersions(
93 int start, int end) throws com.liferay.portal.SystemException {
94 return _scFrameworkVersionLocalService.getSCFrameworkVersions(start, end);
95 }
96
97 public int getSCFrameworkVersionsCount()
98 throws com.liferay.portal.SystemException {
99 return _scFrameworkVersionLocalService.getSCFrameworkVersionsCount();
100 }
101
102 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateSCFrameworkVersion(
103 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
104 throws com.liferay.portal.SystemException {
105 return _scFrameworkVersionLocalService.updateSCFrameworkVersion(scFrameworkVersion);
106 }
107
108 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateSCFrameworkVersion(
109 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
110 boolean merge) throws com.liferay.portal.SystemException {
111 return _scFrameworkVersionLocalService.updateSCFrameworkVersion(scFrameworkVersion,
112 merge);
113 }
114
115 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(
116 long userId, java.lang.String name, java.lang.String url,
117 boolean active, int priority,
118 com.liferay.portal.service.ServiceContext serviceContext)
119 throws com.liferay.portal.PortalException,
120 com.liferay.portal.SystemException {
121 return _scFrameworkVersionLocalService.addFrameworkVersion(userId,
122 name, url, active, priority, serviceContext);
123 }
124
125 public void addFrameworkVersionResources(long frameworkVersionId,
126 boolean addCommunityPermissions, boolean addGuestPermissions)
127 throws com.liferay.portal.PortalException,
128 com.liferay.portal.SystemException {
129 _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersionId,
130 addCommunityPermissions, addGuestPermissions);
131 }
132
133 public void addFrameworkVersionResources(
134 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
135 boolean addCommunityPermissions, boolean addGuestPermissions)
136 throws com.liferay.portal.PortalException,
137 com.liferay.portal.SystemException {
138 _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersion,
139 addCommunityPermissions, addGuestPermissions);
140 }
141
142 public void addFrameworkVersionResources(long frameworkVersionId,
143 java.lang.String[] communityPermissions,
144 java.lang.String[] guestPermissions)
145 throws com.liferay.portal.PortalException,
146 com.liferay.portal.SystemException {
147 _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersionId,
148 communityPermissions, guestPermissions);
149 }
150
151 public void addFrameworkVersionResources(
152 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
153 java.lang.String[] communityPermissions,
154 java.lang.String[] guestPermissions)
155 throws com.liferay.portal.PortalException,
156 com.liferay.portal.SystemException {
157 _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersion,
158 communityPermissions, guestPermissions);
159 }
160
161 public void deleteFrameworkVersion(long frameworkVersionId)
162 throws com.liferay.portal.PortalException,
163 com.liferay.portal.SystemException {
164 _scFrameworkVersionLocalService.deleteFrameworkVersion(frameworkVersionId);
165 }
166
167 public void deleteFrameworkVersion(
168 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion)
169 throws com.liferay.portal.SystemException {
170 _scFrameworkVersionLocalService.deleteFrameworkVersion(frameworkVersion);
171 }
172
173 public void deleteFrameworkVersions(long groupId)
174 throws com.liferay.portal.SystemException {
175 _scFrameworkVersionLocalService.deleteFrameworkVersions(groupId);
176 }
177
178 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(
179 long frameworkVersionId)
180 throws com.liferay.portal.PortalException,
181 com.liferay.portal.SystemException {
182 return _scFrameworkVersionLocalService.getFrameworkVersion(frameworkVersionId);
183 }
184
185 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
186 long groupId, int start, int end)
187 throws com.liferay.portal.SystemException {
188 return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
189 start, end);
190 }
191
192 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
193 long groupId, boolean active) throws com.liferay.portal.SystemException {
194 return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
195 active);
196 }
197
198 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
199 long groupId, boolean active, int start, int end)
200 throws com.liferay.portal.SystemException {
201 return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
202 active, start, end);
203 }
204
205 public int getFrameworkVersionsCount(long groupId)
206 throws com.liferay.portal.SystemException {
207 return _scFrameworkVersionLocalService.getFrameworkVersionsCount(groupId);
208 }
209
210 public int getFrameworkVersionsCount(long groupId, boolean active)
211 throws com.liferay.portal.SystemException {
212 return _scFrameworkVersionLocalService.getFrameworkVersionsCount(groupId,
213 active);
214 }
215
216 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getProductVersionFrameworkVersions(
217 long productVersionId) throws com.liferay.portal.SystemException {
218 return _scFrameworkVersionLocalService.getProductVersionFrameworkVersions(productVersionId);
219 }
220
221 public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateFrameworkVersion(
222 long frameworkVersionId, java.lang.String name, java.lang.String url,
223 boolean active, int priority)
224 throws com.liferay.portal.PortalException,
225 com.liferay.portal.SystemException {
226 return _scFrameworkVersionLocalService.updateFrameworkVersion(frameworkVersionId,
227 name, url, active, priority);
228 }
229
230 public SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService() {
231 return _scFrameworkVersionLocalService;
232 }
233
234 private SCFrameworkVersionLocalService _scFrameworkVersionLocalService;
235 }