Skip navigation links
A B C D F G I L M N O P R S T U W 

A

addBaseModel(long, long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
addBaseModelWithClassType(long, long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
addClassType() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
addContainerModel(long, long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
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.
addSubscription(long, long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionAuthorTestCase
 
addSubscriptionBaseModel(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 
addSubscriptionClassType(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
addSubscriptionContainerModel(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
addSubscriptionContainerModel(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
addSubscriptionContainerModel(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
addUser() - Method in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 

B

BaseSubscriptionAuthorTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionAuthorTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionAuthorTestCase
 
BaseSubscriptionBaseModelTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionBaseModelTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 
BaseSubscriptionClassTypeTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionClassTypeTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
BaseSubscriptionContainerModelTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionContainerModelTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
BaseSubscriptionLocalizedContentTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionLocalizedContentTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
BaseSubscriptionRootContainerModelTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionRootContainerModelTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
BaseSubscriptionTestCase - Class in com.liferay.subscription.test.util
 
BaseSubscriptionTestCase() - Constructor for class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 

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.
classNameId - Variable in class com.liferay.subscription.model.SubscriptionTable
 
classPK - Variable in class com.liferay.subscription.model.SubscriptionTable
 
clearCache() - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
clearCache(Subscription) - Static method in class com.liferay.subscription.service.persistence.SubscriptionUtil
 
com.liferay.subscription.constants - package com.liferay.subscription.constants
 
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.test.util - package com.liferay.subscription.test.util
 
com.liferay.subscription.util - package com.liferay.subscription.util
 
com.liferay.subscription.util.comparator - package com.liferay.subscription.util.comparator
 
companyId - Variable in class com.liferay.subscription.model.SubscriptionTable
 
compare(Subscription, Subscription) - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
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.
createDate - Variable in class com.liferay.subscription.model.SubscriptionTable
 
createPersistedModel(Serializable) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
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.
creatorUser - Variable in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
ctCollectionId - Variable in class com.liferay.subscription.model.SubscriptionTable
 

D

defaultLocale - Variable in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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.
deleteSubscriptionClassType(long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
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.
dslQuery(DSLQuery) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
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.

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>) - 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 - Variable in class com.liferay.subscription.model.SubscriptionTable
 
FREQUENCY_INSTANT - Static variable in class com.liferay.subscription.constants.SubscriptionConstants
 
FREQUENCY_INSTANT - Static variable in class com.liferay.subscription.model.SubscriptionConstants
Deprecated.
 

G

GERMAN_BODY - Static variable in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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
 
getAttributeGetterFunctions() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
getAttributeSetterBiConsumers() - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
getCreateDate() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the create date of this subscription.
getCtCollectionId() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the ct collection ID of this subscription.
getCtCollectionId() - Method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
getCtCollectionId() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the ct collection ID of this subscription.
getCTPersistence() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
getCTPersistence() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
getDefaultClassTypeId() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
getDefaultContainerModelId() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
getFrequency() - Method in interface com.liferay.subscription.model.SubscriptionModel
Returns the frequency of this subscription.
getFrequency() - Method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
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
Deprecated.
 
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 interface com.liferay.subscription.service.SubscriptionLocalService
 
getModelClass() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
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
Deprecated.
 
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
Deprecated.
 
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
 
getPortletId() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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
Deprecated.
 
getPrimaryKey() - Method in class com.liferay.subscription.model.SubscriptionWrapper
Returns the primary key of this subscription.
getService() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
 
getServiceName() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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.
getSubscriptionAddedBodyPreferenceName() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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
Deprecated.
 
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(String) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
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(String) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
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.
getSubscriptions(String) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
getSubscriptionsCount() - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Returns the number of subscriptions.
getSubscriptionsCount(String) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
getSubscriptionsCount() - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Returns the number of subscriptions.
getSubscriptionsCount(String) - Static method in class com.liferay.subscription.service.SubscriptionLocalServiceUtil
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
getSubscriptionsCount() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Returns the number of subscriptions.
getSubscriptionsCount(String) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
getSubscriptionUpdatedBodyPreferenceName() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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
Deprecated.
 
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
Deprecated.
 
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.
getWrappedService() - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
group - Variable in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
groupId - Variable in class com.liferay.subscription.model.SubscriptionTable
 

I

INSTANCE - Static variable in class com.liferay.subscription.model.SubscriptionTable
 
isAscending() - Method in class com.liferay.subscription.util.comparator.SubscriptionClassNameIdComparator
 
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.
isSubscriptionForAuthorEnabled() - Method in class com.liferay.subscription.test.util.BaseSubscriptionAuthorTestCase
 

L

layout - Variable in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
localizedContents - Variable in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 

M

modifiedDate - Variable in class com.liferay.subscription.model.SubscriptionTable
 
mvccVersion - Variable in class com.liferay.subscription.model.SubscriptionTable
 

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

PARENT_CONTAINER_MODEL_ID_DEFAULT - Static variable in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
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.
removeContainerModelResourceViewPermission() - Method in class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 

S

setBaseModelSubscriptionBodyPreferences(String) - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setCreateDate(Date) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the create date of this subscription.
setCtCollectionId(long) - Method in interface com.liferay.subscription.model.SubscriptionModel
Sets the ct collection ID of this subscription.
setCtCollectionId(long) - Method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
setCtCollectionId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the ct collection ID of this subscription.
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setMvccVersion(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the mvcc version of this subscription.
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
Deprecated.
 
setPrimaryKey(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the primary key of this subscription.
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
Deprecated.
 
setSubscriptionId(long) - Method in class com.liferay.subscription.model.SubscriptionWrapper
Sets the subscription ID of this subscription.
setUp() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
setUp() - Method in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
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
Deprecated.
 
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
Deprecated.
 
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
 
SPANISH_BODY - Static variable in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
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.constants
 
SubscriptionConstants() - Constructor for class com.liferay.subscription.constants.SubscriptionConstants
 
SubscriptionConstants - Class in com.liferay.subscription.model
Deprecated.
As of Athanasius (7.3.x), replaced by SubscriptionConstants
SubscriptionConstants() - Constructor for class com.liferay.subscription.model.SubscriptionConstants
Deprecated.
 
subscriptionId - Variable in class com.liferay.subscription.model.SubscriptionTable
 
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
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
SubscriptionSoap() - Constructor for class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
SubscriptionTable - Class in com.liferay.subscription.model
The table class for the "Subscription" database table.
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

tearDown() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
testSubscriptionBaseModelWhenInContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 
testSubscriptionBaseModelWhenInNoViewableContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 
testSubscriptionBaseModelWhenInRootContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionBaseModelTestCase
 
testSubscriptionClassTypeWhenAddingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
testSubscriptionClassTypeWhenUpdatingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
testSubscriptionContainerModelWhenAddingBaseModelInContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionContainerModelWhenAddingBaseModelInRootContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionContainerModelWhenAddingBaseModelInSubcontainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionContainerModelWhenUpdatingBaseModelInContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionContainerModelWhenUpdatingBaseModelInRootContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionContainerModelWhenUpdatingBaseModelInSubcontainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionContainerModelTestCase
 
testSubscriptionDefaultClassTypeWhenAddingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
testSubscriptionDefaultClassTypeWhenUpdatingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase
 
testSubscriptionForAuthorWhenAddingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionAuthorTestCase
 
testSubscriptionForAuthorWhenUpdatingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionAuthorTestCase
 
testSubscriptionLocalizedContentWhenAddingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
testSubscriptionLocalizedContentWhenUpdatingBaseModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionLocalizedContentTestCase
 
testSubscriptionRootContainerModelWhenAddingBaseModelInContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
testSubscriptionRootContainerModelWhenAddingBaseModelInRootContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
testSubscriptionRootContainerModelWhenAddingBaseModelInSubcontainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
testSubscriptionRootContainerModelWhenUpdatingBaseModelInContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
testSubscriptionRootContainerModelWhenUpdatingBaseModelInRootContainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
testSubscriptionRootContainerModelWhenUpdatingBaseModelInSubcontainerModel() - Method in class com.liferay.subscription.test.util.BaseSubscriptionRootContainerModelTestCase
 
toSoapModel(Subscription) - Static method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
toSoapModels(Subscription[]) - Static method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
toSoapModels(Subscription[][]) - Static method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 
toSoapModels(List<Subscription>) - Static method in class com.liferay.subscription.model.SubscriptionSoap
Deprecated.
 

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
 
updateBaseModel(long, long) - Method in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
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.
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<Subscription>, R, E>) - Method in interface com.liferay.subscription.service.SubscriptionLocalService
 
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<Subscription>, R, E>) - Method in class com.liferay.subscription.service.SubscriptionLocalServiceWrapper
 
user - Variable in class com.liferay.subscription.test.util.BaseSubscriptionTestCase
 
userId - Variable in class com.liferay.subscription.model.SubscriptionTable
 
userName - Variable in class com.liferay.subscription.model.SubscriptionTable
 

W

wrap(Subscription) - Method in class com.liferay.subscription.model.SubscriptionWrapper
 
A B C D F G I L M N O P R S T U W 
Skip navigation links