Liferay 6.2-ce-ga5

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

Packages that use SCFrameworkVersionPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence GroupLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 

Methods in com.liferay.portal.service.base with parameters of type SCFrameworkVersionPersistence
 void GroupServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void GroupLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 

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

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

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

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

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 implementation for the s c framework version service.
 

Fields in com.liferay.portlet.softwarecatalog.service.persistence declared as SCFrameworkVersionPersistence
protected  SCFrameworkVersionPersistence SCProductVersionPersistenceImpl.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)
          Deprecated. As of 6.2.0
 


Liferay 6.2-ce-ga5