Liferay 6.1.2-ce-ga3

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.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
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.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 SCProductScreenshotLocalServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductVersionLocalServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductEntryLocalServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCLicenseLocalServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCFrameworkVersionServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductVersionServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCLicenseServiceBaseImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductEntryServiceBaseImpl.scFrameworkVersionPersistence
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCFrameworkVersionPersistence
 SCFrameworkVersionPersistence SCProductScreenshotLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence SCProductVersionLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence SCProductEntryLocalServiceBaseImpl.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.
 SCFrameworkVersionPersistence SCProductVersionServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence SCFrameworkVersionLocalServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence SCLicenseServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 SCFrameworkVersionPersistence SCProductEntryServiceBaseImpl.getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCFrameworkVersionPersistence
 void SCProductScreenshotLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void SCProductVersionLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void SCProductEntryLocalServiceBaseImpl.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.
 void SCProductVersionServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void SCLicenseServiceBaseImpl.setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void SCProductEntryServiceBaseImpl.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
           
protected  SCFrameworkVersionPersistence SCFrameworkVersionPersistenceImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCLicensePersistenceImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductEntryPersistenceImpl.scFrameworkVersionPersistence
           
protected  SCFrameworkVersionPersistence SCProductScreenshotPersistenceImpl.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.  
 


Liferay 6.1.2-ce-ga3