Uses of Class
com.liferay.portal.kernel.exception.NoSuchSubscriptionException
Packages that use NoSuchSubscriptionException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchSubscriptionException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchSubscriptionExceptionModifier and TypeMethodDescriptionSubscriptionPersistence.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.