|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.im.ImAccount
This class represents an IM account.
Field Summary | |
static java.lang.String |
PROPERTY_IM_ENABLED
|
Method Summary | |
void |
delete(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper)
Deletes the account. |
static ImAccount |
getDefaultAccount(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper)
Gets the default account. |
java.lang.String |
getID()
Gets the ID. |
java.lang.String |
getPassword()
Gets the password. |
ImProvider |
getProvider()
Gets the provider. |
java.lang.String |
getUsername()
Gets the username. |
boolean |
isInvisible()
Checks the invisible flag. |
void |
setInvisible(boolean bInvisible)
Sets the invisible flag. |
void |
setPassword(java.lang.String sPassword)
Sets the password. |
void |
setProvider(ImProvider provider)
Sets the provider. |
void |
setUsername(java.lang.String sUsername)
Sets the username. |
void |
update(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper)
Updates the account. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROPERTY_IM_ENABLED
Method Detail |
public static ImAccount getDefaultAccount(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper) throws GroupwareException
userProfileWrapper
- the user profile (may not be null
)public void delete(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper) throws GroupwareException
userProfileWrapper
- the user profile (may not be null
)public void update(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper) throws GroupwareException
userProfileWrapper
- the user profile (may not be null
)public java.lang.String getID()
public java.lang.String getUsername()
public void setUsername(java.lang.String sUsername)
sUsername
- the usernamepublic void setProvider(ImProvider provider)
provider
- the provider (may not be null
)public ImProvider getProvider()
public java.lang.String getPassword()
public void setPassword(java.lang.String sPassword)
sPassword
- the passwordpublic boolean isInvisible()
true
to sign-in as invisible; false
otherwisepublic void setInvisible(boolean bInvisible)
bInvisible
- true
to sign-in as invisible; false
otherwise
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |