Liferay 6.1.2-ce-ga3

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

Packages that use SCProductEntryLocalService
com.liferay.portlet.softwarecatalog.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()
          Deprecated. Renamed to SCProductEntryLocalServiceWrapper.getWrappedService()
 SCProductEntryLocalService SCProductEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntryLocalService
 void SCProductEntryLocalServiceUtil.setService(SCProductEntryLocalService service)
          Deprecated.  
 void SCProductEntryLocalServiceWrapper.setWrappedSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Deprecated. Renamed to SCProductEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService)
 void SCProductEntryLocalServiceWrapper.setWrappedService(SCProductEntryLocalService scProductEntryLocalService)
           
 

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


Liferay 6.1.2-ce-ga3