Liferay 6.1.2-ce-ga3

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()
          Deprecated. Renamed to SCProductVersionServiceWrapper.getWrappedService()
 SCProductVersionService SCProductVersionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersionService
 void SCProductVersionServiceUtil.setService(SCProductVersionService service)
          Deprecated.  
 void SCProductVersionServiceWrapper.setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
          Deprecated. Renamed to SCProductVersionServiceWrapper.setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService)
 void SCProductVersionServiceWrapper.setWrappedService(SCProductVersionService scProductVersionService)
           
 

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 SCProductScreenshotLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductVersionLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductEntryLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCLicenseLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCFrameworkVersionServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductVersionServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCFrameworkVersionLocalServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCLicenseServiceBaseImpl.scProductVersionService
           
protected  SCProductVersionService SCProductEntryServiceBaseImpl.scProductVersionService
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersionService
 void SCProductScreenshotLocalServiceBaseImpl.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 SCProductEntryLocalServiceBaseImpl.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 SCProductVersionServiceBaseImpl.setSCProductVersionService(SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void SCFrameworkVersionLocalServiceBaseImpl.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 SCProductEntryServiceBaseImpl.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.1.2-ce-ga3