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(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(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 SystemException
Specified by:
addSCProductVersion in interface SCProductVersionLocalService
Throws:
SystemException

createSCProductVersion

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

deleteSCProductVersion

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

deleteSCProductVersion

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

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface SCProductVersionLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface SCProductVersionLocalService
Throws:
SystemException

dynamicQuery

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

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface SCProductVersionLocalService
Throws:
SystemException

getSCProductVersion

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

getSCProductVersions

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

getSCProductVersionsCount

public int getSCProductVersionsCount()
                              throws SystemException
Specified by:
getSCProductVersionsCount in interface SCProductVersionLocalService
Throws:
SystemException

updateSCProductVersion

public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
                                        throws SystemException
Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
Throws:
SystemException

updateSCProductVersion

public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
                                               boolean merge)
                                        throws SystemException
Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
Throws:
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 PortalException,
                                          SystemException
Specified by:
addProductVersion in interface SCProductVersionLocalService
Throws:
PortalException
SystemException

deleteProductVersion

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

deleteProductVersion

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

deleteProductVersions

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

getProductVersion

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

getProductVersionByDirectDownloadURL

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

getProductVersions

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

getProductVersionsCount

public int getProductVersionsCount(long productEntryId)
                            throws SystemException
Specified by:
getProductVersionsCount in interface SCProductVersionLocalService
Throws:
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 PortalException,
                                             SystemException
Specified by:
updateProductVersion in interface SCProductVersionLocalService
Throws:
PortalException
SystemException

getWrappedSCProductVersionLocalService

public SCProductVersionLocalService getWrappedSCProductVersionLocalService()