- fetchByMBThreadId_First(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where mbThreadId = ?.
- fetchByMBThreadId_Last(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where mbThreadId = ?.
- fetchByPrimaryKey(Serializable) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread with the primary key or returns null if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- fetchByU_D_First(long, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ? and deleted = ?.
- fetchByU_D_Last(long, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ? and deleted = ?.
- fetchByU_M(long, long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread where userId = ? and mbThreadId = ? or returns null if it could not be found.
- fetchByU_M(long, long, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread where userId = ? and mbThreadId = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByU_R_D_First(long, boolean, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ? and read = ? and deleted = ?.
- fetchByU_R_D_Last(long, boolean, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ? and read = ? and deleted = ?.
- fetchByUserId_First(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ?.
- fetchUserThread(long) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- fetchUserThread(long, long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- findAll() - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns all the user threads.
- findAll(int, int) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns a range of all the user threads.
- findAll(int, int, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads.
- findAll(int, int, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads.
- findByMBThreadId(long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns all the user threads where mbThreadId = ?.
- findByMBThreadId(long, int, int) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns a range of all the user threads where mbThreadId = ?.
- findByMBThreadId(long, int, int, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where mbThreadId = ?.
- findByMBThreadId(long, int, int, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where mbThreadId = ?.
- findByMBThreadId_First(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where mbThreadId = ?.
- findByMBThreadId_Last(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where mbThreadId = ?.
- findByMBThreadId_PrevAndNext(long, long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user threads before and after the current user thread in the ordered set where mbThreadId = ?.
- findByPrimaryKey(Serializable) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread with the primary key or throws a NoSuchModelException if it could not be found.
- findByPrimaryKey(long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread with the primary key or throws a NoSuchUserThreadException if it could not be found.
- findByU_D(long, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns all the user threads where userId = ? and deleted = ?.
- findByU_D(long, boolean, int, int) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns a range of all the user threads where userId = ? and deleted = ?.
- findByU_D(long, boolean, int, int, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ? and deleted = ?.
- findByU_D(long, boolean, int, int, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ? and deleted = ?.
- findByU_D_First(long, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ? and deleted = ?.
- findByU_D_Last(long, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ? and deleted = ?.
- findByU_D_PrevAndNext(long, long, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user threads before and after the current user thread in the ordered set where userId = ? and deleted = ?.
- findByU_M(long, long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user thread where userId = ? and mbThreadId = ? or throws a NoSuchUserThreadException if it could not be found.
- findByU_R_D(long, boolean, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns all the user threads where userId = ? and read = ? and deleted = ?.
- findByU_R_D(long, boolean, boolean, int, int) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns a range of all the user threads where userId = ? and read = ? and deleted = ?.
- findByU_R_D(long, boolean, boolean, int, int, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ? and read = ? and deleted = ?.
- findByU_R_D(long, boolean, boolean, int, int, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ? and read = ? and deleted = ?.
- findByU_R_D_First(long, boolean, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ? and read = ? and deleted = ?.
- findByU_R_D_Last(long, boolean, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ? and read = ? and deleted = ?.
- findByU_R_D_PrevAndNext(long, long, boolean, boolean, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user threads before and after the current user thread in the ordered set where userId = ? and read = ? and deleted = ?.
- findByUserId(long) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns all the user threads where userId = ?.
- findByUserId(long, int, int) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns a range of all the user threads where userId = ?.
- findByUserId(long, int, int, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ?.
- findByUserId(long, int, int, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns an ordered range of all the user threads where userId = ?.
- findByUserId_First(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the first user thread in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the last user thread in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<UserThread>) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
Returns the user threads before and after the current user thread in the ordered set where userId = ?.
- FINDER_CACHE_ENABLED - Static variable in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- FINDER_CLASS_NAME_ENTITY - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_CLASS_NAME_LIST_WITH_PAGINATION - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_ALL - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_BY_MBTHREADID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_BY_U_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_BY_U_M - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_BY_U_R_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_COUNT_BY_USERID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_FETCH_BY_U_M - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_ALL - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_MBTHREADID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_U_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_U_R_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_MBTHREADID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_R_D - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID - Static variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- finderCache - Variable in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getActionableDynamicQuery() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- getAutocompleteRecipientSiteExcludes(long) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
- getBadColumnNames() - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getByMBThreadId_PrevAndNext(Session, UserThread, long, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getByU_D_PrevAndNext(Session, UserThread, long, boolean, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getByU_R_D_PrevAndNext(Session, UserThread, long, boolean, boolean, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getByUserId_PrevAndNext(Session, UserThread, long, OrderByComparator<UserThread>, boolean) - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getClassNameLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the class name local service.
- getClassNameLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the class name local service.
- getClassNamePersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the class name persistence.
- getClassNamePersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the class name persistence.
- getClassNameService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the class name remote service.
- getColumnBitmask() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getCompanyId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getCompanyLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the company local service.
- getCompanyLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the company local service.
- getCompanyPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the company persistence.
- getCompanyPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the company persistence.
- getCompanyService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the company remote service.
- getCounterLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the counter local service.
- getCounterLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the counter local service.
- getCreateDate() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getDeleted() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getExpandoBridge() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getGroupLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the group local service.
- getGroupLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the group local service.
- getGroupPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the group persistence.
- getGroupPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the group persistence.
- getGroupService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the group remote service.
- getIndexableActionableDynamicQuery() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- getJSONRecipients(long, String, String, int, int) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
- getLastThreadMessage(HttpPrincipal, long) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceHttp
-
- getLastThreadMessage(long) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceSoap
-
- getLastThreadMessage(long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadServiceImpl
-
- getLayoutLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the layout local service.
- getLayoutLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the layout local service.
- getLayoutPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the layout persistence.
- getLayoutPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the layout persistence.
- getLayoutService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the layout remote service.
- getMailService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the mail remote service.
- getMBMessageLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the message-boards message local service.
- getMBMessageLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the message-boards message local service.
- getMBMessagePersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the message-boards message persistence.
- getMBMessagePersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the message-boards message persistence.
- getMBMessageService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the message-boards message remote service.
- getMbThreadId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getMBThreadUserThreads(long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getModelAttributes() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getModelClass() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getModelClass() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- getModelClass() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
- getModelClassName() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getModelClassName() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- getModelClassName() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
- getModifiedDate() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getOriginalDeleted() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getOriginalMbThreadId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getOriginalRead() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getOriginalUserId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getOSGiServiceIdentifier() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- getPortletConfiguration(long) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
- getPrimaryKey() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getPrimaryKeyObj() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getPrivateMessagingConfiguration(long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getRead() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getResourceLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the resource local service.
- getResourceLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the resource local service.
- getTableColumnsMap() - Method in class com.liferay.social.privatemessaging.service.persistence.impl.UserThreadPersistenceImpl
-
- getThreadMessages(HttpPrincipal, long, int, int, boolean) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceHttp
-
- getThreadMessages(long, int, int, boolean) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceSoap
-
- getThreadMessages(long, int, int, boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadServiceImpl
-
- getThreadMessagesCount(HttpPrincipal, long) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceHttp
-
- getThreadMessagesCount(long) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceSoap
-
- getThreadMessagesCount(long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadServiceImpl
-
- getThreadRepresentativeUserId(long, long) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
Each thread has a user that represents that thread.
- getThreadSubject(long) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
- getThreadURL(User, long, ThemeDisplay) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getThreadUsers(long, long) - Static method in class com.liferay.social.privatemessaging.util.PrivateMessagingUtil
-
- getTopMBMessageId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getUserId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getUserLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user local service.
- getUserLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user local service.
- getUserName() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getUserNotificationEventLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user notification event local service.
- getUserNotificationEventLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user notification event local service.
- getUserNotificationEventPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user notification event persistence.
- getUserNotificationEventPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user notification event persistence.
- getUserPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user persistence.
- getUserPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user persistence.
- getUserService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user remote service.
- getUserThread(long) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user thread with the primary key.
- getUserThread(long, long) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserThreadId() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- getUserThreadLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user thread local service.
- getUserThreadLocalService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user thread local service.
- getUserThreadPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the user thread persistence.
- getUserThreadPersistence() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user thread persistence.
- getUserThreads(int, int) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns a range of all the user threads.
- getUserThreadsCount() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Returns the number of user threads.
- getUserThreadService() - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Returns the user thread remote service.
- getUserUserThreadCount(long, boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserUserThreadCount(long, boolean, boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserUserThreads(HttpPrincipal, boolean) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceHttp
-
- getUserUserThreads(boolean) - Static method in class com.liferay.social.privatemessaging.service.http.UserThreadServiceSoap
-
- getUserUserThreads(long, boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserUserThreads(long, boolean, boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserUserThreads(long, boolean, int, int) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- getUserUserThreads(boolean) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadServiceImpl
-
- getUserUuid() - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- groupLocalService - Variable in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- groupLocalService - Variable in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
- groupPersistence - Variable in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
- groupPersistence - Variable in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
- groupService - Variable in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
- sendEmail(long, ThemeDisplay) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- sendNotificationEvent(MBMessage) - Method in class com.liferay.social.privatemessaging.service.impl.UserThreadLocalServiceImpl
-
- SESSION_FACTORY - Static variable in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setClassNameLocalService(ClassNameLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the class name local service.
- setClassNameLocalService(ClassNameLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the class name local service.
- setClassNamePersistence(ClassNamePersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the class name persistence.
- setClassNamePersistence(ClassNamePersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the class name persistence.
- setClassNameService(ClassNameService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the class name remote service.
- setCompanyId(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setCompanyLocalService(CompanyLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the company local service.
- setCompanyLocalService(CompanyLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the company local service.
- setCompanyPersistence(CompanyPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the company persistence.
- setCompanyPersistence(CompanyPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the company persistence.
- setCompanyService(CompanyService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the company remote service.
- setCounterLocalService(CounterLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the counter local service.
- setCounterLocalService(CounterLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the counter local service.
- setCreateDate(Date) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setDeleted(boolean) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setExpandoBridgeAttributes(ServiceContext) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setGroupLocalService(GroupLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the group local service.
- setGroupLocalService(GroupLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the group local service.
- setGroupPersistence(GroupPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the group persistence.
- setGroupPersistence(GroupPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the group persistence.
- setGroupService(GroupService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the group remote service.
- setLayoutLocalService(LayoutLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the layout local service.
- setLayoutLocalService(LayoutLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the layout local service.
- setLayoutPersistence(LayoutPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the layout persistence.
- setLayoutPersistence(LayoutPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the layout persistence.
- setLayoutService(LayoutService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the layout remote service.
- setMailService(MailService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the mail remote service.
- setMBMessageLocalService(MBMessageLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the message-boards message local service.
- setMBMessageLocalService(MBMessageLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the message-boards message local service.
- setMBMessagePersistence(MBMessagePersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the message-boards message persistence.
- setMBMessagePersistence(MBMessagePersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the message-boards message persistence.
- setMBMessageService(MBMessageService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the message-boards message remote service.
- setMbThreadId(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setModifiedDate(Date) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setPrimaryKey(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setPrimaryKeyObj(Serializable) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setRead(boolean) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setResourceLocalService(ResourceLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the resource local service.
- setResourceLocalService(ResourceLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the resource local service.
- setTopMBMessageId(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setUserId(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setUserLocalService(UserLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user local service.
- setUserLocalService(UserLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user local service.
- setUserName(String) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setUserNotificationEventLocalService(UserNotificationEventLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user notification event local service.
- setUserNotificationEventLocalService(UserNotificationEventLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user notification event local service.
- setUserNotificationEventPersistence(UserNotificationEventPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user notification event persistence.
- setUserNotificationEventPersistence(UserNotificationEventPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user notification event persistence.
- setUserPersistence(UserPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user persistence.
- setUserPersistence(UserPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user persistence.
- setUserService(UserService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user remote service.
- setUserThreadId(long) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-
- setUserThreadLocalService(UserThreadLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user thread local service.
- setUserThreadLocalService(UserThreadLocalService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user thread local service.
- setUserThreadPersistence(UserThreadPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadLocalServiceBaseImpl
-
Sets the user thread persistence.
- setUserThreadPersistence(UserThreadPersistence) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user thread persistence.
- setUserThreadService(UserThreadService) - Method in class com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl
-
Sets the user thread remote service.
- setUserUuid(String) - Method in class com.liferay.social.privatemessaging.model.impl.UserThreadModelImpl
-