Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionWrapper
This class is a wrapper for
Subscription . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Subscription,Long> |
Subscription.SUBSCRIPTION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionWrapper.getWrappedModel() |
Subscription |
SubscriptionModel.toEscapedModel() |
Subscription |
SubscriptionWrapper.toEscapedModel() |
Subscription |
SubscriptionModel.toUnescapedModel() |
Subscription |
SubscriptionWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Subscription> |
SubscriptionModel.toCacheModel() |
CacheModel<Subscription> |
SubscriptionWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
SubscriptionModel.compareTo(Subscription subscription) |
int |
SubscriptionWrapper.compareTo(Subscription subscription) |
static SubscriptionSoap |
SubscriptionSoap.toSoapModel(Subscription model) |
static SubscriptionSoap[] |
SubscriptionSoap.toSoapModels(Subscription[] models) |
static SubscriptionSoap[][] |
SubscriptionSoap.toSoapModels(Subscription[][] models) |
Modifier and Type | Method and Description |
---|---|
static SubscriptionSoap[] |
SubscriptionSoap.toSoapModels(List<Subscription> models) |
Constructor and Description |
---|
SubscriptionWrapper(Subscription subscription) |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(long userId,
long groupId,
String className,
long classPK)
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)
Subscribes the user to the entity, notifying him the instant the entity
is created, deleted, or modified.
|
Subscription |
SubscriptionLocalService.addSubscription(long userId,
long groupId,
String className,
long classPK)
Subscribes the user to the entity, notifying him the instant the entity
is created, deleted, or modified.
|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
Subscribes the user to the entity, notifying him at the given frequency.
|
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
Subscribes the user to the entity, notifying him at the given frequency.
|
Subscription |
SubscriptionLocalService.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
Subscribes the user to the entity, notifying him at the given frequency.
|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
Subscription |
SubscriptionLocalService.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
Subscription |
SubscriptionLocalServiceWrapper.createSubscription(long subscriptionId)
Creates a new subscription with the primary key.
|
static Subscription |
SubscriptionLocalServiceUtil.createSubscription(long subscriptionId)
Creates a new subscription with the primary key.
|
Subscription |
SubscriptionLocalService.createSubscription(long subscriptionId)
Creates a new subscription with the primary key.
|
Subscription |
SubscriptionLocalServiceWrapper.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database.
|
static Subscription |
SubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database.
|
Subscription |
SubscriptionLocalService.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database.
|
Subscription |
SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
static Subscription |
SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
Subscription |
SubscriptionLocalService.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
Subscription |
SubscriptionLocalServiceWrapper.fetchSubscription(long subscriptionId) |
static Subscription |
SubscriptionLocalServiceUtil.fetchSubscription(long subscriptionId) |
Subscription |
SubscriptionLocalService.fetchSubscription(long subscriptionId) |
Subscription |
SubscriptionLocalServiceWrapper.fetchSubscription(long companyId,
long userId,
String className,
long classPK) |
static Subscription |
SubscriptionLocalServiceUtil.fetchSubscription(long companyId,
long userId,
String className,
long classPK) |
Subscription |
SubscriptionLocalService.fetchSubscription(long companyId,
long userId,
String className,
long classPK) |
Subscription |
SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId)
Returns the subscription with the primary key.
|
static Subscription |
SubscriptionLocalServiceUtil.getSubscription(long subscriptionId)
Returns the subscription with the primary key.
|
Subscription |
SubscriptionLocalService.getSubscription(long subscriptionId)
Returns the subscription with the primary key.
|
Subscription |
SubscriptionLocalServiceWrapper.getSubscription(long companyId,
long userId,
String className,
long classPK)
Returns the subscription of the user to the entity.
|
static Subscription |
SubscriptionLocalServiceUtil.getSubscription(long companyId,
long userId,
String className,
long classPK)
Returns the subscription of the user to the entity.
|
Subscription |
SubscriptionLocalService.getSubscription(long companyId,
long userId,
String className,
long classPK)
Returns the subscription of the user to the entity.
|
Subscription |
SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
static Subscription |
SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
Subscription |
SubscriptionLocalService.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionLocalServiceWrapper.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions.
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions.
|
List<Subscription> |
SubscriptionLocalService.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions.
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getSubscriptions(long companyId,
long userId,
String className,
long[] classPKs)
Returns all the subscriptions of the user to the entities.
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getSubscriptions(long companyId,
long userId,
String className,
long[] classPKs)
Returns all the subscriptions of the user to the entities.
|
List<Subscription> |
SubscriptionLocalService.getSubscriptions(long companyId,
long userId,
String className,
long[] classPKs)
Returns all the subscriptions of the user to the entities.
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getSubscriptions(long companyId,
String className,
long classPK)
Returns all the subscriptions to the entity.
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getSubscriptions(long companyId,
String className,
long classPK)
Returns all the subscriptions to the entity.
|
List<Subscription> |
SubscriptionLocalService.getSubscriptions(long companyId,
String className,
long classPK)
Returns all the subscriptions to the entity.
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions of the user.
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions of the user.
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
String className)
Returns all the subscriptions of the user to the entities with the class
name.
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getUserSubscriptions(long userId,
String className)
Returns all the subscriptions of the user to the entities with the class
name.
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
String className)
Returns all the subscriptions of the user to the entities with the class
name.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
Subscription |
SubscriptionLocalService.addSubscription(Subscription subscription)
Adds the subscription to the database.
|
Subscription |
SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
static Subscription |
SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
Subscription |
SubscriptionLocalService.deleteSubscription(Subscription subscription)
Deletes the subscription from the database.
|
Subscription |
SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
static Subscription |
SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
Subscription |
SubscriptionLocalService.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions of the user.
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions of the user.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionPersistence.create(long subscriptionId)
Creates a new subscription with the primary key.
|
static Subscription |
SubscriptionUtil.create(long subscriptionId)
Creates a new subscription with the primary key.
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
static Subscription |
SubscriptionUtil.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
Subscription |
SubscriptionPersistence.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static Subscription |
SubscriptionUtil.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
Subscription |
SubscriptionPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or returns
null if it could not be found. |
static Subscription |
SubscriptionUtil.fetchByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or returns
null if it could not be found. |
Subscription |
SubscriptionPersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription[] |
SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription[] |
SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a
NoSuchSubscriptionException if it could not be found. |
static Subscription |
SubscriptionUtil.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a
NoSuchSubscriptionException if it could not be found. |
Subscription |
SubscriptionPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription[] |
SubscriptionPersistence.findByG_U_PrevAndNext(long subscriptionId,
long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.findByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or throws a
NoSuchSubscriptionException if it could not be found. |
static Subscription |
SubscriptionUtil.findByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or throws a
NoSuchSubscriptionException if it could not be found. |
Subscription |
SubscriptionPersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription[] |
SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
|
static Subscription[] |
SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
Subscription[] |
SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
|
static Subscription[] |
SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.remove(long subscriptionId)
Removes the subscription with the primary key from the database.
|
static Subscription |
SubscriptionUtil.remove(long subscriptionId)
Removes the subscription with the primary key from the database.
|
Subscription |
SubscriptionPersistence.removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
|
static Subscription |
SubscriptionUtil.removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
|
static Subscription |
SubscriptionUtil.update(Subscription subscription) |
static Subscription |
SubscriptionUtil.update(Subscription subscription,
ServiceContext serviceContext) |
Subscription |
SubscriptionPersistence.updateImpl(Subscription subscription) |
static Subscription |
SubscriptionUtil.updateImpl(Subscription subscription) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Subscription> |
SubscriptionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Subscription> |
SubscriptionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Subscription> |
SubscriptionPersistence.findAll()
Returns all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll()
Returns all the subscriptions.
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end)
Returns a range of all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end)
Returns a range of all the subscriptions.
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions.
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs)
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)
Returns all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end)
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)
Returns a range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId)
Returns all the subscriptions where groupId = ? and userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByG_U(long groupId,
long userId)
Returns all the subscriptions where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
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)
Returns a range of all the subscriptions where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId)
Returns all the subscriptions where userId = ? and classNameId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId)
Returns all the subscriptions where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the subscriptions where userId = ? and classNameId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the subscriptions where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId)
Returns all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId)
Returns all the subscriptions where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the subscriptions where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Subscription> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionPersistence.cacheResult(Subscription subscription)
Caches the subscription in the entity cache if it is enabled.
|
static void |
SubscriptionUtil.cacheResult(Subscription subscription)
Caches the subscription in the entity cache if it is enabled.
|
static void |
SubscriptionUtil.clearCache(Subscription subscription) |
static Subscription |
SubscriptionUtil.update(Subscription subscription) |
static Subscription |
SubscriptionUtil.update(Subscription subscription,
ServiceContext serviceContext) |
Subscription |
SubscriptionPersistence.updateImpl(Subscription subscription) |
static Subscription |
SubscriptionUtil.updateImpl(Subscription subscription) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionPersistence.cacheResult(List<Subscription> subscriptions)
Caches the subscriptions in the entity cache if it is enabled.
|
static void |
SubscriptionUtil.cacheResult(List<Subscription> subscriptions)
Caches the subscriptions in the entity cache if it is enabled.
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions.
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions.
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions.
|
Subscription |
SubscriptionPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription |
SubscriptionPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription |
SubscriptionUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Subscription[] |
SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static Subscription[] |
SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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,
boolean retrieveFromCache)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
Subscription |
SubscriptionPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
|
Subscription[] |
SubscriptionPersistence.findByG_U_PrevAndNext(long subscriptionId,
long groupId,
long userId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
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)
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
|
Subscription |
SubscriptionPersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
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)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
|
Subscription[] |
SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
|
static Subscription[] |
SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
|
Subscription |
SubscriptionPersistence.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?.
|
Subscription |
SubscriptionPersistence.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
static Subscription |
SubscriptionUtil.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?.
|
Subscription[] |
SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
|
static Subscription[] |
SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?.
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the subscriptions where userId = ?.
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Subscription> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriptionSender.deleteSubscription(Subscription subscription) |
protected boolean |
SubscriptionSender.hasPermission(Subscription subscription,
String className,
long classPK,
User user) |
protected boolean |
SubscriptionSender.hasPermission(Subscription subscription,
User user) |
protected Boolean |
SubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker,
Subscription subscription) |
protected Boolean |
GroupSubscriptionCheckSubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker,
Subscription subscription) |
protected void |
SubscriptionSender.notifyPersistedSubscriber(Subscription subscription) |
protected void |
SubscriptionSender.notifyPersistedSubscriber(Subscription subscription,
String className,
long classPK) |
protected void |
SubscriptionSender.notifySubscriber(Subscription subscription,
String inferredClassName,
long inferredClassPK)
Deprecated.
As of Wilberforce (7.0.x), replaced by
SubscriptionSender.notifyPersistedSubscriber(Subscription) |
Modifier and Type | Method and Description |
---|---|
int |
SubscriptionClassNameIdComparator.compare(Subscription subscription1,
Subscription subscription2) |