Liferay 6.2-ce-ga5

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

Packages that use SCProductEntryService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.impl   
 

Uses of SCProductEntryService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SCProductEntryService
protected  SCProductEntryService GroupServiceBaseImpl.scProductEntryService
           
protected  SCProductEntryService GroupLocalServiceBaseImpl.scProductEntryService
           
 

Methods in com.liferay.portal.service.base that return SCProductEntryService
 SCProductEntryService GroupServiceBaseImpl.getSCProductEntryService()
          Returns the s c product entry remote service.
 SCProductEntryService GroupLocalServiceBaseImpl.getSCProductEntryService()
          Returns the s c product entry remote service.
 

Methods in com.liferay.portal.service.base with parameters of type SCProductEntryService
 void GroupServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void GroupLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 

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

Classes in com.liferay.portlet.softwarecatalog.service that implement SCProductEntryService
 class SCProductEntryServiceWrapper
          Provides a wrapper for SCProductEntryService.
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductEntryService
static SCProductEntryService SCProductEntryServiceUtil.getService()
           
 SCProductEntryService SCProductEntryServiceWrapper.getWrappedSCProductEntryService()
          Deprecated. As of 6.1.0, replaced by SCProductEntryServiceWrapper.getWrappedService()
 SCProductEntryService SCProductEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntryService
 void SCProductEntryServiceUtil.setService(SCProductEntryService service)
          Deprecated. As of 6.2.0
 void SCProductEntryServiceWrapper.setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
          Deprecated. As of 6.1.0, replaced by SCProductEntryServiceWrapper.setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService)
 void SCProductEntryServiceWrapper.setWrappedService(SCProductEntryService scProductEntryService)
           
 

Constructors in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntryService
SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.service.base that implement SCProductEntryService
 class SCProductEntryServiceBaseImpl
          Provides the base implementation for the s c product entry remote service.
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntryService
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCProductVersionLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCLicenseServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCProductEntryLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCProductEntryServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCProductVersionServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCLicenseLocalServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void SCFrameworkVersionServiceBaseImpl.setSCProductEntryService(SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 

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

Classes in com.liferay.portlet.softwarecatalog.service.impl that implement SCProductEntryService
 class SCProductEntryServiceImpl
           
 


Liferay 6.2-ce-ga5