|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionDetail | |
|---|---|
| com.silverpeas.external.webConnections.control | |
| com.silverpeas.external.webConnections.dao | |
| com.silverpeas.external.webConnections.model | |
| Uses of ConnectionDetail in com.silverpeas.external.webConnections.control |
|---|
| Methods in com.silverpeas.external.webConnections.control that return ConnectionDetail | |
|---|---|
ConnectionDetail |
WebConnectionsSessionController.getConnection(String componentId)
get the connection for the componentId |
ConnectionDetail |
WebConnectionsSessionController.getConnectionById(String connectionId)
get the connection corresponding to connectionId |
| Methods in com.silverpeas.external.webConnections.control that return types with arguments of type ConnectionDetail | |
|---|---|
List<ConnectionDetail> |
WebConnectionsSessionController.getConnectionsByUser()
get all the connections for the current user |
| Methods in com.silverpeas.external.webConnections.control with parameters of type ConnectionDetail | |
|---|---|
void |
WebConnectionsSessionController.createConnection(ConnectionDetail connection)
create a new connection |
| Uses of ConnectionDetail in com.silverpeas.external.webConnections.dao |
|---|
| Methods in com.silverpeas.external.webConnections.dao that return ConnectionDetail | |
|---|---|
ConnectionDetail |
ConnectionDAO.getConnection(Connection con,
String componentId,
String userId)
Return a connection for componentId and userId |
ConnectionDetail |
ConnectionDAO.getConnectionById(Connection con,
String connectionId)
Return a connection corresponding to connectionId |
ConnectionDetail |
WebConnectionService.getWebConnection(String componentId,
String userId)
|
ConnectionDetail |
WebConnectionService.getWebConnectionById(String connectionId,
String userId)
|
protected ConnectionDetail |
ConnectionDAO.recupConnection(ResultSet rs)
create the connection from the resultSet |
| Methods in com.silverpeas.external.webConnections.dao that return types with arguments of type ConnectionDetail | |
|---|---|
List<ConnectionDetail> |
ConnectionDAO.getConnectionsByUser(Connection con,
String userId)
return all connections of the user corresponding to userId |
List<ConnectionDetail> |
WebConnectionService.listWebConnectionsOfUser(String userId)
|
| Methods in com.silverpeas.external.webConnections.dao with parameters of type ConnectionDetail | |
|---|---|
String |
ConnectionDAO.createConnection(Connection con,
ConnectionDetail connection)
create a connection |
void |
WebConnectionService.createWebConnection(ConnectionDetail connection)
|
| Uses of ConnectionDetail in com.silverpeas.external.webConnections.model |
|---|
| Methods in com.silverpeas.external.webConnections.model that return ConnectionDetail | |
|---|---|
ConnectionDetail |
WebConnectionsInterface.getWebConnection(String componentId,
String userId)
get the connection corresponding to componentId and userId |
ConnectionDetail |
WebConnectionsInterface.getWebConnectionById(String connectionId,
String userId)
get the connection corresponding to connectionId |
| Methods in com.silverpeas.external.webConnections.model that return types with arguments of type ConnectionDetail | |
|---|---|
List<ConnectionDetail> |
WebConnectionsInterface.listWebConnectionsOfUser(String userId)
get all connections for the user corresponding to userId |
| Methods in com.silverpeas.external.webConnections.model with parameters of type ConnectionDetail | |
|---|---|
void |
WebConnectionsInterface.createWebConnection(ConnectionDetail connection)
create a new connection |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||