Liferay 7.0-ce-a2

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   
com.liferay.portlet.softwarecatalog.service.persistence.impl   
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductVersionPersistence
 SCProductVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.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 SCProductEntryServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCProductVersionServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 SCProductVersionPersistence SCFrameworkVersionServiceBaseImpl.getSCProductVersionPersistence()
          Returns the s c product version persistence.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersionPersistence
 void SCFrameworkVersionLocalServiceBaseImpl.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 SCProductEntryServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCProductVersionServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void SCFrameworkVersionServiceBaseImpl.setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 

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

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. As of 6.2.0
 

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

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

Fields in com.liferay.portlet.softwarecatalog.service.persistence.impl declared as SCProductVersionPersistence
protected  SCProductVersionPersistence SCFrameworkVersionPersistenceImpl.scProductVersionPersistence
           
 


Liferay 7.0-ce-a2