Liferay 7.0-ce-a3

Uses of Interface
com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence

Packages that use SCProductScreenshotPersistence
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.softwarecatalog.service.persistence.impl   
 

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

Fields in com.liferay.portlet.softwarecatalog.service.base declared as SCProductScreenshotPersistence
protected  SCProductScreenshotPersistence SCProductScreenshotLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductEntryLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductEntryServiceBaseImpl.scProductScreenshotPersistence
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductScreenshotPersistence
 SCProductScreenshotPersistence SCProductScreenshotLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCProductEntryLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCProductEntryServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductScreenshotPersistence
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCProductEntryLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCProductEntryServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 

Uses of SCProductScreenshotPersistence in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductScreenshotPersistence
static SCProductScreenshotPersistence SCProductScreenshotUtil.getPersistence()
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductScreenshotPersistence
 void SCProductScreenshotUtil.setPersistence(SCProductScreenshotPersistence persistence)
          Deprecated. As of 6.2.0
 

Uses of SCProductScreenshotPersistence in com.liferay.portlet.softwarecatalog.service.persistence.impl
 

Classes in com.liferay.portlet.softwarecatalog.service.persistence.impl that implement SCProductScreenshotPersistence
 class SCProductScreenshotPersistenceImpl
          The persistence implementation for the s c product screenshot service.
 


Liferay 7.0-ce-a3