Liferay 6.1.2-ce-ga3

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

Packages that use SCProductVersionPersistence
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

Fields in com.liferay.portlet.softwarecatalog.service.base declared as SCProductVersionPersistence
protected  SCProductVersionPersistence SCProductScreenshotLocalServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCProductVersionLocalServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCProductEntryLocalServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCLicenseLocalServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCFrameworkVersionServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCProductVersionServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCLicenseServiceBaseImpl.scProductVersionPersistence
           
protected  SCProductVersionPersistence SCProductEntryServiceBaseImpl.scProductVersionPersistence
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductVersionPersistence
 SCProductVersionPersistence SCProductScreenshotLocalServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCProductVersionLocalServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCProductEntryLocalServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCLicenseLocalServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCFrameworkVersionServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCProductVersionServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCLicenseServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCProductEntryServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersionPersistence
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCProductVersionLocalServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCProductEntryLocalServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCLicenseLocalServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCFrameworkVersionServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCProductVersionServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCLicenseServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCProductEntryServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 

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

Classes in com.liferay.portlet.softwarecatalog.service.persistence that implement SCProductVersionPersistence
 class SCProductVersionPersistenceImpl
          The persistence implementation for the s c product version service.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductVersionPersistence
static SCProductVersionPersistence SCProductVersionUtil.getPersistence()
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductVersionPersistence
 void SCProductVersionUtil.setPersistence(SCProductVersionPersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3