|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.instantmessagingserver.InstantMessagingServerManagerImpl
public class InstantMessagingServerManagerImpl
| Constructor Summary | |
|---|---|
InstantMessagingServerManagerImpl()
|
|
| Method Summary | |
|---|---|
java.util.Collection<InstantMessagingServerDefinition> |
getAllInstantMessagingServers()
Returns all InstantMessagingServerDefinition objects |
InstantMessagingServerDefinition |
getInstantMessagingServer(long instantMessagingServerId)
Returns the InstantMessagingServerDefinition that matches the passed id |
void |
removeInstantMessagingServer(long instantMessagingServerId)
Removes the InstantMessagingServerDefinition with the matching id |
void |
saveInstantMessagingServer(InstantMessagingServerDefinition instantMessagingServer)
Stores the InstantMessagingServerDefinition. |
void |
setInstantMessagingServerDao(InstantMessagingServerDao instantMessagingServerDao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstantMessagingServerManagerImpl()
| Method Detail |
|---|
@NotNull public java.util.Collection<InstantMessagingServerDefinition> getAllInstantMessagingServers()
InstantMessagingServerManagerInstantMessagingServerDefinition objects
getAllInstantMessagingServers in interface InstantMessagingServerManagerInstantMessagingServerDefinition objects, Collections.EMPTY_LIST if none exists.public void saveInstantMessagingServer(InstantMessagingServerDefinition instantMessagingServer)
InstantMessagingServerManagerInstantMessagingServerDefinition.
saveInstantMessagingServer in interface InstantMessagingServerManagerinstantMessagingServer - - Must not be nullpublic InstantMessagingServerDefinition getInstantMessagingServer(long instantMessagingServerId)
InstantMessagingServerManagerInstantMessagingServerDefinition that matches the passed id
getInstantMessagingServer in interface InstantMessagingServerManagerInstantMessagingServerDefinition object. Null if the server does not existpublic void removeInstantMessagingServer(long instantMessagingServerId)
InstantMessagingServerManagerInstantMessagingServerDefinition with the matching id
removeInstantMessagingServer in interface InstantMessagingServerManagerpublic void setInstantMessagingServerDao(InstantMessagingServerDao instantMessagingServerDao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||