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

A

addEntry(Entry) - Method in interface com.liferay.chat.service.EntryLocalService
Adds the entry to the database.
addEntry(long, long, long, String) - Method in interface com.liferay.chat.service.EntryLocalService
 
addEntry(long, long, String) - Method in interface com.liferay.chat.service.EntryLocalService
 
addEntry(Entry) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Adds the entry to the database.
addEntry(long, long, long, String) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
addEntry(long, long, String) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
addEntry(Entry) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Adds the entry to the database.
addEntry(long, long, long, String) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
addEntry(long, long, String) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
addStatus(Status) - Method in interface com.liferay.chat.service.StatusLocalService
Adds the status to the database.
addStatus(Status) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Adds the status to the database.
addStatus(Status) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Adds the status to the database.

B

BuddyComparator - Class in com.liferay.chat.util.comparator
 
BuddyComparator() - Constructor for class com.liferay.chat.util.comparator.BuddyComparator
 
BuddyComparator(boolean) - Constructor for class com.liferay.chat.util.comparator.BuddyComparator
 
BuddyFinder - Interface in com.liferay.chat.util
 

C

cacheResult(Entry) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Caches the entry in the entity cache if it is enabled.
cacheResult(List<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Caches the entries in the entity cache if it is enabled.
cacheResult(Entry) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Caches the entry in the entity cache if it is enabled.
cacheResult(List<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Caches the entries in the entity cache if it is enabled.
cacheResult(Status) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Caches the status in the entity cache if it is enabled.
cacheResult(List<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Caches the statuses in the entity cache if it is enabled.
cacheResult(Status) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Caches the status in the entity cache if it is enabled.
cacheResult(List<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Caches the statuses in the entity cache if it is enabled.
CHAT - Static variable in class com.liferay.chat.constants.ChatPortletKeys
 
ChatPortletKeys - Class in com.liferay.chat.constants
 
ChatPortletKeys() - Constructor for class com.liferay.chat.constants.ChatPortletKeys
 
clearCache() - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
clearCache(Entry) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
clearCache() - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
clearCache(Status) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
com.liferay.chat.constants - package com.liferay.chat.constants
 
com.liferay.chat.exception - package com.liferay.chat.exception
 
com.liferay.chat.jabber - package com.liferay.chat.jabber
 
com.liferay.chat.model - package com.liferay.chat.model
 
com.liferay.chat.service - package com.liferay.chat.service
 
com.liferay.chat.service.persistence - package com.liferay.chat.service.persistence
 
com.liferay.chat.util - package com.liferay.chat.util
 
com.liferay.chat.util.comparator - package com.liferay.chat.util.comparator
 
compare(Object[], Object[]) - Method in class com.liferay.chat.util.comparator.BuddyComparator
 
countAll() - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries.
countAll() - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries.
countAll() - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the number of statuses.
countAll() - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the number of statuses.
countByC_F(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where createDate = ? and fromUserId = ?.
countByC_F(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where createDate = ? and fromUserId = ?.
countByC_F_T(long, long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where createDate = ? and fromUserId = ? and toUserId = ?.
countByC_F_T(long, long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where createDate = ? and fromUserId = ? and toUserId = ?.
countByC_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where createDate = ? and toUserId = ?.
countByC_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where createDate = ? and toUserId = ?.
countByCreateDate(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where createDate = ?.
countByCreateDate(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where createDate = ?.
countByF_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where fromUserId = ? and toUserId = ?.
countByF_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where fromUserId = ? and toUserId = ?.
countByF_T_C(long, long, String) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where fromUserId = ? and toUserId = ? and content = ?.
countByF_T_C(long, long, String) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where fromUserId = ? and toUserId = ? and content = ?.
countByFromUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where fromUserId = ?.
countByFromUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where fromUserId = ?.
countByM_O(long, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the number of statuses where modifiedDate = ? and online = ?.
countByM_O(long, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the number of statuses where modifiedDate = ? and online = ?.
countByModifiedDate(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the number of statuses where modifiedDate = ?.
countByModifiedDate(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the number of statuses where modifiedDate = ?.
countByOnline(boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the number of statuses where online = ?.
countByOnline(boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the number of statuses where online = ?.
countByToUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the number of entries where toUserId = ?.
countByToUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the number of entries where toUserId = ?.
countByUserId(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the number of statuses where userId = ?.
countByUserId(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the number of statuses where userId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
create(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Creates a new entry with the primary key.
create(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Creates a new entry with the primary key.
create(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Creates a new status with the primary key.
create(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Creates a new status with the primary key.
createEntry(long) - Method in interface com.liferay.chat.service.EntryLocalService
Creates a new entry with the primary key.
createEntry(long) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Creates a new entry with the primary key.
createEntry(long) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Creates a new entry with the primary key.
createStatus(long) - Method in interface com.liferay.chat.service.StatusLocalService
Creates a new status with the primary key.
createStatus(long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Creates a new status with the primary key.
createStatus(long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Creates a new status with the primary key.

D

deleteEntries(long) - Method in interface com.liferay.chat.service.EntryLocalService
 
deleteEntries(long) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
deleteEntries(long) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
deleteEntry(Entry) - Method in interface com.liferay.chat.service.EntryLocalService
Deletes the entry from the database.
deleteEntry(long) - Method in interface com.liferay.chat.service.EntryLocalService
Deletes the entry with the primary key from the database.
deleteEntry(Entry) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Deletes the entry from the database.
deleteEntry(long) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Deletes the entry with the primary key from the database.
deleteEntry(Entry) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Deletes the entry from the database.
deleteEntry(long) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Deletes the entry with the primary key from the database.
deletePersistedModel(PersistedModel) - Method in interface com.liferay.chat.service.EntryLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
deletePersistedModel(PersistedModel) - Method in interface com.liferay.chat.service.StatusLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
deleteStatus(long) - Method in interface com.liferay.chat.service.StatusLocalService
Deletes the status with the primary key from the database.
deleteStatus(Status) - Method in interface com.liferay.chat.service.StatusLocalService
Deletes the status from the database.
deleteStatus(long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Deletes the status with the primary key from the database.
deleteStatus(Status) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Deletes the status from the database.
deleteStatus(long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Deletes the status with the primary key from the database.
deleteStatus(Status) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Deletes the status from the database.
disconnect(long) - Method in interface com.liferay.chat.jabber.Jabber
 
dynamicQuery() - Method in interface com.liferay.chat.service.EntryLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.chat.service.EntryLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.chat.service.EntryLocalService
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.chat.service.EntryLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
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.chat.service.EntryLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
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.chat.service.EntryLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in interface com.liferay.chat.service.StatusLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.chat.service.StatusLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.chat.service.StatusLocalService
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.chat.service.StatusLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
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.chat.service.StatusLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
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.chat.service.StatusLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.chat.service.EntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.chat.service.EntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.chat.service.StatusLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.chat.service.StatusLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

Entry - Interface in com.liferay.chat.model
The extended model interface for the Entry service.
ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.chat.model.Entry
 
EntryConstants - Class in com.liferay.chat.model
 
EntryConstants() - Constructor for class com.liferay.chat.model.EntryConstants
 
EntryFinder - Interface in com.liferay.chat.service.persistence
 
EntryLocalService - Interface in com.liferay.chat.service
Provides the local service interface for Entry.
EntryLocalServiceUtil - Class in com.liferay.chat.service
Provides the local service utility for Entry.
EntryLocalServiceUtil() - Constructor for class com.liferay.chat.service.EntryLocalServiceUtil
 
EntryLocalServiceWrapper - Class in com.liferay.chat.service
Provides a wrapper for EntryLocalService.
EntryLocalServiceWrapper(EntryLocalService) - Constructor for class com.liferay.chat.service.EntryLocalServiceWrapper
 
EntryModel - Interface in com.liferay.chat.model
The base model interface for the Entry service.
EntryPersistence - Interface in com.liferay.chat.service.persistence
The persistence interface for the entry service.
EntrySoap - Class in com.liferay.chat.model
This class is used by SOAP remote services.
EntrySoap() - Constructor for class com.liferay.chat.model.EntrySoap
 
EntryUtil - Class in com.liferay.chat.service.persistence
The persistence utility for the entry service.
EntryUtil() - Constructor for class com.liferay.chat.service.persistence.EntryUtil
 
EntryWrapper - Class in com.liferay.chat.model
This class is a wrapper for Entry.
EntryWrapper(Entry) - Constructor for class com.liferay.chat.model.EntryWrapper
 

F

fetchByC_F_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and fromUserId = ?.
fetchByC_F_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and fromUserId = ?.
fetchByC_F_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and fromUserId = ?.
fetchByC_F_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and fromUserId = ?.
fetchByC_F_T_First(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
fetchByC_F_T_First(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
fetchByC_F_T_Last(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
fetchByC_F_T_Last(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
fetchByC_T_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and toUserId = ?.
fetchByC_T_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and toUserId = ?.
fetchByC_T_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and toUserId = ?.
fetchByC_T_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and toUserId = ?.
fetchByCreateDate_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ?.
fetchByCreateDate_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ?.
fetchByCreateDate_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ?.
fetchByCreateDate_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ?.
fetchByF_T_C_First(long, long, String, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
fetchByF_T_C_First(long, long, String, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
fetchByF_T_C_Last(long, long, String, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
fetchByF_T_C_Last(long, long, String, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
fetchByF_T_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ?.
fetchByF_T_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ?.
fetchByF_T_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ?.
fetchByF_T_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ?.
fetchByFromUserId_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ?.
fetchByFromUserId_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ?.
fetchByFromUserId_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ?.
fetchByFromUserId_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ?.
fetchByM_O_First(long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where modifiedDate = ? and online = ?.
fetchByM_O_First(long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where modifiedDate = ? and online = ?.
fetchByM_O_Last(long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where modifiedDate = ? and online = ?.
fetchByM_O_Last(long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where modifiedDate = ? and online = ?.
fetchByModifiedDate_First(long, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where modifiedDate = ?.
fetchByModifiedDate_First(long, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where modifiedDate = ?.
fetchByModifiedDate_Last(long, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where modifiedDate = ?.
fetchByModifiedDate_Last(long, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where modifiedDate = ?.
fetchByOnline_First(boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where online = ?.
fetchByOnline_First(boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where online = ?.
fetchByOnline_Last(boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where online = ?.
fetchByOnline_Last(boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where online = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the status with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the status with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
fetchByToUserId_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where toUserId = ?.
fetchByToUserId_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where toUserId = ?.
fetchByToUserId_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where toUserId = ?.
fetchByToUserId_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where toUserId = ?.
fetchByUserId(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the status where userId = ? or returns null if it could not be found.
fetchByUserId(long, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the status where userId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByUserId(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the status where userId = ? or returns null if it could not be found.
fetchByUserId(long, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the status where userId = ? or returns null if it could not be found, optionally using the finder cache.
fetchEntry(long) - Method in interface com.liferay.chat.service.EntryLocalService
 
fetchEntry(long) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
fetchEntry(long) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
fetchStatus(long) - Method in interface com.liferay.chat.service.StatusLocalService
 
fetchStatus(long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
fetchStatus(long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
findAll() - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries.
findAll(int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries.
findAll(int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries.
findAll(int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries.
findAll() - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries.
findAll(int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries.
findAll(int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries.
findAll(int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries.
findAll() - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns all the statuses.
findAll(int, int) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns a range of all the statuses.
findAll(int, int, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses.
findAll(int, int, OrderByComparator<Status>, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses.
findAll() - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns all the statuses.
findAll(int, int) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns a range of all the statuses.
findAll(int, int, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses.
findAll(int, int, OrderByComparator<Status>, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses.
findByC_F(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and fromUserId = ?.
findByC_F(long, long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and fromUserId = ?.
findByC_F_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where createDate = ? and fromUserId = ?.
findByC_F_T(long, long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T(long, long, long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_First(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_First(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_Last(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_Last(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_PrevAndNext(long, long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_F_T_PrevAndNext(long, long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where createDate = ? and fromUserId = ? and toUserId = ?.
findByC_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and toUserId = ?.
findByC_T(long, long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ? and toUserId = ?.
findByC_T_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ? and toUserId = ?.
findByC_T_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ? and toUserId = ?.
findByC_T_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ? and toUserId = ?.
findByC_T_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ? and toUserId = ?.
findByC_T_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where createDate = ? and toUserId = ?.
findByC_T_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where createDate = ? and toUserId = ?.
findByCreateDate(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where createDate = ?.
findByCreateDate(long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where createDate = ?.
findByCreateDate(long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ?.
findByCreateDate(long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where createDate = ?.
findByCreateDate(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where createDate = ?.
findByCreateDate(long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where createDate = ?.
findByCreateDate(long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ?.
findByCreateDate(long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where createDate = ?.
findByCreateDate_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where createDate = ?.
findByCreateDate_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where createDate = ?.
findByCreateDate_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where createDate = ?.
findByCreateDate_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where createDate = ?.
findByCreateDate_PrevAndNext(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where createDate = ?.
findByCreateDate_PrevAndNext(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where createDate = ?.
findByEmptyContent(long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryFinder
 
findByF_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T(long, long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ?.
findByF_T_C(long, long, String) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C(long, long, String, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_First(long, long, String, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_First(long, long, String, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_Last(long, long, String, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_Last(long, long, String, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_PrevAndNext(long, long, long, String, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_C_PrevAndNext(long, long, long, String, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where fromUserId = ? and toUserId = ? and content = ?.
findByF_T_First(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ?.
findByF_T_First(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ? and toUserId = ?.
findByF_T_Last(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ?.
findByF_T_Last(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ? and toUserId = ?.
findByF_T_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where fromUserId = ? and toUserId = ?.
findByF_T_PrevAndNext(long, long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where fromUserId = ? and toUserId = ?.
findByFromUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where fromUserId = ?.
findByFromUserId(long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where fromUserId = ?.
findByFromUserId(long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ?.
findByFromUserId(long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where fromUserId = ?.
findByFromUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where fromUserId = ?.
findByFromUserId(long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where fromUserId = ?.
findByFromUserId(long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ?.
findByFromUserId(long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where fromUserId = ?.
findByFromUserId_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where fromUserId = ?.
findByFromUserId_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where fromUserId = ?.
findByFromUserId_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where fromUserId = ?.
findByFromUserId_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where fromUserId = ?.
findByFromUserId_PrevAndNext(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where fromUserId = ?.
findByFromUserId_PrevAndNext(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where fromUserId = ?.
findByM_O(long, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns a range of all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int, OrderByComparator<Status>, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns a range of all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where modifiedDate = ? and online = ?.
findByM_O(long, boolean, int, int, OrderByComparator<Status>, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where modifiedDate = ? and online = ?.
findByM_O_First(long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where modifiedDate = ? and online = ?.
findByM_O_First(long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where modifiedDate = ? and online = ?.
findByM_O_Last(long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where modifiedDate = ? and online = ?.
findByM_O_Last(long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where modifiedDate = ? and online = ?.
findByM_O_PrevAndNext(long, long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the statuses before and after the current status in the ordered set where modifiedDate = ? and online = ?.
findByM_O_PrevAndNext(long, long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the statuses before and after the current status in the ordered set where modifiedDate = ? and online = ?.
findByModifiedDate(long, long, long, int, int) - Method in interface com.liferay.chat.service.persistence.StatusFinder
 
findByModifiedDate(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns a range of all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int, OrderByComparator<Status>, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where modifiedDate = ?.
findByModifiedDate(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns a range of all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where modifiedDate = ?.
findByModifiedDate(long, int, int, OrderByComparator<Status>, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where modifiedDate = ?.
findByModifiedDate_First(long, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where modifiedDate = ?.
findByModifiedDate_First(long, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where modifiedDate = ?.
findByModifiedDate_Last(long, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where modifiedDate = ?.
findByModifiedDate_Last(long, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where modifiedDate = ?.
findByModifiedDate_PrevAndNext(long, long, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the statuses before and after the current status in the ordered set where modifiedDate = ?.
findByModifiedDate_PrevAndNext(long, long, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the statuses before and after the current status in the ordered set where modifiedDate = ?.
findByNew(long, long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryFinder
 
findByOld(long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryFinder
 
findByOnline(boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns all the statuses where online = ?.
findByOnline(boolean, int, int) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns a range of all the statuses where online = ?.
findByOnline(boolean, int, int, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where online = ?.
findByOnline(boolean, int, int, OrderByComparator<Status>, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns an ordered range of all the statuses where online = ?.
findByOnline(boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns all the statuses where online = ?.
findByOnline(boolean, int, int) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns a range of all the statuses where online = ?.
findByOnline(boolean, int, int, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where online = ?.
findByOnline(boolean, int, int, OrderByComparator<Status>, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns an ordered range of all the statuses where online = ?.
findByOnline_First(boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the first status in the ordered set where online = ?.
findByOnline_First(boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the first status in the ordered set where online = ?.
findByOnline_Last(boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the last status in the ordered set where online = ?.
findByOnline_Last(boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the last status in the ordered set where online = ?.
findByOnline_PrevAndNext(long, boolean, OrderByComparator<Status>) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the statuses before and after the current status in the ordered set where online = ?.
findByOnline_PrevAndNext(long, boolean, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the statuses before and after the current status in the ordered set where online = ?.
findByPrimaryKey(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByPrimaryKey(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the status with the primary key or throws a NoSuchStatusException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the status with the primary key or throws a NoSuchStatusException if it could not be found.
findBySocialRelationTypes(long, int[], long, int, int) - Method in interface com.liferay.chat.service.persistence.StatusFinder
 
findByToUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns all the entries where toUserId = ?.
findByToUserId(long, int, int) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns a range of all the entries where toUserId = ?.
findByToUserId(long, int, int, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where toUserId = ?.
findByToUserId(long, int, int, OrderByComparator<Entry>, boolean) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns an ordered range of all the entries where toUserId = ?.
findByToUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns all the entries where toUserId = ?.
findByToUserId(long, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns a range of all the entries where toUserId = ?.
findByToUserId(long, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where toUserId = ?.
findByToUserId(long, int, int, OrderByComparator<Entry>, boolean) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns an ordered range of all the entries where toUserId = ?.
findByToUserId_First(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the first entry in the ordered set where toUserId = ?.
findByToUserId_First(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the first entry in the ordered set where toUserId = ?.
findByToUserId_Last(long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the last entry in the ordered set where toUserId = ?.
findByToUserId_Last(long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the last entry in the ordered set where toUserId = ?.
findByToUserId_PrevAndNext(long, long, OrderByComparator<Entry>) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Returns the entries before and after the current entry in the ordered set where toUserId = ?.
findByToUserId_PrevAndNext(long, long, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Returns the entries before and after the current entry in the ordered set where toUserId = ?.
findByUserId(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Returns the status where userId = ? or throws a NoSuchStatusException if it could not be found.
findByUserId(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Returns the status where userId = ? or throws a NoSuchStatusException if it could not be found.
findByUsersGroups(long, long, String[], int, int) - Method in interface com.liferay.chat.service.persistence.StatusFinder
 
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<Entry>) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<Status>) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
FLAG_READ - Static variable in class com.liferay.chat.model.EntryConstants
 
FLAG_UNREAD - Static variable in class com.liferay.chat.model.EntryConstants
 

G

getActionableDynamicQuery() - Method in interface com.liferay.chat.service.EntryLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getActionableDynamicQuery() - Method in interface com.liferay.chat.service.StatusLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getActivePanelIds() - Method in interface com.liferay.chat.model.StatusModel
Returns the active panel IDs of this status.
getActivePanelIds() - Method in class com.liferay.chat.model.StatusSoap
 
getActivePanelIds() - Method in class com.liferay.chat.model.StatusWrapper
Returns the active panel IDs of this status.
getAllStatuses(long, long, long, int, int) - Method in interface com.liferay.chat.service.StatusLocalService
 
getAllStatuses(long, long, long, int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getAllStatuses(long, long, long, int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getAwake() - Method in interface com.liferay.chat.model.StatusModel
Returns the awake of this status.
getAwake() - Method in class com.liferay.chat.model.StatusSoap
 
getAwake() - Method in class com.liferay.chat.model.StatusWrapper
Returns the awake of this status.
getBuddies(long, long) - Method in interface com.liferay.chat.util.BuddyFinder
 
getContent() - Method in interface com.liferay.chat.model.EntryModel
Returns the content of this entry.
getContent() - Method in class com.liferay.chat.model.EntrySoap
 
getContent() - Method in class com.liferay.chat.model.EntryWrapper
Returns the content of this entry.
getCreateDate() - Method in interface com.liferay.chat.model.EntryModel
Returns the create date of this entry.
getCreateDate() - Method in class com.liferay.chat.model.EntrySoap
 
getCreateDate() - Method in class com.liferay.chat.model.EntryWrapper
Returns the create date of this entry.
getEntries(int, int) - Method in interface com.liferay.chat.service.EntryLocalService
Returns a range of all the entries.
getEntries(int, int) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns a range of all the entries.
getEntries(int, int) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns a range of all the entries.
getEntriesCount() - Method in interface com.liferay.chat.service.EntryLocalService
Returns the number of entries.
getEntriesCount() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns the number of entries.
getEntriesCount() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns the number of entries.
getEntry(long) - Method in interface com.liferay.chat.service.EntryLocalService
Returns the entry with the primary key.
getEntry(long) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns the entry with the primary key.
getEntry(long) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns the entry with the primary key.
getEntryId() - Method in interface com.liferay.chat.model.EntryModel
Returns the entry ID of this entry.
getEntryId() - Method in class com.liferay.chat.model.EntrySoap
 
getEntryId() - Method in class com.liferay.chat.model.EntryWrapper
Returns the entry ID of this entry.
getFlag() - Method in interface com.liferay.chat.model.EntryModel
Returns the flag of this entry.
getFlag() - Method in class com.liferay.chat.model.EntrySoap
 
getFlag() - Method in class com.liferay.chat.model.EntryWrapper
Returns the flag of this entry.
getFromUserId() - Method in interface com.liferay.chat.model.EntryModel
Returns the from user ID of this entry.
getFromUserId() - Method in class com.liferay.chat.model.EntrySoap
 
getFromUserId() - Method in class com.liferay.chat.model.EntryWrapper
Returns the from user ID of this entry.
getFromUserUuid() - Method in interface com.liferay.chat.model.EntryModel
Returns the from user uuid of this entry.
getFromUserUuid() - Method in class com.liferay.chat.model.EntryWrapper
Returns the from user uuid of this entry.
getGroupStatuses(long, long, String[], int, int) - Method in interface com.liferay.chat.service.StatusLocalService
 
getGroupStatuses(long, long, String[], int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getGroupStatuses(long, long, String[], int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getIndexableActionableDynamicQuery() - Method in interface com.liferay.chat.service.EntryLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getIndexableActionableDynamicQuery() - Method in interface com.liferay.chat.service.StatusLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getMessage() - Method in interface com.liferay.chat.model.StatusModel
Returns the message of this status.
getMessage() - Method in class com.liferay.chat.model.StatusSoap
 
getMessage() - Method in class com.liferay.chat.model.StatusWrapper
Returns the message of this status.
getModelAttributes() - Method in class com.liferay.chat.model.EntryWrapper
 
getModelAttributes() - Method in class com.liferay.chat.model.StatusWrapper
 
getModifiedDate() - Method in interface com.liferay.chat.model.StatusModel
Returns the modified date of this status.
getModifiedDate() - Method in class com.liferay.chat.model.StatusSoap
 
getModifiedDate() - Method in class com.liferay.chat.model.StatusWrapper
Returns the modified date of this status.
getNewEntries(long, long, int, int) - Method in interface com.liferay.chat.service.EntryLocalService
 
getNewEntries(long, long, int, int) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getNewEntries(long, long, int, int) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getOldEntries(long, int, int) - Method in interface com.liferay.chat.service.EntryLocalService
 
getOldEntries(long, int, int) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getOldEntries(long, int, int) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getOnline() - Method in interface com.liferay.chat.model.StatusModel
Returns the online of this status.
getOnline() - Method in class com.liferay.chat.model.StatusSoap
 
getOnline() - Method in class com.liferay.chat.model.StatusWrapper
Returns the online of this status.
getOSGiServiceIdentifier() - Method in interface com.liferay.chat.service.EntryLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.chat.service.StatusLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.chat.service.EntryLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getPersistedModel(Serializable) - Method in interface com.liferay.chat.service.StatusLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
getPersistence() - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
getPlaySound() - Method in interface com.liferay.chat.model.StatusModel
Returns the play sound of this status.
getPlaySound() - Method in class com.liferay.chat.model.StatusSoap
 
getPlaySound() - Method in class com.liferay.chat.model.StatusWrapper
Returns the play sound of this status.
getPrimaryKey() - Method in interface com.liferay.chat.model.EntryModel
Returns the primary key of this entry.
getPrimaryKey() - Method in class com.liferay.chat.model.EntrySoap
 
getPrimaryKey() - Method in class com.liferay.chat.model.EntryWrapper
Returns the primary key of this entry.
getPrimaryKey() - Method in interface com.liferay.chat.model.StatusModel
Returns the primary key of this status.
getPrimaryKey() - Method in class com.liferay.chat.model.StatusSoap
 
getPrimaryKey() - Method in class com.liferay.chat.model.StatusWrapper
Returns the primary key of this status.
getResource(String) - Method in interface com.liferay.chat.jabber.Jabber
 
getScreenName(String) - Method in interface com.liferay.chat.jabber.Jabber
 
getService() - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
 
getService() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getSocialStatuses(long, int, long, int, int) - Method in interface com.liferay.chat.service.StatusLocalService
 
getSocialStatuses(long, int[], long, int, int) - Method in interface com.liferay.chat.service.StatusLocalService
 
getSocialStatuses(long, int, long, int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getSocialStatuses(long, int[], long, int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getSocialStatuses(long, int, long, int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getSocialStatuses(long, int[], long, int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getStatus(long) - Method in interface com.liferay.chat.service.StatusLocalService
Returns the status with the primary key.
getStatus(long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns the status with the primary key.
getStatus(long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns the status with the primary key.
getStatuses(long, long, List<Object[]>) - Method in interface com.liferay.chat.jabber.Jabber
 
getStatuses(int, int) - Method in interface com.liferay.chat.service.StatusLocalService
Returns a range of all the statuses.
getStatuses(int, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns a range of all the statuses.
getStatuses(int, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns a range of all the statuses.
getStatusesCount() - Method in interface com.liferay.chat.service.StatusLocalService
Returns the number of statuses.
getStatusesCount() - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Returns the number of statuses.
getStatusesCount() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Returns the number of statuses.
getStatusId() - Method in interface com.liferay.chat.model.StatusModel
Returns the status ID of this status.
getStatusId() - Method in class com.liferay.chat.model.StatusSoap
 
getStatusId() - Method in class com.liferay.chat.model.StatusWrapper
Returns the status ID of this status.
getToUserId() - Method in interface com.liferay.chat.model.EntryModel
Returns the to user ID of this entry.
getToUserId() - Method in class com.liferay.chat.model.EntrySoap
 
getToUserId() - Method in class com.liferay.chat.model.EntryWrapper
Returns the to user ID of this entry.
getToUserUuid() - Method in interface com.liferay.chat.model.EntryModel
Returns the to user uuid of this entry.
getToUserUuid() - Method in class com.liferay.chat.model.EntryWrapper
Returns the to user uuid of this entry.
getUserId() - Method in interface com.liferay.chat.model.StatusModel
Returns the user ID of this status.
getUserId() - Method in class com.liferay.chat.model.StatusSoap
 
getUserId() - Method in class com.liferay.chat.model.StatusWrapper
Returns the user ID of this status.
getUserStatus(long) - Method in interface com.liferay.chat.service.StatusLocalService
 
getUserStatus(long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
getUserStatus(long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
getUserUuid() - Method in interface com.liferay.chat.model.StatusModel
Returns the user uuid of this status.
getUserUuid() - Method in class com.liferay.chat.model.StatusWrapper
Returns the user uuid of this status.
getWrappedService() - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 

I

isAwake() - Method in interface com.liferay.chat.model.StatusModel
Returns true if this status is awake.
isAwake() - Method in class com.liferay.chat.model.StatusSoap
 
isAwake() - Method in class com.liferay.chat.model.StatusWrapper
Returns true if this status is awake.
isOnline() - Method in interface com.liferay.chat.model.StatusModel
Returns true if this status is online.
isOnline() - Method in class com.liferay.chat.model.StatusSoap
 
isOnline() - Method in class com.liferay.chat.model.StatusWrapper
Returns true if this status is online.
isPlaySound() - Method in interface com.liferay.chat.model.StatusModel
Returns true if this status is play sound.
isPlaySound() - Method in class com.liferay.chat.model.StatusSoap
 
isPlaySound() - Method in class com.liferay.chat.model.StatusWrapper
Returns true if this status is play sound.

J

Jabber - Interface in com.liferay.chat.jabber
 

L

login(long, String) - Method in interface com.liferay.chat.jabber.Jabber
 

N

NoSuchEntryException - Exception in com.liferay.chat.exception
 
NoSuchEntryException() - Constructor for exception com.liferay.chat.exception.NoSuchEntryException
 
NoSuchEntryException(String) - Constructor for exception com.liferay.chat.exception.NoSuchEntryException
 
NoSuchEntryException(String, Throwable) - Constructor for exception com.liferay.chat.exception.NoSuchEntryException
 
NoSuchEntryException(Throwable) - Constructor for exception com.liferay.chat.exception.NoSuchEntryException
 
NoSuchStatusException - Exception in com.liferay.chat.exception
 
NoSuchStatusException() - Constructor for exception com.liferay.chat.exception.NoSuchStatusException
 
NoSuchStatusException(String) - Constructor for exception com.liferay.chat.exception.NoSuchStatusException
 
NoSuchStatusException(String, Throwable) - Constructor for exception com.liferay.chat.exception.NoSuchStatusException
 
NoSuchStatusException(Throwable) - Constructor for exception com.liferay.chat.exception.NoSuchStatusException
 

P

persist() - Method in class com.liferay.chat.model.EntryWrapper
 
persist() - Method in class com.liferay.chat.model.StatusWrapper
 

R

remove(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes the entry with the primary key from the database.
remove(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes the entry with the primary key from the database.
remove(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes the status with the primary key from the database.
remove(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes the status with the primary key from the database.
removeAll() - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries from the database.
removeAll() - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries from the database.
removeAll() - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes all the statuses from the database.
removeAll() - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes all the statuses from the database.
removeByC_F(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where createDate = ? and fromUserId = ? from the database.
removeByC_F(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where createDate = ? and fromUserId = ? from the database.
removeByC_F_T(long, long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where createDate = ? and fromUserId = ? and toUserId = ? from the database.
removeByC_F_T(long, long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where createDate = ? and fromUserId = ? and toUserId = ? from the database.
removeByC_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where createDate = ? and toUserId = ? from the database.
removeByC_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where createDate = ? and toUserId = ? from the database.
removeByCreateDate(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where createDate = ? from the database.
removeByCreateDate(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where createDate = ? from the database.
removeByF_T(long, long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where fromUserId = ? and toUserId = ? from the database.
removeByF_T(long, long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where fromUserId = ? and toUserId = ? from the database.
removeByF_T_C(long, long, String) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where fromUserId = ? and toUserId = ? and content = ? from the database.
removeByF_T_C(long, long, String) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where fromUserId = ? and toUserId = ? and content = ? from the database.
removeByFromUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where fromUserId = ? from the database.
removeByFromUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where fromUserId = ? from the database.
removeByM_O(long, boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes all the statuses where modifiedDate = ? and online = ? from the database.
removeByM_O(long, boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes all the statuses where modifiedDate = ? and online = ? from the database.
removeByModifiedDate(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes all the statuses where modifiedDate = ? from the database.
removeByModifiedDate(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes all the statuses where modifiedDate = ? from the database.
removeByOnline(boolean) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes all the statuses where online = ? from the database.
removeByOnline(boolean) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes all the statuses where online = ? from the database.
removeByToUserId(long) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
Removes all the entries where toUserId = ? from the database.
removeByToUserId(long) - Static method in class com.liferay.chat.service.persistence.EntryUtil
Removes all the entries where toUserId = ? from the database.
removeByUserId(long) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
Removes the status where userId = ? from the database.
removeByUserId(long) - Static method in class com.liferay.chat.service.persistence.StatusUtil
Removes the status where userId = ? from the database.

S

sendMessage(long, long, String) - Method in interface com.liferay.chat.jabber.Jabber
 
setActivePanelIds(String) - Method in interface com.liferay.chat.model.StatusModel
Sets the active panel IDs of this status.
setActivePanelIds(String) - Method in class com.liferay.chat.model.StatusSoap
 
setActivePanelIds(String) - Method in class com.liferay.chat.model.StatusWrapper
Sets the active panel IDs of this status.
setAwake(boolean) - Method in interface com.liferay.chat.model.StatusModel
Sets whether this status is awake.
setAwake(boolean) - Method in class com.liferay.chat.model.StatusSoap
 
setAwake(boolean) - Method in class com.liferay.chat.model.StatusWrapper
Sets whether this status is awake.
setContent(String) - Method in interface com.liferay.chat.model.EntryModel
Sets the content of this entry.
setContent(String) - Method in class com.liferay.chat.model.EntrySoap
 
setContent(String) - Method in class com.liferay.chat.model.EntryWrapper
Sets the content of this entry.
setCreateDate(long) - Method in interface com.liferay.chat.model.EntryModel
Sets the create date of this entry.
setCreateDate(long) - Method in class com.liferay.chat.model.EntrySoap
 
setCreateDate(long) - Method in class com.liferay.chat.model.EntryWrapper
Sets the create date of this entry.
setEntryId(long) - Method in interface com.liferay.chat.model.EntryModel
Sets the entry ID of this entry.
setEntryId(long) - Method in class com.liferay.chat.model.EntrySoap
 
setEntryId(long) - Method in class com.liferay.chat.model.EntryWrapper
Sets the entry ID of this entry.
setFlag(int) - Method in interface com.liferay.chat.model.EntryModel
Sets the flag of this entry.
setFlag(int) - Method in class com.liferay.chat.model.EntrySoap
 
setFlag(int) - Method in class com.liferay.chat.model.EntryWrapper
Sets the flag of this entry.
setFromUserId(long) - Method in interface com.liferay.chat.model.EntryModel
Sets the from user ID of this entry.
setFromUserId(long) - Method in class com.liferay.chat.model.EntrySoap
 
setFromUserId(long) - Method in class com.liferay.chat.model.EntryWrapper
Sets the from user ID of this entry.
setFromUserUuid(String) - Method in interface com.liferay.chat.model.EntryModel
Sets the from user uuid of this entry.
setFromUserUuid(String) - Method in class com.liferay.chat.model.EntryWrapper
Sets the from user uuid of this entry.
setMessage(String) - Method in interface com.liferay.chat.model.StatusModel
Sets the message of this status.
setMessage(String) - Method in class com.liferay.chat.model.StatusSoap
 
setMessage(String) - Method in class com.liferay.chat.model.StatusWrapper
Sets the message of this status.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.chat.model.EntryWrapper
 
setModelAttributes(Map<String, Object>) - Method in class com.liferay.chat.model.StatusWrapper
 
setModifiedDate(long) - Method in interface com.liferay.chat.model.StatusModel
Sets the modified date of this status.
setModifiedDate(long) - Method in class com.liferay.chat.model.StatusSoap
 
setModifiedDate(long) - Method in class com.liferay.chat.model.StatusWrapper
Sets the modified date of this status.
setOnline(boolean) - Method in interface com.liferay.chat.model.StatusModel
Sets whether this status is online.
setOnline(boolean) - Method in class com.liferay.chat.model.StatusSoap
 
setOnline(boolean) - Method in class com.liferay.chat.model.StatusWrapper
Sets whether this status is online.
setPlaySound(boolean) - Method in interface com.liferay.chat.model.StatusModel
Sets whether this status is play sound.
setPlaySound(boolean) - Method in class com.liferay.chat.model.StatusSoap
 
setPlaySound(boolean) - Method in class com.liferay.chat.model.StatusWrapper
Sets whether this status is play sound.
setPrimaryKey(long) - Method in interface com.liferay.chat.model.EntryModel
Sets the primary key of this entry.
setPrimaryKey(long) - Method in class com.liferay.chat.model.EntrySoap
 
setPrimaryKey(long) - Method in class com.liferay.chat.model.EntryWrapper
Sets the primary key of this entry.
setPrimaryKey(long) - Method in interface com.liferay.chat.model.StatusModel
Sets the primary key of this status.
setPrimaryKey(long) - Method in class com.liferay.chat.model.StatusSoap
 
setPrimaryKey(long) - Method in class com.liferay.chat.model.StatusWrapper
Sets the primary key of this status.
setStatusId(long) - Method in interface com.liferay.chat.model.StatusModel
Sets the status ID of this status.
setStatusId(long) - Method in class com.liferay.chat.model.StatusSoap
 
setStatusId(long) - Method in class com.liferay.chat.model.StatusWrapper
Sets the status ID of this status.
setToUserId(long) - Method in interface com.liferay.chat.model.EntryModel
Sets the to user ID of this entry.
setToUserId(long) - Method in class com.liferay.chat.model.EntrySoap
 
setToUserId(long) - Method in class com.liferay.chat.model.EntryWrapper
Sets the to user ID of this entry.
setToUserUuid(String) - Method in interface com.liferay.chat.model.EntryModel
Sets the to user uuid of this entry.
setToUserUuid(String) - Method in class com.liferay.chat.model.EntryWrapper
Sets the to user uuid of this entry.
setUserId(long) - Method in interface com.liferay.chat.model.StatusModel
Sets the user ID of this status.
setUserId(long) - Method in class com.liferay.chat.model.StatusSoap
 
setUserId(long) - Method in class com.liferay.chat.model.StatusWrapper
Sets the user ID of this status.
setUserUuid(String) - Method in interface com.liferay.chat.model.StatusModel
Sets the user uuid of this status.
setUserUuid(String) - Method in class com.liferay.chat.model.StatusWrapper
Sets the user uuid of this status.
setWrappedService(EntryLocalService) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
 
setWrappedService(StatusLocalService) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
Status - Interface in com.liferay.chat.model
The extended model interface for the Status service.
STATUS_ID_ACCESSOR - Static variable in interface com.liferay.chat.model.Status
 
StatusFinder - Interface in com.liferay.chat.service.persistence
 
StatusLocalService - Interface in com.liferay.chat.service
Provides the local service interface for Status.
StatusLocalServiceUtil - Class in com.liferay.chat.service
Provides the local service utility for Status.
StatusLocalServiceUtil() - Constructor for class com.liferay.chat.service.StatusLocalServiceUtil
 
StatusLocalServiceWrapper - Class in com.liferay.chat.service
Provides a wrapper for StatusLocalService.
StatusLocalServiceWrapper(StatusLocalService) - Constructor for class com.liferay.chat.service.StatusLocalServiceWrapper
 
StatusModel - Interface in com.liferay.chat.model
The base model interface for the Status service.
StatusPersistence - Interface in com.liferay.chat.service.persistence
The persistence interface for the status service.
StatusSoap - Class in com.liferay.chat.model
This class is used by SOAP remote services.
StatusSoap() - Constructor for class com.liferay.chat.model.StatusSoap
 
StatusUtil - Class in com.liferay.chat.service.persistence
The persistence utility for the status service.
StatusUtil() - Constructor for class com.liferay.chat.service.persistence.StatusUtil
 
StatusWrapper - Class in com.liferay.chat.model
This class is a wrapper for Status.
StatusWrapper(Status) - Constructor for class com.liferay.chat.model.StatusWrapper
 

T

toSoapModel(Entry) - Static method in class com.liferay.chat.model.EntrySoap
 
toSoapModel(Status) - Static method in class com.liferay.chat.model.StatusSoap
 
toSoapModels(Entry[]) - Static method in class com.liferay.chat.model.EntrySoap
 
toSoapModels(Entry[][]) - Static method in class com.liferay.chat.model.EntrySoap
 
toSoapModels(List<Entry>) - Static method in class com.liferay.chat.model.EntrySoap
 
toSoapModels(Status[]) - Static method in class com.liferay.chat.model.StatusSoap
 
toSoapModels(Status[][]) - Static method in class com.liferay.chat.model.StatusSoap
 
toSoapModels(List<Status>) - Static method in class com.liferay.chat.model.StatusSoap
 

U

update(Entry) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
update(Entry, ServiceContext) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
update(Status) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
update(Status, ServiceContext) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
updateEntry(Entry) - Method in interface com.liferay.chat.service.EntryLocalService
Updates the entry in the database or adds it if it does not yet exist.
updateEntry(Entry) - Static method in class com.liferay.chat.service.EntryLocalServiceUtil
Updates the entry in the database or adds it if it does not yet exist.
updateEntry(Entry) - Method in class com.liferay.chat.service.EntryLocalServiceWrapper
Updates the entry in the database or adds it if it does not yet exist.
updateImpl(Entry) - Method in interface com.liferay.chat.service.persistence.EntryPersistence
 
updateImpl(Entry) - Static method in class com.liferay.chat.service.persistence.EntryUtil
 
updateImpl(Status) - Method in interface com.liferay.chat.service.persistence.StatusPersistence
 
updateImpl(Status) - Static method in class com.liferay.chat.service.persistence.StatusUtil
 
updatePassword(long, String) - Method in interface com.liferay.chat.jabber.Jabber
 
updateStatus(long, int) - Method in interface com.liferay.chat.jabber.Jabber
 
updateStatus(long, long) - Method in interface com.liferay.chat.service.StatusLocalService
 
updateStatus(long, long, int, int, String, String, int) - Method in interface com.liferay.chat.service.StatusLocalService
 
updateStatus(Status) - Method in interface com.liferay.chat.service.StatusLocalService
Updates the status in the database or adds it if it does not yet exist.
updateStatus(long, long) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
updateStatus(long, long, int, int, String, String, int) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
 
updateStatus(Status) - Static method in class com.liferay.chat.service.StatusLocalServiceUtil
Updates the status in the database or adds it if it does not yet exist.
updateStatus(long, long) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
updateStatus(long, long, int, int, String, String, int) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
 
updateStatus(Status) - Method in class com.liferay.chat.service.StatusLocalServiceWrapper
Updates the status in the database or adds it if it does not yet exist.

W

wrap(Entry) - Method in class com.liferay.chat.model.EntryWrapper
 
wrap(Status) - Method in class com.liferay.chat.model.StatusWrapper
 
A B C D E F G I J L N P R S T U W 
Skip navigation links