Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.NoSuchSubscriptionException

Packages that use NoSuchSubscriptionException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchSubscriptionException
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription[] SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription[] SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Finds the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
static Subscription SubscriptionUtil.findByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
 Subscription SubscriptionPersistence.findByPrimaryKey(long subscriptionId)
          Finds the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last subscription in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Finds the subscriptions before and after the current subscription in the ordered set where userId = ?.
static Subscription SubscriptionUtil.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
 Subscription SubscriptionPersistence.remove(long subscriptionId)
          Removes the subscription with the primary key from the database.
static void SubscriptionUtil.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
 void SubscriptionPersistence.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
          Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
 


Liferay 6.0-ee-sp2