Liferay 6.0.5

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

Packages that use SCProductEntryLocalService
com.liferay.portal.service.base   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as SCProductEntryLocalService
protected  SCProductEntryLocalService GroupServiceBaseImpl.scProductEntryLocalService
           
protected  SCProductEntryLocalService GroupLocalServiceBaseImpl.scProductEntryLocalService
           
 

Methods in com.liferay.portal.service.base that return SCProductEntryLocalService
 SCProductEntryLocalService GroupServiceBaseImpl.getSCProductEntryLocalService()
          Gets the s c product entry local service.
 SCProductEntryLocalService GroupLocalServiceBaseImpl.getSCProductEntryLocalService()
          Gets the s c product entry local service.
 

Methods in com.liferay.portal.service.base with parameters of type SCProductEntryLocalService
 void GroupServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void GroupLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductEntryLocalService
static SCProductEntryLocalService SCProductEntryLocalServiceUtil.getService()
           
 SCProductEntryLocalService SCProductEntryLocalServiceWrapper.getWrappedSCProductEntryLocalService()
           
 

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

Constructors in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntryLocalService
SCProductEntryLocalServiceWrapper(SCProductEntryLocalService scProductEntryLocalService)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.service.base that implement SCProductEntryLocalService
 class SCProductEntryLocalServiceBaseImpl
          The base implementation of the s c product entry local service.
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntryLocalService
 void SCProductVersionServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCProductVersionLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCProductEntryServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCProductEntryLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCLicenseServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCLicenseLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCFrameworkVersionServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 

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

Classes in com.liferay.portlet.softwarecatalog.service.impl that implement SCProductEntryLocalService
 class SCProductEntryLocalServiceImpl
           
 


Liferay 6.0.5