Liferay 6.1.2-ce-ga3

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

Packages that use SCProductEntryPersistence
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 SCProductEntryPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SCProductEntryPersistence
protected  SCProductEntryPersistence GroupServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence GroupLocalServiceBaseImpl.scProductEntryPersistence
           
 

Methods in com.liferay.portal.service.base that return SCProductEntryPersistence
 SCProductEntryPersistence GroupServiceBaseImpl.getSCProductEntryPersistence()
          Returns the s c product entry persistence.
 SCProductEntryPersistence GroupLocalServiceBaseImpl.getSCProductEntryPersistence()
          Returns the s c product entry persistence.
 

Methods in com.liferay.portal.service.base with parameters of type SCProductEntryPersistence
 void GroupServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void GroupLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 

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

Fields in com.liferay.portal.service.persistence declared as SCProductEntryPersistence
protected  SCProductEntryPersistence GroupPersistenceImpl.scProductEntryPersistence
           
 

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntryPersistence
 void SCProductScreenshotLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCProductVersionLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCProductEntryLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCLicenseLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCFrameworkVersionServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCProductVersionServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCFrameworkVersionLocalServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCLicenseServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void SCProductEntryServiceBaseImpl.setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 

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

Classes in com.liferay.portlet.softwarecatalog.service.persistence that implement SCProductEntryPersistence
 class SCProductEntryPersistenceImpl
          The persistence implementation for the s c product entry service.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductEntryPersistence
static SCProductEntryPersistence SCProductEntryUtil.getPersistence()
           
 

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


Liferay 6.1.2-ce-ga3