Liferay 7.0-ce-a3

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.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.softwarecatalog.service.persistence.impl   
 

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.portlet.softwarecatalog.service.base
 

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

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

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

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

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. As of 6.2.0
 

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

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

Fields in com.liferay.portlet.softwarecatalog.service.persistence.impl declared as SCProductEntryPersistence
protected  SCProductEntryPersistence SCLicensePersistenceImpl.scProductEntryPersistence
           
 


Liferay 7.0-ce-a3