Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.ServiceComponentModel

Packages that use ServiceComponentModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of ServiceComponentModel in com.liferay.portal.model
 

Subinterfaces of ServiceComponentModel in com.liferay.portal.model
 interface ServiceComponent
          The extended model interface for the ServiceComponent service.
 

Classes in com.liferay.portal.model that implement ServiceComponentModel
 class ServiceComponentWrapper
           This class is a wrapper for ServiceComponent.
 

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

Classes in com.liferay.portal.model.impl that implement ServiceComponentModel
 class ServiceComponentBaseImpl
          The extended model base implementation for the ServiceComponent service.
 class ServiceComponentImpl
           
 class ServiceComponentModelImpl
          The base model implementation for the ServiceComponent service.
 


Liferay 6.2-ce-ga5