com.liferay.portlet.softwarecatalog.service
Class SCProductVersionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductVersionServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<SCProductVersionService>, SCProductVersionService

public class SCProductVersionServiceWrapper
extends java.lang.Object
implements SCProductVersionService, ServiceWrapper<SCProductVersionService>

This class is a wrapper for SCProductVersionService.

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

Constructor Summary
SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
           
 
Method Summary
 SCProductVersion addProductVersion(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)
           
 void deleteProductVersion(long productVersionId)
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SCProductVersion getProductVersion(long productVersionId)
           
 java.util.List<SCProductVersion> getProductVersions(long productEntryId, int start, int end)
           
 int getProductVersionsCount(long productEntryId)
           
 SCProductVersionService getWrappedSCProductVersionService()
          Deprecated. Renamed to getWrappedService()
 SCProductVersionService getWrappedService()
           
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService)
 void setWrappedService(SCProductVersionService scProductVersionService)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductVersionServiceWrapper

public SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
Method Detail

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface SCProductVersionService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface SCProductVersionService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addProductVersion

public SCProductVersion addProductVersion(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 SCProductVersionService
Throws:
PortalException
SystemException

deleteProductVersion

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

getProductVersion

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

getProductVersions

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

getProductVersionsCount

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

getWrappedSCProductVersionService

public SCProductVersionService getWrappedSCProductVersionService()
Deprecated. Renamed to getWrappedService()


setWrappedSCProductVersionService

public void setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService)


getWrappedService

public SCProductVersionService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<SCProductVersionService>

setWrappedService

public void setWrappedService(SCProductVersionService scProductVersionService)
Specified by:
setWrappedService in interface ServiceWrapper<SCProductVersionService>