Liferay 6.0.5

Uses of Interface
com.liferay.portlet.softwarecatalog.service.SCProductVersionService

Packages that use SCProductVersionService
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.impl   
 

Uses of SCProductVersionService in com.liferay.portlet.softwarecatalog.service
 

Classes in com.liferay.portlet.softwarecatalog.service that implement SCProductVersionService
 class SCProductVersionServiceWrapper
           This class is a wrapper for SCProductVersionService.
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductVersionService
static SCProductVersionService SCProductVersionServiceUtil.getService()
           
 SCProductVersionService SCProductVersionServiceWrapper.getWrappedSCProductVersionService()
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersionService
 void SCProductVersionServiceUtil.setService(SCProductVersionService service)
           
 

Constructors in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersionService
SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
           
 

Uses of SCProductVersionService in com.liferay.portlet.softwarecatalog.service.base
 

Classes in com.liferay.portlet.softwarecatalog.service.base that implement SCProductVersionService
 class SCProductVersionServiceBaseImpl
          The base implementation of the s c product version remote service.
 

Fields in com.liferay.portlet.softwarecatalog.service.base declared as SCProductVersionService
protected  SCProductVersionService SCProductVersionServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductVersionLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductScreenshotLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductEntryServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductEntryLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCLicenseServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCLicenseLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCFrameworkVersionServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCFrameworkVersionLocalServiceBaseImpl.scProductVersionService
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductVersionService
 SCProductVersionService SCProductVersionServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCProductVersionLocalServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCProductScreenshotLocalServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCProductEntryServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCProductEntryLocalServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCLicenseServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCLicenseLocalServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCFrameworkVersionServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 SCProductVersionService SCFrameworkVersionLocalServiceBaseImpl.getSCProductVersionService()
          Gets the s c product version remote service.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersionService
 void SCProductVersionServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCProductVersionLocalServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCProductEntryServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCProductEntryLocalServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCLicenseServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCLicenseLocalServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCFrameworkVersionServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 

Uses of SCProductVersionService in com.liferay.portlet.softwarecatalog.service.impl
 

Classes in com.liferay.portlet.softwarecatalog.service.impl that implement SCProductVersionService
 class SCProductVersionServiceImpl
           
 


Liferay 6.0.5