Liferay 6.0.4

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

Packages that use SCFrameworkVersionPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of SCFrameworkVersionPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SCFrameworkVersionPersistence
protected  SCFrameworkVersionPersistence GroupServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence GroupLocalServiceBaseImpl.scFrameworkVersionPersistence
           
 

Methods in com.liferay.portal.service.base that return SCFrameworkVersionPersistence
 SCFrameworkVersionPersistence GroupServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence GroupLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type SCFrameworkVersionPersistence
 void GroupServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void GroupLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 

Uses of SCFrameworkVersionPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as SCFrameworkVersionPersistence
protected  SCFrameworkVersionPersistence GroupPersistenceImpl.scFrameworkVersionPersistence
           
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCFrameworkVersionPersistence
 SCFrameworkVersionPersistence SCProductVersionServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCProductVersionLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCProductScreenshotLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCProductEntryServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCProductEntryLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCLicenseServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCLicenseLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCFrameworkVersionServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 SCFrameworkVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCFrameworkVersionPersistence
 void SCProductVersionServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCProductVersionLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCProductScreenshotLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCProductEntryServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCProductEntryLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCLicenseServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCLicenseLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCFrameworkVersionServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void SCFrameworkVersionLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.service.persistence that implement SCFrameworkVersionPersistence
 class SCFrameworkVersionPersistenceImpl
          The persistence for the s c framework version service.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCFrameworkVersionPersistence
static SCFrameworkVersionPersistence SCFrameworkVersionUtil.getPersistence()
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCFrameworkVersionPersistence
 void SCFrameworkVersionUtil.setPersistence(SCFrameworkVersionPersistence persistence)
           
 


Liferay 6.0.4