Liferay 7.0-ce-a2

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

@ProviderType
public class SCProductVersionServiceWrapper
extends Object
implements SCProductVersionService, ServiceWrapper<SCProductVersionService>

Provides a wrapper for SCProductVersionService.

See Also:
SCProductVersionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
           
 
Method Summary
 SCProductVersion addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 void deleteProductVersion(long productVersionId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SCProductVersion getProductVersion(long productVersionId)
           
 List<SCProductVersion> getProductVersions(long productEntryId, int start, int end)
           
 int getProductVersionsCount(long productEntryId)
           
 SCProductVersionService getWrappedSCProductVersionService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 SCProductVersionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService)
 void setWrappedService(SCProductVersionService scProductVersionService)
           
 SCProductVersion updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, 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

addProductVersion

public SCProductVersion addProductVersion(long productEntryId,
                                          String version,
                                          String changeLog,
                                          String downloadPageURL,
                                          String directDownloadURL,
                                          boolean testDirectDownloadURL,
                                          boolean repoStoreArtifact,
                                          long[] frameworkVersionIds,
                                          ServiceContext serviceContext)
                                   throws PortalException
Specified by:
addProductVersion in interface SCProductVersionService
Throws:
PortalException

deleteProductVersion

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

getBeanIdentifier

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

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

getProductVersion

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

getProductVersions

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

getProductVersionsCount

public int getProductVersionsCount(long productEntryId)
                            throws PortalException
Specified by:
getProductVersionsCount in interface SCProductVersionService
Throws:
PortalException

setBeanIdentifier

public void setBeanIdentifier(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

updateProductVersion

public SCProductVersion updateProductVersion(long productVersionId,
                                             String version,
                                             String changeLog,
                                             String downloadPageURL,
                                             String directDownloadURL,
                                             boolean testDirectDownloadURL,
                                             boolean repoStoreArtifact,
                                             long[] frameworkVersionIds)
                                      throws PortalException
Specified by:
updateProductVersion in interface SCProductVersionService
Throws:
PortalException

getWrappedSCProductVersionService

@Deprecated
public SCProductVersionService getWrappedSCProductVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSCProductVersionService

@Deprecated
public void setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 7.0-ce-a2