Liferay 6.0.5

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

Packages that use SCProductEntryService
com.liferay.portal.service.base   
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()
          Gets the s c product entry remote service.
 SCProductEntryService GroupLocalServiceBaseImpl.getSCProductEntryService()
          Gets 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
           This class is a wrapper for SCProductEntryService.
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductEntryService
static SCProductEntryService SCProductEntryServiceUtil.getService()
           
 SCProductEntryService SCProductEntryServiceWrapper.getWrappedSCProductEntryService()
           
 

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

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
          The base implementation of the s c product entry remote service.
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntryService
 void SCProductVersionServiceBaseImpl.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 SCProductEntryServiceBaseImpl.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 SCLicenseServiceBaseImpl.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.
 void SCFrameworkVersionLocalServiceBaseImpl.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.0.5