001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portlet.softwarecatalog.service;
016    
017    import aQute.bnd.annotation.ProviderType;
018    
019    import com.liferay.portal.service.ServiceWrapper;
020    
021    /**
022     * Provides a wrapper for {@link SCFrameworkVersionLocalService}.
023     *
024     * @author Brian Wing Shun Chan
025     * @see SCFrameworkVersionLocalService
026     * @generated
027     */
028    @ProviderType
029    public class SCFrameworkVersionLocalServiceWrapper
030            implements SCFrameworkVersionLocalService,
031                    ServiceWrapper<SCFrameworkVersionLocalService> {
032            public SCFrameworkVersionLocalServiceWrapper(
033                    SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
034                    _scFrameworkVersionLocalService = scFrameworkVersionLocalService;
035            }
036    
037            /**
038            * Adds the s c framework version to the database. Also notifies the appropriate model listeners.
039            *
040            * @param scFrameworkVersion the s c framework version
041            * @return the s c framework version that was added
042            * @throws SystemException if a system exception occurred
043            */
044            @Override
045            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addSCFrameworkVersion(
046                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
047                    throws com.liferay.portal.kernel.exception.SystemException {
048                    return _scFrameworkVersionLocalService.addSCFrameworkVersion(scFrameworkVersion);
049            }
050    
051            /**
052            * Creates a new s c framework version with the primary key. Does not add the s c framework version to the database.
053            *
054            * @param frameworkVersionId the primary key for the new s c framework version
055            * @return the new s c framework version
056            */
057            @Override
058            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion createSCFrameworkVersion(
059                    long frameworkVersionId) {
060                    return _scFrameworkVersionLocalService.createSCFrameworkVersion(frameworkVersionId);
061            }
062    
063            /**
064            * Deletes the s c framework version with the primary key from the database. Also notifies the appropriate model listeners.
065            *
066            * @param frameworkVersionId the primary key of the s c framework version
067            * @return the s c framework version that was removed
068            * @throws PortalException if a s c framework version with the primary key could not be found
069            * @throws SystemException if a system exception occurred
070            */
071            @Override
072            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion deleteSCFrameworkVersion(
073                    long frameworkVersionId)
074                    throws com.liferay.portal.kernel.exception.PortalException,
075                            com.liferay.portal.kernel.exception.SystemException {
076                    return _scFrameworkVersionLocalService.deleteSCFrameworkVersion(frameworkVersionId);
077            }
078    
079            /**
080            * Deletes the s c framework version from the database. Also notifies the appropriate model listeners.
081            *
082            * @param scFrameworkVersion the s c framework version
083            * @return the s c framework version that was removed
084            * @throws SystemException if a system exception occurred
085            */
086            @Override
087            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion deleteSCFrameworkVersion(
088                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
089                    throws com.liferay.portal.kernel.exception.SystemException {
090                    return _scFrameworkVersionLocalService.deleteSCFrameworkVersion(scFrameworkVersion);
091            }
092    
093            @Override
094            public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
095                    return _scFrameworkVersionLocalService.dynamicQuery();
096            }
097    
098            /**
099            * Performs a dynamic query on the database and returns the matching rows.
100            *
101            * @param dynamicQuery the dynamic query
102            * @return the matching rows
103            * @throws SystemException if a system exception occurred
104            */
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 _scFrameworkVersionLocalService.dynamicQuery(dynamicQuery);
111            }
112    
113            /**
114            * Performs a dynamic query on the database and returns a range of the matching rows.
115            *
116            * <p>
117            * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
118            * </p>
119            *
120            * @param dynamicQuery the dynamic query
121            * @param start the lower bound of the range of model instances
122            * @param end the upper bound of the range of model instances (not inclusive)
123            * @return the range of matching rows
124            * @throws SystemException if a system exception occurred
125            */
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 _scFrameworkVersionLocalService.dynamicQuery(dynamicQuery,
132                            start, end);
133            }
134    
135            /**
136            * Performs a dynamic query on the database and returns an ordered range of the matching rows.
137            *
138            * <p>
139            * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
140            * </p>
141            *
142            * @param dynamicQuery the dynamic query
143            * @param start the lower bound of the range of model instances
144            * @param end the upper bound of the range of model instances (not inclusive)
145            * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
146            * @return the ordered range of matching rows
147            * @throws SystemException if a system exception occurred
148            */
149            @Override
150            @SuppressWarnings("rawtypes")
151            public java.util.List dynamicQuery(
152                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
153                    int end,
154                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
155                    throws com.liferay.portal.kernel.exception.SystemException {
156                    return _scFrameworkVersionLocalService.dynamicQuery(dynamicQuery,
157                            start, end, orderByComparator);
158            }
159    
160            /**
161            * Returns the number of rows that match the dynamic query.
162            *
163            * @param dynamicQuery the dynamic query
164            * @return the number of rows that match the dynamic query
165            * @throws SystemException if a system exception occurred
166            */
167            @Override
168            public long dynamicQueryCount(
169                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
170                    throws com.liferay.portal.kernel.exception.SystemException {
171                    return _scFrameworkVersionLocalService.dynamicQueryCount(dynamicQuery);
172            }
173    
174            /**
175            * Returns the number of rows that match the dynamic query.
176            *
177            * @param dynamicQuery the dynamic query
178            * @param projection the projection to apply to the query
179            * @return the number of rows that match the dynamic query
180            * @throws SystemException if a system exception occurred
181            */
182            @Override
183            public long dynamicQueryCount(
184                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
185                    com.liferay.portal.kernel.dao.orm.Projection projection)
186                    throws com.liferay.portal.kernel.exception.SystemException {
187                    return _scFrameworkVersionLocalService.dynamicQueryCount(dynamicQuery,
188                            projection);
189            }
190    
191            @Override
192            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchSCFrameworkVersion(
193                    long frameworkVersionId)
194                    throws com.liferay.portal.kernel.exception.SystemException {
195                    return _scFrameworkVersionLocalService.fetchSCFrameworkVersion(frameworkVersionId);
196            }
197    
198            /**
199            * Returns the s c framework version with the primary key.
200            *
201            * @param frameworkVersionId the primary key of the s c framework version
202            * @return the s c framework version
203            * @throws PortalException if a s c framework version with the primary key could not be found
204            * @throws SystemException if a system exception occurred
205            */
206            @Override
207            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getSCFrameworkVersion(
208                    long frameworkVersionId)
209                    throws com.liferay.portal.kernel.exception.PortalException,
210                            com.liferay.portal.kernel.exception.SystemException {
211                    return _scFrameworkVersionLocalService.getSCFrameworkVersion(frameworkVersionId);
212            }
213    
214            @Override
215            public com.liferay.portal.model.PersistedModel getPersistedModel(
216                    java.io.Serializable primaryKeyObj)
217                    throws com.liferay.portal.kernel.exception.PortalException,
218                            com.liferay.portal.kernel.exception.SystemException {
219                    return _scFrameworkVersionLocalService.getPersistedModel(primaryKeyObj);
220            }
221    
222            /**
223            * Returns a range of all the s c framework versions.
224            *
225            * <p>
226            * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
227            * </p>
228            *
229            * @param start the lower bound of the range of s c framework versions
230            * @param end the upper bound of the range of s c framework versions (not inclusive)
231            * @return the range of s c framework versions
232            * @throws SystemException if a system exception occurred
233            */
234            @Override
235            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCFrameworkVersions(
236                    int start, int end)
237                    throws com.liferay.portal.kernel.exception.SystemException {
238                    return _scFrameworkVersionLocalService.getSCFrameworkVersions(start, end);
239            }
240    
241            /**
242            * Returns the number of s c framework versions.
243            *
244            * @return the number of s c framework versions
245            * @throws SystemException if a system exception occurred
246            */
247            @Override
248            public int getSCFrameworkVersionsCount()
249                    throws com.liferay.portal.kernel.exception.SystemException {
250                    return _scFrameworkVersionLocalService.getSCFrameworkVersionsCount();
251            }
252    
253            /**
254            * Updates the s c framework version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
255            *
256            * @param scFrameworkVersion the s c framework version
257            * @return the s c framework version that was updated
258            * @throws SystemException if a system exception occurred
259            */
260            @Override
261            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateSCFrameworkVersion(
262                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
263                    throws com.liferay.portal.kernel.exception.SystemException {
264                    return _scFrameworkVersionLocalService.updateSCFrameworkVersion(scFrameworkVersion);
265            }
266    
267            /**
268            * @throws SystemException if a system exception occurred
269            */
270            @Override
271            public void addSCProductVersionSCFrameworkVersion(long productVersionId,
272                    long frameworkVersionId)
273                    throws com.liferay.portal.kernel.exception.SystemException {
274                    _scFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersion(productVersionId,
275                            frameworkVersionId);
276            }
277    
278            /**
279            * @throws SystemException if a system exception occurred
280            */
281            @Override
282            public void addSCProductVersionSCFrameworkVersion(long productVersionId,
283                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
284                    throws com.liferay.portal.kernel.exception.SystemException {
285                    _scFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersion(productVersionId,
286                            scFrameworkVersion);
287            }
288    
289            /**
290            * @throws SystemException if a system exception occurred
291            */
292            @Override
293            public void addSCProductVersionSCFrameworkVersions(long productVersionId,
294                    long[] frameworkVersionIds)
295                    throws com.liferay.portal.kernel.exception.SystemException {
296                    _scFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersions(productVersionId,
297                            frameworkVersionIds);
298            }
299    
300            /**
301            * @throws SystemException if a system exception occurred
302            */
303            @Override
304            public void addSCProductVersionSCFrameworkVersions(long productVersionId,
305                    java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> SCFrameworkVersions)
306                    throws com.liferay.portal.kernel.exception.SystemException {
307                    _scFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersions(productVersionId,
308                            SCFrameworkVersions);
309            }
310    
311            /**
312            * @throws SystemException if a system exception occurred
313            */
314            @Override
315            public void clearSCProductVersionSCFrameworkVersions(long productVersionId)
316                    throws com.liferay.portal.kernel.exception.SystemException {
317                    _scFrameworkVersionLocalService.clearSCProductVersionSCFrameworkVersions(productVersionId);
318            }
319    
320            /**
321            * @throws SystemException if a system exception occurred
322            */
323            @Override
324            public void deleteSCProductVersionSCFrameworkVersion(
325                    long productVersionId, long frameworkVersionId)
326                    throws com.liferay.portal.kernel.exception.SystemException {
327                    _scFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersion(productVersionId,
328                            frameworkVersionId);
329            }
330    
331            /**
332            * @throws SystemException if a system exception occurred
333            */
334            @Override
335            public void deleteSCProductVersionSCFrameworkVersion(
336                    long productVersionId,
337                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
338                    throws com.liferay.portal.kernel.exception.SystemException {
339                    _scFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersion(productVersionId,
340                            scFrameworkVersion);
341            }
342    
343            /**
344            * @throws SystemException if a system exception occurred
345            */
346            @Override
347            public void deleteSCProductVersionSCFrameworkVersions(
348                    long productVersionId, long[] frameworkVersionIds)
349                    throws com.liferay.portal.kernel.exception.SystemException {
350                    _scFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersions(productVersionId,
351                            frameworkVersionIds);
352            }
353    
354            /**
355            * @throws SystemException if a system exception occurred
356            */
357            @Override
358            public void deleteSCProductVersionSCFrameworkVersions(
359                    long productVersionId,
360                    java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> SCFrameworkVersions)
361                    throws com.liferay.portal.kernel.exception.SystemException {
362                    _scFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersions(productVersionId,
363                            SCFrameworkVersions);
364            }
365    
366            /**
367            * @throws SystemException if a system exception occurred
368            */
369            @Override
370            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(
371                    long productVersionId)
372                    throws com.liferay.portal.kernel.exception.SystemException {
373                    return _scFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(productVersionId);
374            }
375    
376            /**
377            * @throws SystemException if a system exception occurred
378            */
379            @Override
380            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(
381                    long productVersionId, int start, int end)
382                    throws com.liferay.portal.kernel.exception.SystemException {
383                    return _scFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(productVersionId,
384                            start, end);
385            }
386    
387            /**
388            * @throws SystemException if a system exception occurred
389            */
390            @Override
391            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(
392                    long productVersionId, int start, int end,
393                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
394                    throws com.liferay.portal.kernel.exception.SystemException {
395                    return _scFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(productVersionId,
396                            start, end, orderByComparator);
397            }
398    
399            /**
400            * @throws SystemException if a system exception occurred
401            */
402            @Override
403            public int getSCProductVersionSCFrameworkVersionsCount(
404                    long productVersionId)
405                    throws com.liferay.portal.kernel.exception.SystemException {
406                    return _scFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersionsCount(productVersionId);
407            }
408    
409            /**
410            * @throws SystemException if a system exception occurred
411            */
412            @Override
413            public boolean hasSCProductVersionSCFrameworkVersion(
414                    long productVersionId, long frameworkVersionId)
415                    throws com.liferay.portal.kernel.exception.SystemException {
416                    return _scFrameworkVersionLocalService.hasSCProductVersionSCFrameworkVersion(productVersionId,
417                            frameworkVersionId);
418            }
419    
420            /**
421            * @throws SystemException if a system exception occurred
422            */
423            @Override
424            public boolean hasSCProductVersionSCFrameworkVersions(long productVersionId)
425                    throws com.liferay.portal.kernel.exception.SystemException {
426                    return _scFrameworkVersionLocalService.hasSCProductVersionSCFrameworkVersions(productVersionId);
427            }
428    
429            /**
430            * @throws SystemException if a system exception occurred
431            */
432            @Override
433            public void setSCProductVersionSCFrameworkVersions(long productVersionId,
434                    long[] frameworkVersionIds)
435                    throws com.liferay.portal.kernel.exception.SystemException {
436                    _scFrameworkVersionLocalService.setSCProductVersionSCFrameworkVersions(productVersionId,
437                            frameworkVersionIds);
438            }
439    
440            /**
441            * Returns the Spring bean ID for this bean.
442            *
443            * @return the Spring bean ID for this bean
444            */
445            @Override
446            public java.lang.String getBeanIdentifier() {
447                    return _scFrameworkVersionLocalService.getBeanIdentifier();
448            }
449    
450            /**
451            * Sets the Spring bean ID for this bean.
452            *
453            * @param beanIdentifier the Spring bean ID for this bean
454            */
455            @Override
456            public void setBeanIdentifier(java.lang.String beanIdentifier) {
457                    _scFrameworkVersionLocalService.setBeanIdentifier(beanIdentifier);
458            }
459    
460            @Override
461            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(
462                    long userId, java.lang.String name, java.lang.String url,
463                    boolean active, int priority,
464                    com.liferay.portal.service.ServiceContext serviceContext)
465                    throws com.liferay.portal.kernel.exception.PortalException,
466                            com.liferay.portal.kernel.exception.SystemException {
467                    return _scFrameworkVersionLocalService.addFrameworkVersion(userId,
468                            name, url, active, priority, serviceContext);
469            }
470    
471            @Override
472            public void addFrameworkVersionResources(long frameworkVersionId,
473                    boolean addGroupPermissions, boolean addGuestPermissions)
474                    throws com.liferay.portal.kernel.exception.PortalException,
475                            com.liferay.portal.kernel.exception.SystemException {
476                    _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersionId,
477                            addGroupPermissions, addGuestPermissions);
478            }
479    
480            @Override
481            public void addFrameworkVersionResources(long frameworkVersionId,
482                    java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
483                    throws com.liferay.portal.kernel.exception.PortalException,
484                            com.liferay.portal.kernel.exception.SystemException {
485                    _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersionId,
486                            groupPermissions, guestPermissions);
487            }
488    
489            @Override
490            public void addFrameworkVersionResources(
491                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
492                    boolean addGroupPermissions, boolean addGuestPermissions)
493                    throws com.liferay.portal.kernel.exception.PortalException,
494                            com.liferay.portal.kernel.exception.SystemException {
495                    _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersion,
496                            addGroupPermissions, addGuestPermissions);
497            }
498    
499            @Override
500            public void addFrameworkVersionResources(
501                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
502                    java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
503                    throws com.liferay.portal.kernel.exception.PortalException,
504                            com.liferay.portal.kernel.exception.SystemException {
505                    _scFrameworkVersionLocalService.addFrameworkVersionResources(frameworkVersion,
506                            groupPermissions, guestPermissions);
507            }
508    
509            @Override
510            public void deleteFrameworkVersion(long frameworkVersionId)
511                    throws com.liferay.portal.kernel.exception.PortalException,
512                            com.liferay.portal.kernel.exception.SystemException {
513                    _scFrameworkVersionLocalService.deleteFrameworkVersion(frameworkVersionId);
514            }
515    
516            @Override
517            public void deleteFrameworkVersion(
518                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion)
519                    throws com.liferay.portal.kernel.exception.SystemException {
520                    _scFrameworkVersionLocalService.deleteFrameworkVersion(frameworkVersion);
521            }
522    
523            @Override
524            public void deleteFrameworkVersions(long groupId)
525                    throws com.liferay.portal.kernel.exception.SystemException {
526                    _scFrameworkVersionLocalService.deleteFrameworkVersions(groupId);
527            }
528    
529            @Override
530            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(
531                    long frameworkVersionId)
532                    throws com.liferay.portal.kernel.exception.PortalException,
533                            com.liferay.portal.kernel.exception.SystemException {
534                    return _scFrameworkVersionLocalService.getFrameworkVersion(frameworkVersionId);
535            }
536    
537            @Override
538            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
539                    long groupId, boolean active)
540                    throws com.liferay.portal.kernel.exception.SystemException {
541                    return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
542                            active);
543            }
544    
545            @Override
546            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
547                    long groupId, boolean active, int start, int end)
548                    throws com.liferay.portal.kernel.exception.SystemException {
549                    return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
550                            active, start, end);
551            }
552    
553            @Override
554            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(
555                    long groupId, int start, int end)
556                    throws com.liferay.portal.kernel.exception.SystemException {
557                    return _scFrameworkVersionLocalService.getFrameworkVersions(groupId,
558                            start, end);
559            }
560    
561            @Override
562            public int getFrameworkVersionsCount(long groupId)
563                    throws com.liferay.portal.kernel.exception.SystemException {
564                    return _scFrameworkVersionLocalService.getFrameworkVersionsCount(groupId);
565            }
566    
567            @Override
568            public int getFrameworkVersionsCount(long groupId, boolean active)
569                    throws com.liferay.portal.kernel.exception.SystemException {
570                    return _scFrameworkVersionLocalService.getFrameworkVersionsCount(groupId,
571                            active);
572            }
573    
574            @Override
575            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getProductVersionFrameworkVersions(
576                    long productVersionId)
577                    throws com.liferay.portal.kernel.exception.SystemException {
578                    return _scFrameworkVersionLocalService.getProductVersionFrameworkVersions(productVersionId);
579            }
580    
581            @Override
582            public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateFrameworkVersion(
583                    long frameworkVersionId, java.lang.String name, java.lang.String url,
584                    boolean active, int priority)
585                    throws com.liferay.portal.kernel.exception.PortalException,
586                            com.liferay.portal.kernel.exception.SystemException {
587                    return _scFrameworkVersionLocalService.updateFrameworkVersion(frameworkVersionId,
588                            name, url, active, priority);
589            }
590    
591            /**
592             * @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
593             */
594            public SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService() {
595                    return _scFrameworkVersionLocalService;
596            }
597    
598            /**
599             * @deprecated As of 6.1.0, replaced by {@link #setWrappedService}
600             */
601            public void setWrappedSCFrameworkVersionLocalService(
602                    SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
603                    _scFrameworkVersionLocalService = scFrameworkVersionLocalService;
604            }
605    
606            @Override
607            public SCFrameworkVersionLocalService getWrappedService() {
608                    return _scFrameworkVersionLocalService;
609            }
610    
611            @Override
612            public void setWrappedService(
613                    SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
614                    _scFrameworkVersionLocalService = scFrameworkVersionLocalService;
615            }
616    
617            private SCFrameworkVersionLocalService _scFrameworkVersionLocalService;
618    }