com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceWrapper
All Implemented Interfaces:
SCProductVersionLocalService

public class SCProductVersionLocalServiceWrapper
extends java.lang.Object
implements SCProductVersionLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCProductVersionLocalService.

Author:
Brian Wing Shun Chan
See Also:
SCProductVersionLocalService
Generated:

Constructor Summary
SCProductVersionLocalServiceWrapper(SCProductVersionLocalService scProductVersionLocalService)
           
 
Method Summary
 SCProductVersion addProductVersion(long userId, long productEntryId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion createSCProductVersion(long productVersionId)
           
 void deleteProductVersion(long productVersionId)
           
 void deleteProductVersion(SCProductVersion productVersion)
           
 void deleteProductVersions(long productEntryId)
           
 void deleteSCProductVersion(long productVersionId)
           
 void deleteSCProductVersion(SCProductVersion scProductVersion)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 SCProductVersion getProductVersion(long productVersionId)
           
 SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
           
 java.util.List<SCProductVersion> getProductVersions(long productEntryId, int start, int end)
           
 int getProductVersionsCount(long productEntryId)
           
 SCProductVersion getSCProductVersion(long productVersionId)
           
 java.util.List<SCProductVersion> getSCProductVersions(int start, int end)
           
 int getSCProductVersionsCount()
           
 SCProductVersionLocalService getWrappedSCProductVersionLocalService()
           
 SCProductVersion updateProductVersion(long productVersionId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductVersionLocalServiceWrapper

public SCProductVersionLocalServiceWrapper(SCProductVersionLocalService scProductVersionLocalService)
Method Detail

addSCProductVersion

public SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
                                     throws com.liferay.portal.SystemException
Specified by:
addSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

createSCProductVersion

public SCProductVersion createSCProductVersion(long productVersionId)
Specified by:
createSCProductVersion in interface SCProductVersionLocalService

deleteSCProductVersion

public void deleteSCProductVersion(long productVersionId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
deleteSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteSCProductVersion

public void deleteSCProductVersion(SCProductVersion scProductVersion)
                            throws com.liferay.portal.SystemException
Specified by:
deleteSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

getSCProductVersion

public SCProductVersion getSCProductVersion(long productVersionId)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException
Specified by:
getSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getSCProductVersions

public java.util.List<SCProductVersion> getSCProductVersions(int start,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Specified by:
getSCProductVersions in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

getSCProductVersionsCount

public int getSCProductVersionsCount()
                              throws com.liferay.portal.SystemException
Specified by:
getSCProductVersionsCount in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductVersion

public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
                                        throws com.liferay.portal.SystemException
Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductVersion

public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
                                               boolean merge)
                                        throws com.liferay.portal.SystemException
Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

addProductVersion

public SCProductVersion addProductVersion(long userId,
                                          long productEntryId,
                                          java.lang.String version,
                                          java.lang.String changeLog,
                                          java.lang.String downloadPageURL,
                                          java.lang.String directDownloadURL,
                                          boolean testDirectDownloadURL,
                                          boolean repoStoreArtifact,
                                          long[] frameworkVersionIds,
                                          ServiceContext serviceContext)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Specified by:
addProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductVersion

public void deleteProductVersion(long productVersionId)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
deleteProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductVersion

public void deleteProductVersion(SCProductVersion productVersion)
                          throws com.liferay.portal.SystemException
Specified by:
deleteProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

deleteProductVersions

public void deleteProductVersions(long productEntryId)
                           throws com.liferay.portal.SystemException
Specified by:
deleteProductVersions in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

getProductVersion

public SCProductVersion getProductVersion(long productVersionId)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Specified by:
getProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductVersionByDirectDownloadURL

public SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Specified by:
getProductVersionByDirectDownloadURL in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductVersions

public java.util.List<SCProductVersion> getProductVersions(long productEntryId,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Specified by:
getProductVersions in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

getProductVersionsCount

public int getProductVersionsCount(long productEntryId)
                            throws com.liferay.portal.SystemException
Specified by:
getProductVersionsCount in interface SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

updateProductVersion

public SCProductVersion updateProductVersion(long productVersionId,
                                             java.lang.String version,
                                             java.lang.String changeLog,
                                             java.lang.String downloadPageURL,
                                             java.lang.String directDownloadURL,
                                             boolean testDirectDownloadURL,
                                             boolean repoStoreArtifact,
                                             long[] frameworkVersionIds)
                                      throws com.liferay.portal.PortalException,
                                             com.liferay.portal.SystemException
Specified by:
updateProductVersion in interface SCProductVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedSCProductVersionLocalService

public SCProductVersionLocalService getWrappedSCProductVersionLocalService()