Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.ServiceComponentPersistence

Packages that use ServiceComponentPersistence
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.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of ServiceComponentPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ServiceComponentPersistence
protected  ServiceComponentPersistence ServiceComponentLocalServiceBaseImpl.serviceComponentPersistence
           
 

Methods in com.liferay.portal.service.base that return ServiceComponentPersistence
 ServiceComponentPersistence ServiceComponentLocalServiceBaseImpl.getServiceComponentPersistence()
          Returns the service component persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ServiceComponentPersistence
 void ServiceComponentLocalServiceBaseImpl.setServiceComponentPersistence(ServiceComponentPersistence serviceComponentPersistence)
          Sets the service component persistence.
 

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

Methods in com.liferay.portal.service.persistence that return ServiceComponentPersistence
static ServiceComponentPersistence ServiceComponentUtil.getPersistence()
           
 

Uses of ServiceComponentPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement ServiceComponentPersistence
 class ServiceComponentPersistenceImpl
          The persistence implementation for the service component service.
 

Fields in com.liferay.portal.service.persistence.impl declared as ServiceComponentPersistence
protected  ServiceComponentPersistence ServiceComponentFinderBaseImpl.serviceComponentPersistence
           
 

Methods in com.liferay.portal.service.persistence.impl that return ServiceComponentPersistence
 ServiceComponentPersistence ServiceComponentFinderBaseImpl.getServiceComponentPersistence()
          Returns the service component persistence.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type ServiceComponentPersistence
 void ServiceComponentFinderBaseImpl.setServiceComponentPersistence(ServiceComponentPersistence serviceComponentPersistence)
          Sets the service component persistence.
 


Liferay 7.0-ce-b4