Liferay 6.1.2-ce-ga3

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

Packages that use Subscription
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. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

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.getWrappedModel()
           
 Subscription SubscriptionWrapper.getWrappedSubscription()
          Deprecated. Renamed to SubscriptionWrapper.getWrappedModel()
 Subscription SubscriptionModel.toEscapedModel()
           
 Subscription SubscriptionWrapper.toEscapedModel()
           
 Subscription SubscriptionModel.toUnescapedModel()
           
 Subscription SubscriptionWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Subscription
 CacheModel<Subscription> SubscriptionModel.toCacheModel()
           
 CacheModel<Subscription> SubscriptionWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Subscription
 int SubscriptionModel.compareTo(Subscription subscription)
           
 int SubscriptionWrapper.compareTo(Subscription subscription)
           
static SubscriptionSoap SubscriptionSoap.toSoapModel(Subscription model)
           
static SubscriptionSoap[] SubscriptionSoap.toSoapModels(Subscription[] models)
           
static SubscriptionSoap[][] SubscriptionSoap.toSoapModels(Subscription[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Subscription
static SubscriptionSoap[] SubscriptionSoap.toSoapModels(List<Subscription> models)
           
 

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 SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 

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

Methods in com.liferay.portal.model.impl that return types with arguments of type Subscription
 CacheModel<Subscription> SubscriptionModelImpl.toCacheModel()
           
 

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 SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
static Subscription SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalService.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 SubscriptionLocalServiceWrapper.createSubscription(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionLocalService.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
static Subscription SubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 Subscription SubscriptionLocalServiceWrapper.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 Subscription SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
static Subscription SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalService.fetchSubscription(long subscriptionId)
           
static Subscription SubscriptionLocalServiceUtil.fetchSubscription(long subscriptionId)
           
 Subscription SubscriptionLocalServiceWrapper.fetchSubscription(long subscriptionId)
           
 Subscription SubscriptionLocalService.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
static Subscription SubscriptionLocalServiceUtil.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
 Subscription SubscriptionLocalService.getSubscription(long companyId, long userId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.getSubscription(long companyId, long userId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long companyId, long userId, String className, long classPK)
           
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service with parameters of type Subscription
 Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
static Subscription SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 Subscription SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
static Subscription SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
static Subscription SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 

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.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 Subscription SubscriptionLocalServiceBaseImpl.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceBaseImpl.fetchSubscription(long subscriptionId)
           
 Subscription SubscriptionLocalServiceBaseImpl.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Subscription
 List<Subscription> SubscriptionLocalServiceBaseImpl.getSubscriptions(int start, int end)
          Returns 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.
 Subscription SubscriptionLocalServiceBaseImpl.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription, boolean merge)
          Updates the subscription in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.impl that return Subscription
 Subscription SubscriptionLocalServiceImpl.addSubscription(long userId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceImpl.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalServiceImpl.deleteSubscription(long subscriptionId)
           
 Subscription SubscriptionLocalServiceImpl.deleteSubscription(Subscription subscription)
           
 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, int start, int end, OrderByComparator orderByComparator)
           
 List<Subscription> SubscriptionLocalServiceImpl.getUserSubscriptions(long userId, String className)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Subscription
 Subscription SubscriptionLocalServiceImpl.deleteSubscription(Subscription subscription)
           
 

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

Methods in com.liferay.portal.service.persistence that return Subscription
 Subscription SubscriptionPersistence.create(long subscriptionId)
          Creates a new subscription with the primary key.
static Subscription SubscriptionUtil.create(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionPersistenceImpl.create(long subscriptionId)
          Creates a new subscription with the primary key.
 Subscription SubscriptionPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistenceImpl.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistenceImpl.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Returns 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)
          Returns 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)
          Returns 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, boolean retrieveFromCache)
          Returns 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.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns 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)
          Returns 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.fetchByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or returns null if it could not be found.
static Subscription SubscriptionUtil.fetchByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistenceImpl.fetchByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the subscription with the primary key or returns null if it could not be found.
 Subscription SubscriptionPersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns 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)
          Returns the first 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)
          Returns the last 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)
          Returns 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)
          Returns the last 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)
          Returns the subscriptions before and after the current 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)
          Returns 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)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
static Subscription SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Returns 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)
          Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistence.findByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
static Subscription SubscriptionUtil.findByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(long subscriptionId)
          Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the subscription with the primary key or throws a NoSuchModelException if it could not be found.
 Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistenceImpl.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns 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)
           
 Subscription SubscriptionPersistence.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
static Subscription SubscriptionUtil.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.
 Subscription SubscriptionPersistence.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
static Subscription SubscriptionUtil.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
 Subscription SubscriptionPersistenceImpl.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
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)
           
 Subscription SubscriptionPersistence.updateImpl(Subscription subscription, boolean merge)
           
static Subscription SubscriptionUtil.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
 List<Subscription> SubscriptionPersistence.findAll()
          Returns all the subscriptions.
static List<Subscription> SubscriptionUtil.findAll()
          Returns all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll()
          Returns all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end)
          Returns a range of all the subscriptions.
static List<Subscription> SubscriptionUtil.findAll(int start, int end)
          Returns a range of all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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, OrderByComparator orderByComparator)
          Returns an ordered 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)
          Returns 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)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId)
          Returns all the subscriptions where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId)
          Returns all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId)
          Returns all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end)
          Returns a range of all the subscriptions where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end)
          Returns a range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId, int start, int end)
          Returns a range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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)
          Returns 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)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId)
          Returns all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId)
          Returns all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId)
          Returns all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns 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
 void SubscriptionPersistence.cacheResult(Subscription subscription)
          Caches the subscription in the entity cache if it is enabled.
static void SubscriptionUtil.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.
protected  void SubscriptionPersistenceImpl.cacheUniqueFindersCache(Subscription subscription)
           
static void SubscriptionUtil.clearCache(Subscription subscription)
           
 void SubscriptionPersistenceImpl.clearCache(Subscription subscription)
          Clears the cache for the subscription.
protected  void SubscriptionPersistenceImpl.clearUniqueFindersCache(Subscription 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)
           
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)
           
 Subscription SubscriptionPersistence.updateImpl(Subscription subscription, boolean merge)
           
static Subscription SubscriptionUtil.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
 void SubscriptionPersistence.cacheResult(List<Subscription> subscriptions)
          Caches the subscriptions in the entity cache if it is enabled.
static void SubscriptionUtil.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.
 void SubscriptionPersistenceImpl.clearCache(List<Subscription> subscriptions)
           
 

Uses of Subscription in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Subscription
protected  void SubscriptionSender.deleteSubscription(Subscription subscription)
           
protected  boolean SubscriptionSender.hasPermission(Subscription subscription, User user)
           
protected  void SubscriptionSender.notifySubscriber(Subscription subscription)
           
 


Liferay 6.1.2-ce-ga3