Skip navigation links
A B C D G I J L M O P R S U 

A

activate(Map<String, Object>) - Method in class com.liferay.chat.jabber.JabberImpl
 
activate(Map<String, Object>) - Method in class com.liferay.chat.jabber.JabberUtil
 
activate(Map<String, Object>) - Method in class com.liferay.chat.util.DefaultBuddyFinderImpl
 

B

BuddyFinder - Interface in com.liferay.chat.util
 
BuddyFinderUtil - Class in com.liferay.chat.util
 
BuddyFinderUtil() - Constructor for class com.liferay.chat.util.BuddyFinderUtil
 
buddyListAllowedSocialRelationTypes() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
Input a list of comma delimited values of allowed social relation types.
buddyListMaxBuddies() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
buddyListSiteExcludes() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
Specify a list of comma delimited site names that are excluded from determining a user's list of buddies.
buddyListStrategy() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
Specify the strategy to generate the list of buddies available in the chat list.

C

ChatConstants - Class in com.liferay.chat.util
 
ChatConstants() - Constructor for class com.liferay.chat.util.ChatConstants
 
chatCreated(Chat, boolean) - Method in class com.liferay.chat.jabber.JabberChatManagerListener
 
ChatExtensionsUtil - Class in com.liferay.chat.util
 
ChatGroupServiceConfiguration - Interface in com.liferay.chat.configuration
 
ChatGroupServiceConfigurationBeanDeclaration - Class in com.liferay.chat.configuration
 
ChatGroupServiceConfigurationBeanDeclaration() - Constructor for class com.liferay.chat.configuration.ChatGroupServiceConfigurationBeanDeclaration
 
com.liferay.chat.configuration - package com.liferay.chat.configuration
 
com.liferay.chat.jabber - package com.liferay.chat.jabber
 
com.liferay.chat.util - package com.liferay.chat.util
 
connect() - Method in class com.liferay.chat.jabber.JabberImpl
 
connect(long, String) - Method in class com.liferay.chat.jabber.JabberImpl
 

D

DefaultBuddyFinderImpl - Class in com.liferay.chat.util
 
DefaultBuddyFinderImpl() - Constructor for class com.liferay.chat.util.DefaultBuddyFinderImpl
 
disconnect(long) - Method in interface com.liferay.chat.jabber.Jabber
 
disconnect(long) - Method in class com.liferay.chat.jabber.JabberImpl
 
disconnect(long) - Static method in class com.liferay.chat.jabber.JabberUtil
 

G

getBuddies(long, long) - Method in interface com.liferay.chat.util.BuddyFinder
 
getBuddies(long, long) - Static method in class com.liferay.chat.util.BuddyFinderUtil
 
getBuddies(long, long) - Method in class com.liferay.chat.util.DefaultBuddyFinderImpl
 
getBuddyFinder() - Static method in class com.liferay.chat.util.BuddyFinderUtil
 
getConfigurationBeanClass() - Method in class com.liferay.chat.configuration.ChatGroupServiceConfigurationBeanDeclaration
 
getConnection(long) - Method in class com.liferay.chat.jabber.JabberImpl
 
getConnectionConfiguration() - Method in class com.liferay.chat.jabber.JabberImpl
 
getExtensions() - Static method in class com.liferay.chat.util.ChatExtensionsUtil
 
getFullJabberId(String) - Method in class com.liferay.chat.jabber.JabberImpl
 
getJabber() - Static method in class com.liferay.chat.jabber.JabberUtil
 
getJabberId(String) - Method in class com.liferay.chat.jabber.JabberImpl
 
getResource(String) - Method in interface com.liferay.chat.jabber.Jabber
 
getResource(String) - Method in class com.liferay.chat.jabber.JabberImpl
 
getResource(String) - Static method in class com.liferay.chat.jabber.JabberUtil
 
getScreenName(String) - Method in interface com.liferay.chat.jabber.Jabber
 
getScreenName(String) - Method in class com.liferay.chat.jabber.JabberImpl
 
getScreenName(String) - Static method in class com.liferay.chat.jabber.JabberUtil
 
getStatuses(long, long, List<Object[]>) - Method in interface com.liferay.chat.jabber.Jabber
 
getStatuses(long, long, List<Object[]>) - Method in class com.liferay.chat.jabber.JabberImpl
 
getStatuses(long, long, List<Object[]>) - Static method in class com.liferay.chat.jabber.JabberUtil
 

I

importUser(long, String) - Method in class com.liferay.chat.jabber.JabberImpl
 

J

Jabber - Interface in com.liferay.chat.jabber
 
JabberChatManagerListener - Class in com.liferay.chat.jabber
 
JabberChatManagerListener(long, long) - Constructor for class com.liferay.chat.jabber.JabberChatManagerListener
 
jabberEnabled() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
jabberHost() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
JabberImpl - Class in com.liferay.chat.jabber
 
JabberImpl() - Constructor for class com.liferay.chat.jabber.JabberImpl
 
jabberImportUserEnabled() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
JabberMessageListener - Class in com.liferay.chat.jabber
 
JabberMessageListener(long, long) - Constructor for class com.liferay.chat.jabber.JabberMessageListener
 
jabberPort() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
jabberResource() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
jabberServiceName() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
jabberSock5ProxyEnabled() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
jabberSock5ProxyPort() - Method in interface com.liferay.chat.configuration.ChatGroupServiceConfiguration
 
JabberUtil - Class in com.liferay.chat.jabber
 
JabberUtil() - Constructor for class com.liferay.chat.jabber.JabberUtil
 

L

login(long, String) - Method in interface com.liferay.chat.jabber.Jabber
 
login(long, String) - Method in class com.liferay.chat.jabber.JabberImpl
 
login(long, String) - Static method in class com.liferay.chat.jabber.JabberUtil
 

M

MAX_POLL_LATENCY - Static variable in class com.liferay.chat.util.ChatConstants
 

O

ONLINE_DELTA - Static variable in class com.liferay.chat.util.ChatConstants
 

P

processMessage(Chat, Message) - Method in class com.liferay.chat.jabber.JabberMessageListener
 

R

register(String, String) - Static method in class com.liferay.chat.util.ChatExtensionsUtil
 

S

sendMessage(long, long, String) - Method in interface com.liferay.chat.jabber.Jabber
 
sendMessage(long, long, String) - Method in class com.liferay.chat.jabber.JabberImpl
 
sendMessage(long, long, String) - Static method in class com.liferay.chat.jabber.JabberUtil
 
setBuddyFinder(BuddyFinder) - Method in class com.liferay.chat.util.BuddyFinderUtil
 
setJabber(Jabber) - Method in class com.liferay.chat.jabber.JabberUtil
 
setUserLocalService(UserLocalService) - Method in class com.liferay.chat.jabber.JabberImpl
 

U

unregister(String) - Static method in class com.liferay.chat.util.ChatExtensionsUtil
 
updatePassword(long, String) - Method in interface com.liferay.chat.jabber.Jabber
 
updatePassword(long, String) - Method in class com.liferay.chat.jabber.JabberImpl
 
updatePassword(long, String) - Static method in class com.liferay.chat.jabber.JabberUtil
 
updateStatus(long, int) - Method in interface com.liferay.chat.jabber.Jabber
 
updateStatus(long, int) - Method in class com.liferay.chat.jabber.JabberImpl
 
updateStatus(long, int, Connection) - Method in class com.liferay.chat.jabber.JabberImpl
 
updateStatus(long, int) - Static method in class com.liferay.chat.jabber.JabberUtil
 
A B C D G I J L M O P R S U 
Skip navigation links