Liferay 6.2.0-ce-rc1

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

Packages that use SCProductEntryService
com.liferay.portlet.softwarecatalog.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)
           
 


Liferay 6.2.0-ce-rc1