Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for SCProductEntryService.
 

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

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntryService
 void SCProductEntryServiceUtil.setService(SCProductEntryService service)
          Deprecated.  
 void SCProductEntryServiceWrapper.setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
          Deprecated. Renamed to 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.1.2-ce-ga3