Skip navigation links
A C D E F G H I N O P R S T U 

A

addSubscription(long, long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.
addSubscription(long, long, String, long, String) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Subscribes the user to the entity, notifying him at the given frequency.
addSubscription(Subscription) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Adds the subscription to the database.
addSubscription(long, long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.
addSubscription(long, long, String, long, String) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Subscribes the user to the entity, notifying him at the given frequency.
addSubscription(Subscription) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Adds the subscription to the database.
addSubscription(long, long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.
addSubscription(long, long, String, long, String) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Subscribes the user to the entity, notifying him at the given frequency.
addSubscription(Subscription) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Adds the subscription to the database.

C

cacheResult(Subscription) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Caches the subscription in the entity cache if it is enabled.
cacheResult(List<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Caches the subscriptions in the entity cache if it is enabled.
cacheResult(Subscription) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Caches the subscription in the entity cache if it is enabled.
cacheResult(List<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Caches the subscriptions in the entity cache if it is enabled.
clearCache() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
clearCache(Subscription) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
clone() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
clone() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
com.liferay.subscription.exception - package com.liferay.subscription.exception
 
com.liferay.subscription.model - package com.liferay.subscription.model
 
com.liferay.subscription.service - package com.liferay.subscription.service
 
com.liferay.subscription.service.persistence - package com.liferay.subscription.service.persistence
 
com.liferay.subscription.util - package com.liferay.subscription.util
 
com.liferay.subscription.util.comparator - package com.liferay.subscription.util.comparator
 
compare(Subscription, Subscription) - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
compareTo(Subscription) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
compareTo(Subscription) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
countAll() - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions.
countAll() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions.
countByC_C_C(long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where companyId = ? and classNameId = ? and classPK = ?.
countByC_C_C(long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where companyId = ? and classNameId = ? and classPK = ?.
countByC_U_C_C(long, long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?.
countByC_U_C_C(long, long, long, long[]) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
countByC_U_C_C(long, long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?.
countByC_U_C_C(long, long, long, long[]) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
countByG_U(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where groupId = ? and userId = ?.
countByG_U(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where groupId = ? and userId = ?.
countByGroupId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where groupId = ?.
countByGroupId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where groupId = ?.
countByU_C(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where userId = ? and classNameId = ?.
countByU_C(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where userId = ? and classNameId = ?.
countByUserId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the number of subscriptions where userId = ?.
countByUserId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the number of subscriptions where userId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
create(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Creates a new subscription with the primary key.
create(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Creates a new subscription with the primary key.
createSubscription(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Creates a new subscription with the primary key.
createSubscription(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Creates a new subscription with the primary key.
createSubscription(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Creates a new subscription with the primary key.

D

deleteGroupSubscriptions(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
deleteGroupSubscriptions(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
deleteGroupSubscriptions(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
deletePersistedModel(PersistedModel) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
deleteSubscription(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deletes the subscription with the primary key from the database.
deleteSubscription(long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deletes the user's subscription to the entity.
deleteSubscription(Subscription) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deletes the subscription from the database.
deleteSubscription(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deletes the subscription with the primary key from the database.
deleteSubscription(long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deletes the user's subscription to the entity.
deleteSubscription(Subscription) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deletes the subscription from the database.
deleteSubscription(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deletes the subscription with the primary key from the database.
deleteSubscription(long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deletes the user's subscription to the entity.
deleteSubscription(Subscription) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deletes the subscription from the database.
deleteSubscriptions(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deletes all the subscriptions of the user.
deleteSubscriptions(long, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
deleteSubscriptions(long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deletes all the subscriptions to the entity.
deleteSubscriptions(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deletes all the subscriptions of the user.
deleteSubscriptions(long, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
deleteSubscriptions(long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deletes all the subscriptions to the entity.
deleteSubscriptions(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deletes all the subscriptions of the user.
deleteSubscriptions(long, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
deleteSubscriptions(long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deletes all the subscriptions to the entity.
dynamicQuery() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

equals(Object) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 

F

fetchByC_C_C_First(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
fetchByC_C_C_First(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
fetchByC_C_C_Last(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
fetchByC_C_C_Last(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
fetchByC_U_C_C(long, long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
fetchByC_U_C_C(long, long, long, long, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
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.
fetchByC_U_C_C(long, long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
fetchByC_U_C_C(long, long, long, long, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
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.
fetchByG_U_First(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
fetchByG_U_First(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
fetchByG_U_Last(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
fetchByG_U_Last(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
fetchByGroupId_First(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where groupId = ?.
fetchByGroupId_First(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where groupId = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscription with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscription with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
 
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
fetchByU_C_First(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
fetchByU_C_First(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
fetchByU_C_Last(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
fetchByU_C_Last(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
fetchByUserId_First(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where userId = ?.
fetchByUserId_First(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where userId = ?.
fetchByUserId_Last(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where userId = ?.
fetchByUserId_Last(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where userId = ?.
fetchSubscription(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
fetchSubscription(long, long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
fetchSubscription(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
fetchSubscription(long, long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
fetchSubscription(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
fetchSubscription(long, long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
findAll() - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions.
findAll(int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions.
findAll(int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions.
findAll(int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions.
findAll() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions.
findAll(int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions.
findAll(int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions.
findAll(int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions.
findByC_C_C(long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C(long, long, long, int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_First(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_First(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_Last(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_Last(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_PrevAndNext(long, long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_C_C_PrevAndNext(long, long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
findByC_U_C_C(long, long, long, long[]) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
findByC_U_C_C(long, long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
findByC_U_C_C(long, long, long, long[]) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
findByC_U_C_C(long, long, long, long[], int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
findByC_U_C_C(long, long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found.
findByG_U(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
findByG_U(long, long, int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
findByG_U_First(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
findByG_U_First(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where groupId = ? and userId = ?.
findByG_U_Last(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
findByG_U_Last(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where groupId = ? and userId = ?.
findByG_U_PrevAndNext(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
findByG_U_PrevAndNext(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
findByGroupId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where groupId = ?.
findByGroupId(long, int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where groupId = ?.
findByGroupId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where groupId = ?.
findByGroupId(long, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where groupId = ?.
findByGroupId_First(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where groupId = ?.
findByGroupId_First(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscriptions before and after the current subscription in the ordered set where groupId = ?.
findByPrimaryKey(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found.
findByU_C(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C(long, long, int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
findByU_C_First(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
findByU_C_First(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
findByU_C_Last(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
findByU_C_Last(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
findByU_C_PrevAndNext(long, long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
findByU_C_PrevAndNext(long, long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
findByUserId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns all the subscriptions where userId = ?.
findByUserId(long, int, int) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns a range of all the subscriptions where userId = ?.
findByUserId(long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where userId = ?.
findByUserId(long, int, int, OrderByComparator<Subscription>, boolean) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns an ordered range of all the subscriptions where userId = ?.
findByUserId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns all the subscriptions where userId = ?.
findByUserId(long, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns a range of all the subscriptions where userId = ?.
findByUserId(long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where userId = ?.
findByUserId(long, int, int, OrderByComparator<Subscription>, boolean) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns an ordered range of all the subscriptions where userId = ?.
findByUserId_First(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the first subscription in the ordered set where userId = ?.
findByUserId_First(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the first subscription in the ordered set where userId = ?.
findByUserId_Last(long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the last subscription in the ordered set where userId = ?.
findByUserId_Last(long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the last subscription in the ordered set where userId = ?.
findByUserId_PrevAndNext(long, long, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
findByUserId_PrevAndNext(long, long, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
FREQUENCY_INSTANT - Static variable in class com.liferay.subscription.model.SubscriptionConstants
 

G

getActionableDynamicQuery() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
getClassName() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the fully qualified class name of this subscription.
getClassName() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the fully qualified class name of this subscription.
getClassNameId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the class name ID of this subscription.
getClassNameId() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getClassNameId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the class name ID of this subscription.
getClassPK() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the class pk of this subscription.
getClassPK() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getClassPK() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the class pk of this subscription.
getCompanyId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the company ID of this subscription.
getCompanyId() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getCompanyId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the company ID of this subscription.
getCreateDate() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the create date of this subscription.
getCreateDate() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getCreateDate() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the create date of this subscription.
getExpandoBridge() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
getExpandoBridge() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getFrequency() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the frequency of this subscription.
getFrequency() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getFrequency() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the frequency of this subscription.
getGroupId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the group ID of this subscription.
getGroupId() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getGroupId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the group ID of this subscription.
getIndexableActionableDynamicQuery() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
getModelAttributes() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getModelClass() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getModelClassName() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getModifiedDate() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the modified date of this subscription.
getModifiedDate() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getModifiedDate() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the modified date of this subscription.
getMvccVersion() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the mvcc version of this subscription.
getMvccVersion() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getMvccVersion() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the mvcc version of this subscription.
getOrderBy() - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
getOrderByFields() - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
getOSGiServiceIdentifier() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
getPrimaryKey() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the primary key of this subscription.
getPrimaryKey() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getPrimaryKey() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the primary key of this subscription.
getPrimaryKeyObj() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
getPrimaryKeyObj() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getService() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
getSubscription(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the subscription with the primary key.
getSubscription(long, long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the subscription of the user to the entity.
getSubscription(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the subscription with the primary key.
getSubscription(long, long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the subscription of the user to the entity.
getSubscription(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the subscription with the primary key.
getSubscription(long, long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the subscription of the user to the entity.
getSubscriptionId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the subscription ID of this subscription.
getSubscriptionId() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getSubscriptionId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the subscription ID of this subscription.
getSubscriptions(int, int) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns a range of all the subscriptions.
getSubscriptions(long, long, String, long[]) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns all the subscriptions of the user to the entities.
getSubscriptions(long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns all the subscriptions to the entity.
getSubscriptions(int, int) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns a range of all the subscriptions.
getSubscriptions(long, long, String, long[]) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns all the subscriptions of the user to the entities.
getSubscriptions(long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns all the subscriptions to the entity.
getSubscriptions(int, int) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns a range of all the subscriptions.
getSubscriptions(long, long, String, long[]) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns all the subscriptions of the user to the entities.
getSubscriptions(long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns all the subscriptions to the entity.
getSubscriptionsCount() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the number of subscriptions.
getSubscriptionsCount() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the number of subscriptions.
getSubscriptionsCount() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the number of subscriptions.
getUserId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the user ID of this subscription.
getUserId() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getUserId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the user ID of this subscription.
getUserName() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the user name of this subscription.
getUserName() - Method in class com.liferay.subscription.model.SubscriptionSoap
 
getUserName() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the user name of this subscription.
getUserSubscriptions(long, int, int, OrderByComparator<Subscription>) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns an ordered range of all the subscriptions of the user.
getUserSubscriptions(long, String) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns all the subscriptions of the user to the entities with the class name.
getUserSubscriptions(long, int, int, OrderByComparator<Subscription>) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns an ordered range of all the subscriptions of the user.
getUserSubscriptions(long, String) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns all the subscriptions of the user to the entities with the class name.
getUserSubscriptions(long, int, int, OrderByComparator<Subscription>) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns an ordered range of all the subscriptions of the user.
getUserSubscriptions(long, String) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns all the subscriptions of the user to the entities with the class name.
getUserSubscriptionsCount(long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the number of subscriptions of the user.
getUserSubscriptionsCount(long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the number of subscriptions of the user.
getUserSubscriptionsCount(long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the number of subscriptions of the user.
getUserUuid() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the user uuid of this subscription.
getUserUuid() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the user uuid of this subscription.
getWrappedModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getWrappedService() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 

H

hashCode() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
hashCode() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 

I

isAscending() - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
isCachedModel() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
isCachedModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
isEntityCacheEnabled() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
isEscapedModel() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
isEscapedModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
isFinderCacheEnabled() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
isNew() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
isNew() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
isSubscribed(long, long, String, long) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns true if the user is subscribed to the entity.
isSubscribed(long, long, String, long[]) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns true if the user is subscribed to any of the entities.
isSubscribed(long, long, String, long) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns true if the user is subscribed to the entity.
isSubscribed(long, long, String, long[]) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns true if the user is subscribed to any of the entities.
isSubscribed(long, long, String, long) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns true if the user is subscribed to the entity.
isSubscribed(long, long, String, long[]) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns true if the user is subscribed to any of the entities.

N

NoSuchSubscriptionException - Exception in com.liferay.subscription.exception
 
NoSuchSubscriptionException() - Constructor for exception com.liferay.subscription.exception.NoSuchSubscriptionException
 
NoSuchSubscriptionException(String) - Constructor for exception com.liferay.subscription.exception.NoSuchSubscriptionException
 
NoSuchSubscriptionException(String, Throwable) - Constructor for exception com.liferay.subscription.exception.NoSuchSubscriptionException
 
NoSuchSubscriptionException(Throwable) - Constructor for exception com.liferay.subscription.exception.NoSuchSubscriptionException
 

O

ORDER_BY_ASC - Static variable in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
ORDER_BY_DESC - Static variable in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
ORDER_BY_FIELDS - Static variable in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 

P

persist() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 

R

registerHooks(SubscriptionSender) - Method in interface com.liferay.subscription.util.UnsubscribeHelper
 
remove(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes the subscription with the primary key from the database.
remove(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes the subscription with the primary key from the database.
removeAll() - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions from the database.
removeAll() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions from the database.
removeByC_C_C(long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions where companyId = ? and classNameId = ? and classPK = ? from the database.
removeByC_C_C(long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions where companyId = ? and classNameId = ? and classPK = ? from the database.
removeByC_U_C_C(long, long, long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
removeByC_U_C_C(long, long, long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
removeByG_U(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions where groupId = ? and userId = ? from the database.
removeByG_U(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions where groupId = ? and userId = ? from the database.
removeByGroupId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions where groupId = ? from the database.
removeByGroupId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions where groupId = ? from the database.
removeByU_C(long, long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions where userId = ? and classNameId = ? from the database.
removeByU_C(long, long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions where userId = ? and classNameId = ? from the database.
removeByUserId(long) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
Removes all the subscriptions where userId = ? from the database.
removeByUserId(long) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
Removes all the subscriptions where userId = ? from the database.
resetOriginalValues() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 

S

setCachedModel(boolean) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setCachedModel(boolean) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setClassName(String) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setClassName(String) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setClassNameId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the class name ID of this subscription.
setClassNameId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setClassNameId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the class name ID of this subscription.
setClassPK(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the class pk of this subscription.
setClassPK(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setClassPK(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the class pk of this subscription.
setCompanyId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the company ID of this subscription.
setCompanyId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setCompanyId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the company ID of this subscription.
setCreateDate(Date) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the create date of this subscription.
setCreateDate(Date) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setCreateDate(Date) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the create date of this subscription.
setExpandoBridgeAttributes(BaseModel<?>) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setExpandoBridgeAttributes(ExpandoBridge) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setExpandoBridgeAttributes(ServiceContext) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setExpandoBridgeAttributes(BaseModel<?>) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setExpandoBridgeAttributes(ExpandoBridge) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setExpandoBridgeAttributes(ServiceContext) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setFrequency(String) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the frequency of this subscription.
setFrequency(String) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setFrequency(String) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the frequency of this subscription.
setGroupId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the group ID of this subscription.
setGroupId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setGroupId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the group ID of this subscription.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setModifiedDate(Date) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the modified date of this subscription.
setModifiedDate(Date) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setModifiedDate(Date) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the modified date of this subscription.
setMvccVersion(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the mvcc version of this subscription.
setMvccVersion(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setMvccVersion(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the mvcc version of this subscription.
setNew(boolean) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setNew(boolean) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setPrimaryKey(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the primary key of this subscription.
setPrimaryKey(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setPrimaryKey(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the primary key of this subscription.
setPrimaryKeyObj(Serializable) - Method in interface com.liferay.subscription.model.SubscriptionModel
 
setPrimaryKeyObj(Serializable) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
setSubscriptionId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the subscription ID of this subscription.
setSubscriptionId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setSubscriptionId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the subscription ID of this subscription.
setUserId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the user ID of this subscription.
setUserId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setUserId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the user ID of this subscription.
setUserName(String) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the user name of this subscription.
setUserName(String) - Method in class com.liferay.subscription.model.SubscriptionSoap
 
setUserName(String) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the user name of this subscription.
setUserUuid(String) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the user uuid of this subscription.
setUserUuid(String) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the user uuid of this subscription.
setWrappedService(SubscriptionLocalService) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
Subscription - Interface in com.liferay.subscription.model
The extended model interface for the Subscription service.
SUBSCRIPTION_ID_ACCESSOR - Static variable in interface com.liferay.subscription.model.Subscription
 
SubscriptionClassNameIdComparator - Class in com.liferay.subscription.util.comparator
 
SubscriptionClassNameIdComparator() - Constructor for class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
SubscriptionClassNameIdComparator(boolean) - Constructor for class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
SubscriptionConstants - Class in com.liferay.subscription.model
 
SubscriptionConstants() - Constructor for class com.liferay.subscription.model.SubscriptionConstants
 
SubscriptionLocalService - Interface in com.liferay.subscription.service
Provides the local service interface for Subscription.
SubscriptionLocalServiceUtil - Class in com.liferay.subscription.service
Provides the local service utility for Subscription.
SubscriptionLocalServiceUtil() - Constructor for class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
SubscriptionLocalServiceWrapper - Class in com.liferay.subscription.service
Provides a wrapper for SubscriptionLocalService.
SubscriptionLocalServiceWrapper(SubscriptionLocalService) - Constructor for class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
SubscriptionModel - Interface in com.liferay.subscription.model
The base model interface for the Subscription service.
SubscriptionPersistence - Interface in com.liferay.subscription.service.persistence
The persistence interface for the subscription service.
SubscriptionSoap - Class in com.liferay.subscription.model
This class is used by SOAP remote services.
SubscriptionSoap() - Constructor for class com.liferay.subscription.model.SubscriptionSoap
 
SubscriptionUtil - Class in com.liferay.subscription.service.persistence
The persistence utility for the subscription service.
SubscriptionUtil() - Constructor for class com.liferay.subscription.service.persistence.SubscriptionUtil
 
SubscriptionWrapper - Class in com.liferay.subscription.model
This class is a wrapper for Subscription.
SubscriptionWrapper(Subscription) - Constructor for class com.liferay.subscription.model.SubscriptionWrapper
 

T

toCacheModel() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
toCacheModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
toEscapedModel() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
toEscapedModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
toSoapModel(Subscription) - Static method in class com.liferay.subscription.model.SubscriptionSoap
 
toSoapModels(Subscription[]) - Static method in class com.liferay.subscription.model.SubscriptionSoap
 
toSoapModels(Subscription[][]) - Static method in class com.liferay.subscription.model.SubscriptionSoap
 
toSoapModels(List<Subscription>) - Static method in class com.liferay.subscription.model.SubscriptionSoap
 
toString() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
toString() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
toUnescapedModel() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
toUnescapedModel() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
toXmlString() - Method in interface com.liferay.subscription.model.SubscriptionModel
 
toXmlString() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 

U

UnsubscribeHelper - Interface in com.liferay.subscription.util
 
update(Subscription) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
update(Subscription, ServiceContext) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
updateImpl(Subscription) - Method in interface com.liferay.subscription.service.persistence.SubscriptionPersistence
 
updateImpl(Subscription) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
updateSubscription(Subscription) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Updates the subscription in the database or adds it if it does not yet exist.
updateSubscription(Subscription) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Updates the subscription in the database or adds it if it does not yet exist.
updateSubscription(Subscription) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Updates the subscription in the database or adds it if it does not yet exist.
A C D E F G H I N O P R S T U 
Skip navigation links