Liferay 6.0.5

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

Packages that use SCProductEntryPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
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()
          Gets the s c product entry persistence.
 SCProductEntryPersistence GroupLocalServiceBaseImpl.getSCProductEntryPersistence()
          Gets 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 SCProductVersionServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCProductVersionLocalServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCProductScreenshotLocalServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCProductEntryServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCProductEntryLocalServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCLicenseServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCLicenseLocalServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCFrameworkVersionServiceBaseImpl.scProductEntryPersistence
           
protected  SCProductEntryPersistence SCFrameworkVersionLocalServiceBaseImpl.scProductEntryPersistence
           
 

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

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


Liferay 6.0.5