Liferay 6.1.10-ee-ga1

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

Packages that use SubscriptionModel
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
 

Uses of SubscriptionModel in com.liferay.portal.model
 

Subinterfaces of SubscriptionModel in com.liferay.portal.model
 interface Subscription
          The extended model interface for the Subscription service.
 

Classes in com.liferay.portal.model that implement SubscriptionModel
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 

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

Classes in com.liferay.portal.model.impl that implement SubscriptionModel
 class SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 class SubscriptionModelImpl
          The base model implementation for the Subscription service.
 


Liferay 6.1.10-ee-ga1