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

A

addReadingTimeEntry(GroupedModel, Duration) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
addReadingTimeEntry(long, long, long, Duration) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
addReadingTimeEntry(ReadingTimeEntry) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Adds the reading time entry to the database.
addReadingTimeEntry(GroupedModel, Duration) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
addReadingTimeEntry(long, long, long, Duration) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
addReadingTimeEntry(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Adds the reading time entry to the database.
addReadingTimeEntry(GroupedModel, Duration) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
addReadingTimeEntry(long, long, long, Duration) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
addReadingTimeEntry(ReadingTimeEntry) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Adds the reading time entry to the database.

C

cacheResult(ReadingTimeEntry) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Caches the reading time entry in the entity cache if it is enabled.
cacheResult(List<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Caches the reading time entries in the entity cache if it is enabled.
cacheResult(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Caches the reading time entry in the entity cache if it is enabled.
cacheResult(List<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Caches the reading time entries in the entity cache if it is enabled.
calculate(GroupedModel) - Method in interface com.liferay.reading.time.calculator.ReadingTimeCalculator
 
calculate(String, String, Locale) - Method in interface com.liferay.reading.time.calculator.ReadingTimeCalculator
 
classNameId - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
classPK - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
clearCache() - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
clearCache(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
cloneWithOriginalValues() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
 
cloneWithOriginalValues() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
com.liferay.reading.time.calculator - package com.liferay.reading.time.calculator
 
com.liferay.reading.time.exception - package com.liferay.reading.time.exception
 
com.liferay.reading.time.message - package com.liferay.reading.time.message
 
com.liferay.reading.time.model - package com.liferay.reading.time.model
 
com.liferay.reading.time.service - package com.liferay.reading.time.service
 
com.liferay.reading.time.service.persistence - package com.liferay.reading.time.service.persistence
 
com.liferay.reading.time.taglib.servlet.taglib - package com.liferay.reading.time.taglib.servlet.taglib
 
companyId - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
countAll() - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the number of reading time entries.
countAll() - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the number of reading time entries.
countByG_C_C(long, long, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the number of reading time entries where groupId = ? and classNameId = ? and classPK = ?.
countByG_C_C(long, long, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the number of reading time entries where groupId = ? and classNameId = ? and classPK = ?.
countByUuid(String) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the number of reading time entries where uuid = ?.
countByUuid(String) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the number of reading time entries where uuid = ?.
countByUuid_C(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the number of reading time entries where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the number of reading time entries where uuid = ? and companyId = ?.
countByUUID_G(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the number of reading time entries where uuid = ? and groupId = ?.
countByUUID_G(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the number of reading time entries where uuid = ? and groupId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
create(long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Creates a new reading time entry with the primary key.
create(long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Creates a new reading time entry with the primary key.
createDate - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
createPersistedModel(Serializable) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
createReadingTimeEntry(long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Creates a new reading time entry with the primary key.
createReadingTimeEntry(long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Creates a new reading time entry with the primary key.
createReadingTimeEntry(long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Creates a new reading time entry with the primary key.
ctCollectionId - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 

D

deletePersistedModel(PersistedModel) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
deleteReadingTimeEntry(GroupedModel) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
deleteReadingTimeEntry(long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Deletes the reading time entry with the primary key from the database.
deleteReadingTimeEntry(long, long, long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
deleteReadingTimeEntry(ReadingTimeEntry) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Deletes the reading time entry from the database.
deleteReadingTimeEntry(GroupedModel) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
deleteReadingTimeEntry(long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Deletes the reading time entry with the primary key from the database.
deleteReadingTimeEntry(long, long, long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
deleteReadingTimeEntry(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Deletes the reading time entry from the database.
deleteReadingTimeEntry(GroupedModel) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
deleteReadingTimeEntry(long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Deletes the reading time entry with the primary key from the database.
deleteReadingTimeEntry(long, long, long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
deleteReadingTimeEntry(ReadingTimeEntry) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Deletes the reading time entry from the database.
doEndTag() - Method in class com.liferay.reading.time.taglib.servlet.taglib.ReadingTimeTag
 
dslQuery(DSLQuery) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
dslQueryCount(DSLQuery) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
dslQueryCount(DSLQuery) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
dslQueryCount(DSLQuery) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
dynamicQuery() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
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.reading.time.service.ReadingTimeEntryLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
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.reading.time.service.ReadingTimeEntryLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
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.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.

F

fetchByG_C_C(long, long, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
fetchByG_C_C(long, long, long, boolean) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
fetchByG_C_C(long, long, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
fetchByG_C_C(long, long, long, boolean) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
fetchByPrimaryKey(long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
fetchByUuid_C_First(String, long, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the first reading time entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the first reading time entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the last reading time entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the last reading time entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_First(String, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the first reading time entry in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the first reading time entry in the ordered set where uuid = ?.
fetchByUUID_G(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where uuid = ? and groupId = ? or returns null if it could not be found.
fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByUUID_G(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where uuid = ? and groupId = ? or returns null if it could not be found.
fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByUuid_Last(String, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the last reading time entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the last reading time entry in the ordered set where uuid = ?.
fetchOrAddReadingTimeEntry(GroupedModel) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
fetchOrAddReadingTimeEntry(GroupedModel) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
fetchOrAddReadingTimeEntry(GroupedModel) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
fetchReadingTimeEntry(GroupedModel) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
fetchReadingTimeEntry(long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
fetchReadingTimeEntry(long, long, long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
fetchReadingTimeEntry(GroupedModel) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
fetchReadingTimeEntry(long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
fetchReadingTimeEntry(long, long, long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
fetchReadingTimeEntry(GroupedModel) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
fetchReadingTimeEntry(long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
fetchReadingTimeEntry(long, long, long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
fetchReadingTimeEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the reading time entry matching the UUID and group.
fetchReadingTimeEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the reading time entry matching the UUID and group.
fetchReadingTimeEntryByUuidAndGroupId(String, long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the reading time entry matching the UUID and group.
findAll() - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns all the reading time entries.
findAll(int, int) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns a range of all the reading time entries.
findAll(int, int, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries.
findAll(int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries.
findAll() - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns all the reading time entries.
findAll(int, int) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns a range of all the reading time entries.
findAll(int, int, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries.
findAll(int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries.
findByG_C_C(long, long, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
findByG_C_C(long, long, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
findByPrimaryKey(long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByUuid(String) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns all the reading time entries where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns a range of all the reading time entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries where uuid = ?.
findByUuid(String) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns all the reading time entries where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns a range of all the reading time entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries where uuid = ?.
findByUuid_C(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns a range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns an ordered range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns a range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<ReadingTimeEntry>, boolean) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns an ordered range of all the reading time entries where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the first reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the first reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the last reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the last reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entries before and after the current reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entries before and after the current reading time entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_First(String, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the first reading time entry in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the first reading time entry in the ordered set where uuid = ?.
findByUUID_G(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
findByUUID_G(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
findByUuid_Last(String, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the last reading time entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the last reading time entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Returns the reading time entries before and after the current reading time entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Returns the reading time entries before and after the current reading time entry in the ordered set where uuid = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 

G

getActionableDynamicQuery() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getAttributeGetterFunctions() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
getAttributeSetterBiConsumers() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
getClassName() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the fully qualified class name of this reading time entry.
getClassName() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the fully qualified class name of this reading time entry.
getClassNameId() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the class name ID of this reading time entry.
getClassNameId() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getClassNameId() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the class name ID of this reading time entry.
getClassPK() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the class pk of this reading time entry.
getClassPK() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getClassPK() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the class pk of this reading time entry.
getCompanyId() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the company ID of this reading time entry.
getCompanyId() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getCompanyId() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the company ID of this reading time entry.
getContent(T) - Method in interface com.liferay.reading.time.calculator.ReadingTimeModelInfo
 
getContentType(T) - Method in interface com.liferay.reading.time.calculator.ReadingTimeModelInfo
 
getCreateDate() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the create date of this reading time entry.
getCreateDate() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getCreateDate() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the create date of this reading time entry.
getCtCollectionId() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the ct collection ID of this reading time entry.
getCtCollectionId() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getCtCollectionId() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the ct collection ID of this reading time entry.
getCTPersistence() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getCTPersistence() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getGroupId() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the group ID of this reading time entry.
getGroupId() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getGroupId() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the group ID of this reading time entry.
getIndexableActionableDynamicQuery() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getLocale(T) - Method in interface com.liferay.reading.time.calculator.ReadingTimeModelInfo
 
getModelAttributes() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
getModelClass() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getModelClass() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getModifiedDate() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the modified date of this reading time entry.
getModifiedDate() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getModifiedDate() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the modified date of this reading time entry.
getMvccVersion() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the mvcc version of this reading time entry.
getMvccVersion() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getMvccVersion() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the mvcc version of this reading time entry.
getOSGiServiceIdentifier() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
getPrimaryKey() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the primary key of this reading time entry.
getPrimaryKey() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getPrimaryKey() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the primary key of this reading time entry.
getReadingTime() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the reading time of this reading time entry.
getReadingTime() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getReadingTime() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the reading time of this reading time entry.
getReadingTimeEntries(int, int) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns a range of all the reading time entries.
getReadingTimeEntries(int, int) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns a range of all the reading time entries.
getReadingTimeEntries(int, int) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns a range of all the reading time entries.
getReadingTimeEntriesByUuidAndCompanyId(String, long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns all the reading time entries matching the UUID and company.
getReadingTimeEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<ReadingTimeEntry>) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns a range of reading time entries matching the UUID and company.
getReadingTimeEntriesByUuidAndCompanyId(String, long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns all the reading time entries matching the UUID and company.
getReadingTimeEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns a range of reading time entries matching the UUID and company.
getReadingTimeEntriesByUuidAndCompanyId(String, long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns all the reading time entries matching the UUID and company.
getReadingTimeEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<ReadingTimeEntry>) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns a range of reading time entries matching the UUID and company.
getReadingTimeEntriesCount() - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the number of reading time entries.
getReadingTimeEntriesCount() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the number of reading time entries.
getReadingTimeEntriesCount() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the number of reading time entries.
getReadingTimeEntry(long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the reading time entry with the primary key.
getReadingTimeEntry(long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the reading time entry with the primary key.
getReadingTimeEntry(long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the reading time entry with the primary key.
getReadingTimeEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Returns the reading time entry matching the UUID and group.
getReadingTimeEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Returns the reading time entry matching the UUID and group.
getReadingTimeEntryByUuidAndGroupId(String, long) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Returns the reading time entry matching the UUID and group.
getReadingTimeEntryId() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the reading time entry ID of this reading time entry.
getReadingTimeEntryId() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getReadingTimeEntryId() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the reading time entry ID of this reading time entry.
getService() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
getService() - Static method in class com.liferay.reading.time.service.ReadingTimeEntryServiceUtil
 
getStagedModelType() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
getStatus() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the status of this reading time entry.
getStatus() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the status of this reading time entry.
getTrashEntry() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the trash entry created when this reading time entry was moved to the Recycle Bin.
getTrashEntry() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the trash entry created when this reading time entry was moved to the Recycle Bin.
getTrashEntryClassPK() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the class primary key of the trash entry for this reading time entry.
getTrashEntryClassPK() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the class primary key of the trash entry for this reading time entry.
getTrashHandler() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Deprecated.
As of Judson (7.1.x), with no direct replacement
getTrashHandler() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Deprecated.
As of Judson (7.1.x), with no direct replacement
getUuid() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns the uuid of this reading time entry.
getUuid() - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
getUuid() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns the uuid of this reading time entry.
getWrappedService() - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
 
groupId - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 

I

INSTANCE - Static variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
isInTrash() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns true if this reading time entry is in the Recycle Bin.
isInTrash() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns true if this reading time entry is in the Recycle Bin.
isInTrashContainer() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Returns true if the parent of this reading time entry is in the Recycle Bin.
isInTrashContainer() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Returns true if the parent of this reading time entry is in the Recycle Bin.
isInTrashExplicitly() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
 
isInTrashExplicitly() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
isInTrashImplicitly() - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
 
isInTrashImplicitly() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 

M

modifiedDate - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
mvccVersion - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 

N

NoSuchEntryException - Exception in com.liferay.reading.time.exception
 
NoSuchEntryException() - Constructor for exception com.liferay.reading.time.exception.NoSuchEntryException
 
NoSuchEntryException(String) - Constructor for exception com.liferay.reading.time.exception.NoSuchEntryException
 
NoSuchEntryException(String, Throwable) - Constructor for exception com.liferay.reading.time.exception.NoSuchEntryException
 
NoSuchEntryException(Throwable) - Constructor for exception com.liferay.reading.time.exception.NoSuchEntryException
 

P

persist() - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
provide(Duration, Locale) - Method in interface com.liferay.reading.time.message.ReadingTimeMessageProvider
 
provide(ReadingTimeEntry, Locale) - Method in interface com.liferay.reading.time.message.ReadingTimeMessageProvider
 

R

READING_TIME_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.reading.time.model.ReadingTimeEntry
 
readingTime - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
ReadingTimeCalculator - Interface in com.liferay.reading.time.calculator
 
ReadingTimeEntry - Interface in com.liferay.reading.time.model
The extended model interface for the ReadingTimeEntry service.
readingTimeEntryId - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 
ReadingTimeEntryLocalService - Interface in com.liferay.reading.time.service
Provides the local service interface for ReadingTimeEntry.
ReadingTimeEntryLocalServiceUtil - Class in com.liferay.reading.time.service
Provides the local service utility for ReadingTimeEntry.
ReadingTimeEntryLocalServiceUtil() - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
ReadingTimeEntryLocalServiceWrapper - Class in com.liferay.reading.time.service
Provides a wrapper for ReadingTimeEntryLocalService.
ReadingTimeEntryLocalServiceWrapper() - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
ReadingTimeEntryLocalServiceWrapper(ReadingTimeEntryLocalService) - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
ReadingTimeEntryModel - Interface in com.liferay.reading.time.model
The base model interface for the ReadingTimeEntry service.
ReadingTimeEntryPersistence - Interface in com.liferay.reading.time.service.persistence
The persistence interface for the reading time entry service.
ReadingTimeEntryService - Interface in com.liferay.reading.time.service
Provides the remote service interface for ReadingTimeEntry.
ReadingTimeEntryServiceUtil - Class in com.liferay.reading.time.service
Provides the remote service utility for ReadingTimeEntry.
ReadingTimeEntryServiceUtil() - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryServiceUtil
 
ReadingTimeEntryServiceWrapper - Class in com.liferay.reading.time.service
Provides a wrapper for ReadingTimeEntryService.
ReadingTimeEntryServiceWrapper() - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
 
ReadingTimeEntryServiceWrapper(ReadingTimeEntryService) - Constructor for class com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
 
ReadingTimeEntrySoap - Class in com.liferay.reading.time.model
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
ReadingTimeEntrySoap() - Constructor for class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
ReadingTimeEntryTable - Class in com.liferay.reading.time.model
The table class for the "ReadingTimeEntry" database table.
ReadingTimeEntryUtil - Class in com.liferay.reading.time.service.persistence
The persistence utility for the reading time entry service.
ReadingTimeEntryUtil() - Constructor for class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
ReadingTimeEntryWrapper - Class in com.liferay.reading.time.model
This class is a wrapper for ReadingTimeEntry.
ReadingTimeEntryWrapper(ReadingTimeEntry) - Constructor for class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
ReadingTimeMessageProvider - Interface in com.liferay.reading.time.message
 
ReadingTimeModelInfo<T extends com.liferay.portal.kernel.model.GroupedModel> - Interface in com.liferay.reading.time.calculator
 
ReadingTimeTag - Class in com.liferay.reading.time.taglib.servlet.taglib
 
ReadingTimeTag() - Constructor for class com.liferay.reading.time.taglib.servlet.taglib.ReadingTimeTag
 
remove(long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes the reading time entry with the primary key from the database.
remove(long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes the reading time entry with the primary key from the database.
removeAll() - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes all the reading time entries from the database.
removeAll() - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes all the reading time entries from the database.
removeByG_C_C(long, long, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes the reading time entry where groupId = ? and classNameId = ? and classPK = ? from the database.
removeByG_C_C(long, long, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes the reading time entry where groupId = ? and classNameId = ? and classPK = ? from the database.
removeByUuid(String) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes all the reading time entries where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes all the reading time entries where uuid = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes all the reading time entries where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes all the reading time entries where uuid = ? and companyId = ? from the database.
removeByUUID_G(String, long) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
Removes the reading time entry where uuid = ? and groupId = ? from the database.
removeByUUID_G(String, long) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
Removes the reading time entry where uuid = ? and groupId = ? from the database.

S

setClassName(String) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
 
setClassName(String) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
setClassNameId(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the class name ID of this reading time entry.
setClassNameId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setClassNameId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the class name ID of this reading time entry.
setClassPK(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the class pk of this reading time entry.
setClassPK(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setClassPK(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the class pk of this reading time entry.
setCompanyId(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the company ID of this reading time entry.
setCompanyId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setCompanyId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the company ID of this reading time entry.
setCreateDate(Date) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the create date of this reading time entry.
setCreateDate(Date) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setCreateDate(Date) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the create date of this reading time entry.
setCtCollectionId(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the ct collection ID of this reading time entry.
setCtCollectionId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setCtCollectionId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the ct collection ID of this reading time entry.
setDisplayStyle(String) - Method in class com.liferay.reading.time.taglib.servlet.taglib.ReadingTimeTag
 
setGroupId(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the group ID of this reading time entry.
setGroupId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setGroupId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the group ID of this reading time entry.
setId(String) - Method in class com.liferay.reading.time.taglib.servlet.taglib.ReadingTimeTag
 
setModel(GroupedModel) - Method in class com.liferay.reading.time.taglib.servlet.taglib.ReadingTimeTag
 
setModelAttributes(Map<String, Object>) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
setModifiedDate(Date) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the modified date of this reading time entry.
setModifiedDate(Date) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setModifiedDate(Date) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the modified date of this reading time entry.
setMvccVersion(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the mvcc version of this reading time entry.
setMvccVersion(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setMvccVersion(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the mvcc version of this reading time entry.
setPrimaryKey(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the primary key of this reading time entry.
setPrimaryKey(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setPrimaryKey(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the primary key of this reading time entry.
setReadingTime(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the reading time of this reading time entry.
setReadingTime(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setReadingTime(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the reading time of this reading time entry.
setReadingTimeEntryId(long) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the reading time entry ID of this reading time entry.
setReadingTimeEntryId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setReadingTimeEntryId(long) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the reading time entry ID of this reading time entry.
setUuid(String) - Method in interface com.liferay.reading.time.model.ReadingTimeEntryModel
Sets the uuid of this reading time entry.
setUuid(String) - Method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
setUuid(String) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
Sets the uuid of this reading time entry.
setWrappedService(ReadingTimeEntryLocalService) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
setWrappedService(ReadingTimeEntryService) - Method in class com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
 

T

toSoapModel(ReadingTimeEntry) - Static method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
toSoapModels(ReadingTimeEntry[]) - Static method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
toSoapModels(ReadingTimeEntry[][]) - Static method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 
toSoapModels(List<ReadingTimeEntry>) - Static method in class com.liferay.reading.time.model.ReadingTimeEntrySoap
Deprecated.
 

U

update(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
update(ReadingTimeEntry, ServiceContext) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
updateImpl(ReadingTimeEntry) - Method in interface com.liferay.reading.time.service.persistence.ReadingTimeEntryPersistence
 
updateImpl(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.persistence.ReadingTimeEntryUtil
 
updateReadingTimeEntry(GroupedModel) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
updateReadingTimeEntry(long, long, long, Duration) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
updateReadingTimeEntry(ReadingTimeEntry) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
Updates the reading time entry in the database or adds it if it does not yet exist.
updateReadingTimeEntry(GroupedModel) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
updateReadingTimeEntry(long, long, long, Duration) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
 
updateReadingTimeEntry(ReadingTimeEntry) - Static method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceUtil
Updates the reading time entry in the database or adds it if it does not yet exist.
updateReadingTimeEntry(GroupedModel) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
updateReadingTimeEntry(long, long, long, Duration) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
updateReadingTimeEntry(ReadingTimeEntry) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
Updates the reading time entry in the database or adds it if it does not yet exist.
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<ReadingTimeEntry>, R, E>) - Method in interface com.liferay.reading.time.service.ReadingTimeEntryLocalService
 
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<ReadingTimeEntry>, R, E>) - Method in class com.liferay.reading.time.service.ReadingTimeEntryLocalServiceWrapper
 
uuid - Variable in class com.liferay.reading.time.model.ReadingTimeEntryTable
 

W

wrap(ReadingTimeEntry) - Method in class com.liferay.reading.time.model.ReadingTimeEntryWrapper
 
A C D F G I M N P R S T U W 
Skip navigation links