Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.model.impl.ServiceComponentModelImpl

Packages that use ServiceComponentModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of ServiceComponentModelImpl in com.liferay.portal.model.impl
 

Subclasses of ServiceComponentModelImpl in com.liferay.portal.model.impl
 class ServiceComponentBaseImpl
          The extended model base implementation for the ServiceComponent service.
 class ServiceComponentImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type ServiceComponentModelImpl
protected  void ServiceComponentPersistenceImpl.cacheUniqueFindersCache(ServiceComponentModelImpl serviceComponentModelImpl, boolean isNew)
           
protected  void ServiceComponentPersistenceImpl.clearUniqueFindersCache(ServiceComponentModelImpl serviceComponentModelImpl)
           
 


Liferay 7.0-ce-b4