Liferay 6.0-ee

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

Packages that use Subscription
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.blogs.messaging   
com.liferay.portlet.journal.messaging   
com.liferay.portlet.messageboards.messaging   
com.liferay.portlet.wiki.messaging   
 

Uses of Subscription in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return Subscription
 Subscription SubscriptionWrapper.getWrappedSubscription()
           
 Subscription SubscriptionWrapper.toEscapedModel()
           
 Subscription SubscriptionModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type Subscription
 int SubscriptionWrapper.compareTo(Subscription subscription)
           
 int SubscriptionModel.compareTo(Subscription subscription)
           
 

Constructors in com.liferay.portal.model with parameters of type Subscription
SubscriptionWrapper(Subscription subscription)
           
 

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

Classes in com.liferay.portal.model.impl that implement Subscription
 class SubscriptionImpl
           
 

Methods in com.liferay.portal.model.impl that return Subscription
 Subscription SubscriptionModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Subscription
 int SubscriptionModelImpl.compareTo(Subscription subscription)
           
 

Uses of Subscription in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Subscription
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, String className, long classPK)
           
 Subscription SubscriptionLocalService.addSubscription(long userId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, String className, long classPK, String frequency)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalService.addSubscription(long userId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
          Adds the subscription to the database.
static Subscription SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalServiceWrapper.createSubscription(long subscriptionId)
          Creates a new subscription with the primary key.
static Subscription SubscriptionLocalServiceUtil.createSubscription(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionLocalService.createSubscription(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId)
          Gets the subscription with the primary key.
static Subscription SubscriptionLocalServiceUtil.getSubscription(long subscriptionId)
          Gets the subscription with the primary key.
 Subscription SubscriptionLocalService.getSubscription(long subscriptionId)
          Gets the subscription with the primary key.
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long companyId, long userId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.getSubscription(long companyId, long userId, String className, long classPK)
           
 Subscription SubscriptionLocalService.getSubscription(long companyId, long userId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Subscription
 List<Subscription> SubscriptionLocalServiceWrapper.getSubscriptions(int start, int end)
          Gets a range of all the subscriptions.
static List<Subscription> SubscriptionLocalServiceUtil.getSubscriptions(int start, int end)
          Gets a range of all the subscriptions.
 List<Subscription> SubscriptionLocalService.getSubscriptions(int start, int end)
          Gets a range of all the subscriptions.
 List<Subscription> SubscriptionLocalServiceWrapper.getSubscriptions(long companyId, String className, long classPK)
           
static List<Subscription> SubscriptionLocalServiceUtil.getSubscriptions(long companyId, String className, long classPK)
           
 List<Subscription> SubscriptionLocalService.getSubscriptions(long companyId, String className, long classPK)
           
 List<Subscription> SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId, String className)
           
static List<Subscription> SubscriptionLocalServiceUtil.getUserSubscriptions(long userId, String className)
           
 List<Subscription> SubscriptionLocalService.getUserSubscriptions(long userId, String className)
           
 

Methods in com.liferay.portal.service with parameters of type Subscription
 Subscription SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
          Adds the subscription to the database.
static Subscription SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 void SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
static void SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 void SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 

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

Methods in com.liferay.portal.service.base that return Subscription
 Subscription SubscriptionLocalServiceBaseImpl.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalServiceBaseImpl.createSubscription(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionLocalServiceBaseImpl.getSubscription(long subscriptionId)
          Gets the subscription with the primary key.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Subscription
 List<Subscription> SubscriptionLocalServiceBaseImpl.getSubscriptions(int start, int end)
          Gets a range of all the subscriptions.
 

Methods in com.liferay.portal.service.base with parameters of type Subscription
 Subscription SubscriptionLocalServiceBaseImpl.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 void SubscriptionLocalServiceBaseImpl.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription)
          Updates the subscription in the database.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database.
 

Uses of Subscription in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Subscription
 Subscription SubscriptionLocalServiceImpl.addSubscription(long userId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceImpl.addSubscription(long userId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalServiceImpl.getSubscription(long companyId, long userId, String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Subscription
 List<Subscription> SubscriptionLocalServiceImpl.getSubscriptions(long companyId, String className, long classPK)
           
 List<Subscription> SubscriptionLocalServiceImpl.getUserSubscriptions(long userId, String className)
           
 

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

Methods in com.liferay.portal.service.persistence that return Subscription
static Subscription SubscriptionUtil.create(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionPersistence.create(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionPersistenceImpl.create(long subscriptionId)
          Creates a new subscription with the primary key.
static Subscription SubscriptionUtil.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Subscription SubscriptionPersistence.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Subscription SubscriptionPersistenceImpl.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static Subscription SubscriptionUtil.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Subscription SubscriptionPersistence.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Subscription SubscriptionPersistenceImpl.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static Subscription SubscriptionUtil.fetchByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistence.fetchByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistenceImpl.fetchByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the subscription with the primary key or returns null if it could not be found.
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription[] SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription[] SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription[] SubscriptionPersistenceImpl.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
static Subscription SubscriptionUtil.findByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistence.findByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the subscription with the primary key or throws a NoSuchModelException if it could not be found.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistenceImpl.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistenceImpl.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ?.
protected  Subscription SubscriptionPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Subscription subscription, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByU_C_PrevAndNext(Session session, Subscription subscription, long userId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByUserId_PrevAndNext(Session session, Subscription subscription, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Subscription SubscriptionUtil.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
 Subscription SubscriptionPersistence.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
 Subscription SubscriptionPersistenceImpl.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
 Subscription SubscriptionPersistenceImpl.remove(Serializable primaryKey)
          Removes the subscription with the primary key from the database.
static Subscription SubscriptionUtil.remove(Subscription subscription)
           
protected  Subscription SubscriptionPersistenceImpl.removeImpl(Subscription subscription)
           
protected  Subscription SubscriptionPersistenceImpl.toUnwrappedModel(Subscription subscription)
           
static Subscription SubscriptionUtil.update(Subscription subscription, boolean merge)
           
static Subscription SubscriptionUtil.update(Subscription subscription, boolean merge, ServiceContext serviceContext)
           
static Subscription SubscriptionUtil.updateImpl(Subscription subscription, boolean merge)
           
 Subscription SubscriptionPersistence.updateImpl(Subscription subscription, boolean merge)
           
 Subscription SubscriptionPersistenceImpl.updateImpl(Subscription subscription, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Subscription
static List<Subscription> SubscriptionUtil.findAll()
          Finds all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll()
          Finds all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll()
          Finds all the subscriptions.
static List<Subscription> SubscriptionUtil.findAll(int start, int end)
          Finds a range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end)
          Finds a range of all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end)
          Finds a range of all the subscriptions.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId)
          Finds all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId)
          Finds all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId)
          Finds all the subscriptions where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end)
          Finds a range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end)
          Finds a range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId, int start, int end)
          Finds a range of all the subscriptions where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId)
          Finds all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId)
          Finds all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId)
          Finds all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Subscription
static void SubscriptionUtil.cacheResult(Subscription subscription)
          Caches the subscription in the entity cache if it is enabled.
 void SubscriptionPersistence.cacheResult(Subscription subscription)
          Caches the subscription in the entity cache if it is enabled.
 void SubscriptionPersistenceImpl.cacheResult(Subscription subscription)
          Caches the subscription in the entity cache if it is enabled.
static void SubscriptionUtil.clearCache(Subscription subscription)
           
 void SubscriptionPersistenceImpl.clearCache(Subscription subscription)
          Clears the cache for the subscription.
protected  Subscription SubscriptionPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Subscription subscription, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByU_C_PrevAndNext(Session session, Subscription subscription, long userId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByUserId_PrevAndNext(Session session, Subscription subscription, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Subscription SubscriptionUtil.remove(Subscription subscription)
           
protected  Subscription SubscriptionPersistenceImpl.removeImpl(Subscription subscription)
           
protected  Subscription SubscriptionPersistenceImpl.toUnwrappedModel(Subscription subscription)
           
static Subscription SubscriptionUtil.update(Subscription subscription, boolean merge)
           
static Subscription SubscriptionUtil.update(Subscription subscription, boolean merge, ServiceContext serviceContext)
           
static Subscription SubscriptionUtil.updateImpl(Subscription subscription, boolean merge)
           
 Subscription SubscriptionPersistence.updateImpl(Subscription subscription, boolean merge)
           
 Subscription SubscriptionPersistenceImpl.updateImpl(Subscription subscription, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Subscription
static void SubscriptionUtil.cacheResult(List<Subscription> subscriptions)
          Caches the subscriptions in the entity cache if it is enabled.
 void SubscriptionPersistence.cacheResult(List<Subscription> subscriptions)
          Caches the subscriptions in the entity cache if it is enabled.
 void SubscriptionPersistenceImpl.cacheResult(List<Subscription> subscriptions)
          Caches the subscriptions in the entity cache if it is enabled.
 

Uses of Subscription in com.liferay.portlet.blogs.messaging
 

Method parameters in com.liferay.portlet.blogs.messaging with type arguments of type Subscription
protected  void BlogsMessageListener.sendEmail(long userId, String fromName, String fromAddress, String subject, String body, List<Subscription> subscriptions, Set<Long> sent, String replyToAddress, String mailId, boolean htmlFormat)
           
 

Uses of Subscription in com.liferay.portlet.journal.messaging
 

Method parameters in com.liferay.portlet.journal.messaging with type arguments of type Subscription
protected  void JournalMessageListener.sendEmail(long userId, String fromName, String fromAddress, String subject, String body, List<Subscription> subscriptions, Set<Long> sent, String replyToAddress, String mailId, boolean htmlFormat)
           
 

Uses of Subscription in com.liferay.portlet.messageboards.messaging
 

Method parameters in com.liferay.portlet.messageboards.messaging with type arguments of type Subscription
protected  void MBMessageListener.sendEmail(long userId, String fromName, String fromAddress, String subject, String body, List<Subscription> subscriptions, Set<Long> sent, String replyToAddress, String mailId, String inReplyTo, boolean htmlFormat)
           
 

Uses of Subscription in com.liferay.portlet.wiki.messaging
 

Method parameters in com.liferay.portlet.wiki.messaging with type arguments of type Subscription
protected  void WikiMessageListener.sendEmail(long userId, String fromName, String fromAddress, String subject, String body, List<Subscription> subscriptions, Set<Long> sent, String replyToAddress, String mailId, boolean htmlFormat)
           
 


Liferay 6.0-ee