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_ACCESSORDeprecated.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 SubscriptionWrapperSubscriptionWrapper.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.static SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.fetchSubscription(long subscriptionId) Deprecated.static SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.getSubscription(long subscriptionId) Deprecated.Returns the subscription with the primary key.static SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionLocalServiceUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 returnsnullif 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 returnsnullif it could not be found, optionally using the finder cache.static SubscriptionSubscriptionUtil.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 returnsnullif it could not be found.static SubscriptionSubscriptionUtil.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 returnsnullif 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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 returnsnullif it could not be found.static SubscriptionSubscriptionUtil.fetchByPrimaryKey(long subscriptionId) Deprecated.Returns the subscription with the primary key or returnsnullif 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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 aNoSuchSubscriptionExceptionif it could not be found.static SubscriptionSubscriptionUtil.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 aNoSuchSubscriptionExceptionif 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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 aNoSuchSubscriptionExceptionif it could not be found.static SubscriptionSubscriptionUtil.findByPrimaryKey(long subscriptionId) Deprecated.Returns the subscription with the primary key or throws aNoSuchSubscriptionExceptionif 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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.update(Subscription subscription) Deprecated.static SubscriptionSubscriptionUtil.update(Subscription subscription, ServiceContext serviceContext) Deprecated.SubscriptionPersistence.updateImpl(Subscription subscription) Deprecated.static SubscriptionSubscriptionUtil.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 TypeMethodDescriptionvoidSubscriptionPersistence.cacheResult(Subscription subscription) Deprecated.Caches the subscription in the entity cache if it is enabled.static voidSubscriptionUtil.cacheResult(Subscription subscription) Deprecated.Caches the subscription in the entity cache if it is enabled.static voidSubscriptionUtil.clearCache(Subscription subscription) Deprecated.static SubscriptionSubscriptionUtil.update(Subscription subscription) Deprecated.static SubscriptionSubscriptionUtil.update(Subscription subscription, ServiceContext serviceContext) Deprecated.SubscriptionPersistence.updateImpl(Subscription subscription) Deprecated.static SubscriptionSubscriptionUtil.updateImpl(Subscription subscription) Deprecated.Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type SubscriptionModifier and TypeMethodDescriptionvoidSubscriptionPersistence.cacheResult(List<Subscription> subscriptions) Deprecated.Caches the subscriptions in the entity cache if it is enabled.static voidSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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 SubscriptionSubscriptionUtil.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_FOUNDMethods in com.liferay.portal.kernel.util with parameters of type SubscriptionModifier and TypeMethodDescriptionprotected voidSubscriptionSender.deleteSubscription(Subscription subscription) protected booleanSubscriptionSender.hasPermission(Subscription subscription, User user) protected booleanSubscriptionSender.hasPermission(Subscription subscription, String className, long classPK, User user) protected BooleanGroupSubscriptionCheckSubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker, Subscription subscription) protected BooleanSubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker, Subscription subscription) protected voidSubscriptionSender.notifyPersistedSubscriber(Subscription subscription, boolean notifyImmediately) protected voidSubscriptionSender.notifyPersistedSubscriber(Subscription subscription, String className, long classPK, boolean notifyImmediately)