|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the interface to the YahooFriend
item
Field Summary | |
static ItemClass |
CLASS
The ItemClass that represents a collab message. |
static Key |
CUSTOM_MESSAGE
Key that represents the instant messaging friend 'custom message' property. |
static Key |
IS_CUSTOM_BUSY
Key that represents the instant messaging friend 'is custom message busy' property. |
static Key |
IS_IGNORED
Key that represents the instant messaging friend 'is ignored' property. |
static Key |
IS_LOGGED_IN
Key that represents the instant messaging friend 'is logged in' property. |
static Key |
IS_ON_CHAT
Key that represents the instant messaging friend 'is on chat' property. |
static Key |
IS_ON_PAGER
Key that represents the instant messaging friend 'is on pager' property. |
Fields inherited from interface com.compoze.collab.im.IFriend |
STATUS, URI, USERNAME |
Fields inherited from interface com.compoze.collab.IItem |
ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID |
Method Summary | |
java.lang.String |
getCustomMessage()
Gets the custom status message for the user. |
boolean |
isCustomBusy()
Determines if the custom status message means that the user is busy. |
boolean |
isIgnored()
Determines if the user is ignored. |
boolean |
isLoggedIn()
Determines if the user is logged in. |
boolean |
isOnChat()
Determines if the user is on chat. |
boolean |
isOnPager()
Determines if the user is on Yahoo pager. |
Methods inherited from interface com.compoze.collab.im.IFriend |
getStatus, getUri, getUsername, isTyping, sendTypingStatus, setUri, setUsername |
Methods inherited from interface com.compoze.collab.IItem |
commit, containsKey, containsKey, copyProperties, copyTo, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, moveTo, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty |
Field Detail |
public static final Key IS_ON_CHAT
public static final Key IS_ON_PAGER
public static final Key IS_LOGGED_IN
public static final Key IS_IGNORED
public static final Key CUSTOM_MESSAGE
public static final Key IS_CUSTOM_BUSY
public static final ItemClass CLASS
Method Detail |
public boolean isOnChat() throws CollaborationException
true
if the user is on chatIS_ON_CHAT
public boolean isOnPager() throws CollaborationException
true
if the user is on Yahoo pagerIS_ON_PAGER
public boolean isLoggedIn() throws CollaborationException
true
if the user is logged inIS_LOGGED_IN
public boolean isIgnored() throws CollaborationException
true
if the user is ignoredIS_IGNORED
public java.lang.String getCustomMessage() throws CollaborationException
null
if they
do not have one)CUSTOM_MESSAGE
public boolean isCustomBusy() throws CollaborationException
true
if the custom status message means that the
user is busyIS_CUSTOM_BUSY
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |