Uses of Interface
com.liferay.portal.kernel.model.Subscription
Packages that use Subscription
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the kernel utility interfaces and classes.
-
Uses of Subscription in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement SubscriptionFields in com.liferay.portal.kernel.model with type parameters of type SubscriptionModifier and TypeFieldDescriptionstatic final Accessor<Subscription,
Long> Subscription.SUBSCRIPTION_ID_ACCESSOR
Deprecated.Methods in com.liferay.portal.kernel.model that return SubscriptionModifier and TypeMethodDescriptionSubscriptionModel.cloneWithOriginalValues()
Deprecated.SubscriptionWrapper.cloneWithOriginalValues()
Deprecated.Methods in com.liferay.portal.kernel.model with parameters of type SubscriptionModifier and TypeMethodDescriptionprotected SubscriptionWrapper
SubscriptionWrapper.wrap
(Subscription subscription) Deprecated.Constructors in com.liferay.portal.kernel.model with parameters of type Subscription -
Uses of Subscription in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return SubscriptionModifier and TypeMethodDescriptionSubscriptionLocalService.addSubscription
(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.SubscriptionLocalService.addSubscription
(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.SubscriptionLocalService.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.static Subscription
SubscriptionLocalServiceUtil.addSubscription
(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.static Subscription
SubscriptionLocalServiceUtil.addSubscription
(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.static Subscription
SubscriptionLocalServiceUtil.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.SubscriptionLocalServiceWrapper.addSubscription
(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.SubscriptionLocalServiceWrapper.addSubscription
(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.SubscriptionLocalServiceWrapper.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.SubscriptionLocalService.createSubscription
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.static Subscription
SubscriptionLocalServiceUtil.createSubscription
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.SubscriptionLocalServiceWrapper.createSubscription
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.SubscriptionLocalService.deleteSubscription
(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.SubscriptionLocalService.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.static Subscription
SubscriptionLocalServiceUtil.deleteSubscription
(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.static Subscription
SubscriptionLocalServiceUtil.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.SubscriptionLocalServiceWrapper.deleteSubscription
(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.SubscriptionLocalServiceWrapper.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.SubscriptionLocalService.fetchSubscription
(long subscriptionId) Deprecated.SubscriptionLocalService.fetchSubscription
(long companyId, long userId, String className, long classPK) Deprecated.static Subscription
SubscriptionLocalServiceUtil.fetchSubscription
(long subscriptionId) Deprecated.static Subscription
SubscriptionLocalServiceUtil.fetchSubscription
(long companyId, long userId, String className, long classPK) Deprecated.SubscriptionLocalServiceWrapper.fetchSubscription
(long subscriptionId) Deprecated.SubscriptionLocalServiceWrapper.fetchSubscription
(long companyId, long userId, String className, long classPK) Deprecated.SubscriptionLocalService.getSubscription
(long subscriptionId) Deprecated.Returns the subscription with the primary key.SubscriptionLocalService.getSubscription
(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.static Subscription
SubscriptionLocalServiceUtil.getSubscription
(long subscriptionId) Deprecated.Returns the subscription with the primary key.static Subscription
SubscriptionLocalServiceUtil.getSubscription
(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.SubscriptionLocalServiceWrapper.getSubscription
(long subscriptionId) Deprecated.Returns the subscription with the primary key.SubscriptionLocalServiceWrapper.getSubscription
(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.SubscriptionLocalService.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.static Subscription
SubscriptionLocalServiceUtil.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.SubscriptionLocalServiceWrapper.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionLocalService.getSubscriptions
(int start, int end) Deprecated.Returns a range of all the subscriptions.SubscriptionLocalService.getSubscriptions
(long companyId, long userId, String className, long[] classPKs) Deprecated.Returns all the subscriptions of the user to the entities.SubscriptionLocalService.getSubscriptions
(long companyId, String className, long classPK) Deprecated.Returns all the subscriptions to the entity.static List<Subscription>
SubscriptionLocalServiceUtil.getSubscriptions
(int start, int end) Deprecated.Returns a range of all the subscriptions.static List<Subscription>
SubscriptionLocalServiceUtil.getSubscriptions
(long companyId, long userId, String className, long[] classPKs) Deprecated.Returns all the subscriptions of the user to the entities.static List<Subscription>
SubscriptionLocalServiceUtil.getSubscriptions
(long companyId, String className, long classPK) Deprecated.Returns all the subscriptions to the entity.SubscriptionLocalServiceWrapper.getSubscriptions
(int start, int end) Deprecated.Returns a range of all the subscriptions.SubscriptionLocalServiceWrapper.getSubscriptions
(long companyId, long userId, String className, long[] classPKs) Deprecated.Returns all the subscriptions of the user to the entities.SubscriptionLocalServiceWrapper.getSubscriptions
(long companyId, String className, long classPK) Deprecated.Returns all the subscriptions to the entity.SubscriptionLocalService.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.SubscriptionLocalService.getUserSubscriptions
(long userId, String className) Deprecated.Returns all the subscriptions of the user to the entities with the class name.static List<Subscription>
SubscriptionLocalServiceUtil.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.static List<Subscription>
SubscriptionLocalServiceUtil.getUserSubscriptions
(long userId, String className) Deprecated.Returns all the subscriptions of the user to the entities with the class name.SubscriptionLocalServiceWrapper.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.SubscriptionLocalServiceWrapper.getUserSubscriptions
(long userId, String className) Deprecated.Returns all the subscriptions of the user to the entities with the class name.Methods in com.liferay.portal.kernel.service with parameters of type SubscriptionModifier and TypeMethodDescriptionSubscriptionLocalService.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.static Subscription
SubscriptionLocalServiceUtil.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.SubscriptionLocalServiceWrapper.addSubscription
(Subscription subscription) Deprecated.Adds the subscription to the database.SubscriptionLocalService.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.static Subscription
SubscriptionLocalServiceUtil.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.SubscriptionLocalServiceWrapper.deleteSubscription
(Subscription subscription) Deprecated.Deletes the subscription from the database.SubscriptionLocalService.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.static Subscription
SubscriptionLocalServiceUtil.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.SubscriptionLocalServiceWrapper.updateSubscription
(Subscription subscription) Deprecated.Updates the subscription in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionLocalService.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.static List<Subscription>
SubscriptionLocalServiceUtil.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.SubscriptionLocalServiceWrapper.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user. -
Uses of Subscription in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return SubscriptionModifier and TypeMethodDescriptionSubscriptionPersistence.create
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.static Subscription
SubscriptionUtil.create
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.SubscriptionPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByC_U_C_C
(long companyId, long userId, long classNameId, long classPK) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.SubscriptionPersistence.fetchByC_U_C_C
(long companyId, long userId, long classNameId, long classPK, boolean useFinderCache) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnull
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) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.static Subscription
SubscriptionUtil.fetchByC_U_C_C
(long companyId, long userId, long classNameId, long classPK, boolean useFinderCache) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.SubscriptionPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.fetchByPrimaryKey
(long subscriptionId) Deprecated.Returns the subscription with the primary key or returnsnull
if it could not be found.static Subscription
SubscriptionUtil.fetchByPrimaryKey
(long subscriptionId) Deprecated.Returns the subscription with the primary key or returnsnull
if it could not be found.SubscriptionPersistence.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.SubscriptionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.SubscriptionPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_PrevAndNext
(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long classPK) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSubscriptionException
if it could not be found.static Subscription
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long classPK) Deprecated.Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSubscriptionException
if it could not be found.SubscriptionPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.static Subscription[]
SubscriptionUtil.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByPrimaryKey
(long subscriptionId) Deprecated.Returns the subscription with the primary key or throws aNoSuchSubscriptionException
if it could not be found.static Subscription
SubscriptionUtil.findByPrimaryKey
(long subscriptionId) Deprecated.Returns the subscription with the primary key or throws aNoSuchSubscriptionException
if it could not be found.SubscriptionPersistence.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_PrevAndNext
(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_PrevAndNext
(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.SubscriptionPersistence.remove
(long subscriptionId) Deprecated.Removes the subscription with the primary key from the database.static Subscription
SubscriptionUtil.remove
(long subscriptionId) Deprecated.Removes the subscription with the primary key from the database.SubscriptionPersistence.removeByC_U_C_C
(long companyId, long userId, long classNameId, long classPK) Deprecated.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) Deprecated.Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.static Subscription
SubscriptionUtil.update
(Subscription subscription) Deprecated.static Subscription
SubscriptionUtil.update
(Subscription subscription, ServiceContext serviceContext) Deprecated.SubscriptionPersistence.updateImpl
(Subscription subscription) Deprecated.static Subscription
SubscriptionUtil.updateImpl
(Subscription subscription) Deprecated.Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionstatic Map<Serializable,
Subscription> SubscriptionUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) Deprecated.SubscriptionPersistence.findAll()
Deprecated.Returns all the subscriptions.SubscriptionPersistence.findAll
(int start, int end) Deprecated.Returns a range of all the subscriptions.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll()
Deprecated.Returns all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end) Deprecated.Returns a range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Deprecated.Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Deprecated.Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.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) Deprecated.Returns 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) Deprecated.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, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs) Deprecated.Returns all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end) Deprecated.Returns a range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs) Deprecated.Returns all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end) Deprecated.Returns a range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.SubscriptionPersistence.findByG_U
(long groupId, long userId) Deprecated.Returns all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end) Deprecated.Returns a range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId) Deprecated.Returns all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end) Deprecated.Returns a range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId) Deprecated.Returns all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end) Deprecated.Returns a range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.static List<Subscription>
SubscriptionUtil.findByU_C
(long userId, long classNameId) Deprecated.Returns all the subscriptions where userId = ? and classNameId = ?.static List<Subscription>
SubscriptionUtil.findByU_C
(long userId, long classNameId, int start, int end) Deprecated.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, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByUserId
(long userId) Deprecated.Returns all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end) Deprecated.Returns a range of all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId) Deprecated.Returns all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end) Deprecated.Returns a range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) Deprecated.static List<Subscription>
SubscriptionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Deprecated.static List<Subscription>
SubscriptionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Methods in com.liferay.portal.kernel.service.persistence with parameters of type SubscriptionModifier and TypeMethodDescriptionvoid
SubscriptionPersistence.cacheResult
(Subscription subscription) Deprecated.Caches the subscription in the entity cache if it is enabled.static void
SubscriptionUtil.cacheResult
(Subscription subscription) Deprecated.Caches the subscription in the entity cache if it is enabled.static void
SubscriptionUtil.clearCache
(Subscription subscription) Deprecated.static Subscription
SubscriptionUtil.update
(Subscription subscription) Deprecated.static Subscription
SubscriptionUtil.update
(Subscription subscription, ServiceContext serviceContext) Deprecated.SubscriptionPersistence.updateImpl
(Subscription subscription) Deprecated.static Subscription
SubscriptionUtil.updateImpl
(Subscription subscription) Deprecated.Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type SubscriptionModifier and TypeMethodDescriptionvoid
SubscriptionPersistence.cacheResult
(List<Subscription> subscriptions) Deprecated.Caches the subscriptions in the entity cache if it is enabled.static void
SubscriptionUtil.cacheResult
(List<Subscription> subscriptions) Deprecated.Caches the subscriptions in the entity cache if it is enabled.SubscriptionPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.SubscriptionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.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<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_PrevAndNext
(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.static Subscription[]
SubscriptionUtil.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.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<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_PrevAndNext
(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_PrevAndNext
(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.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<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.static List<Subscription>
SubscriptionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated. -
Uses of Subscription in com.liferay.portal.kernel.util
Fields in com.liferay.portal.kernel.util with type parameters of type SubscriptionModifier and TypeFieldDescriptionstatic final SubscriptionSender.Hook.Event<Subscription>
SubscriptionSender.Hook.Event.PERSISTED_SUBSCRIBER_FOUND
Methods in com.liferay.portal.kernel.util with parameters of type SubscriptionModifier and TypeMethodDescriptionprotected void
SubscriptionSender.deleteSubscription
(Subscription subscription) protected boolean
SubscriptionSender.hasPermission
(Subscription subscription, User user) protected boolean
SubscriptionSender.hasPermission
(Subscription subscription, String className, long classPK, User user) protected Boolean
GroupSubscriptionCheckSubscriptionSender.hasSubscribePermission
(PermissionChecker permissionChecker, Subscription subscription) protected Boolean
SubscriptionSender.hasSubscribePermission
(PermissionChecker permissionChecker, Subscription subscription) protected void
SubscriptionSender.notifyPersistedSubscriber
(Subscription subscription, boolean notifyImmediately) protected void
SubscriptionSender.notifyPersistedSubscriber
(Subscription subscription, String className, long classPK, boolean notifyImmediately)