Liferay 6.1.2-ce-ga3

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   
 

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 SCProductVersionLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductEntryLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCLicenseLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCFrameworkVersionServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductVersionServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCFrameworkVersionLocalServiceBaseImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCLicenseServiceBaseImpl.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 SCProductVersionLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCProductEntryLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCLicenseLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCFrameworkVersionServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCProductVersionServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCFrameworkVersionLocalServiceBaseImpl.getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 SCProductScreenshotPersistence SCLicenseServiceBaseImpl.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 SCProductVersionLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCProductEntryLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCLicenseLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCFrameworkVersionServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCProductVersionServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void SCLicenseServiceBaseImpl.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
 

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

Fields in com.liferay.portlet.softwarecatalog.service.persistence declared as SCProductScreenshotPersistence
protected  SCProductScreenshotPersistence SCProductVersionPersistenceImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCFrameworkVersionPersistenceImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCLicensePersistenceImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductEntryPersistenceImpl.scProductScreenshotPersistence
           
protected  SCProductScreenshotPersistence SCProductScreenshotPersistenceImpl.scProductScreenshotPersistence
           
 

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.  
 


Liferay 6.1.2-ce-ga3