Liferay 7.0-ga1 portal-impl

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

Packages that use SubscriptionModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

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

Subclasses of SubscriptionModelImpl in com.liferay.portal.model.impl
 class SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type SubscriptionModelImpl
protected  void SubscriptionPersistenceImpl.cacheUniqueFindersCache(SubscriptionModelImpl subscriptionModelImpl, boolean isNew)
           
protected  void SubscriptionPersistenceImpl.clearUniqueFindersCache(SubscriptionModelImpl subscriptionModelImpl)
           
 


Liferay 7.0-ga1 portal-impl