Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionService.get(Integer id)
Get the connection from ID in Projectrak
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
ConnectionService.get()
Get the list of connections in Projectrak
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionService.delete(Connection connection)
Delete the connection
|
void |
ConnectionService.update(Connection connection)
Update the connection in Projectrak
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBConnection
Database connection
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListExtFieldBuilder<T extends Connection>
List external field builder
|
Modifier and Type | Method and Description |
---|---|
Connection |
ListExtFieldBuilder.getConnection()
Get the connection.
|
Connection |
ListExtField.getConnection()
Get the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ListExtField.setConnection(Connection connection)
Set the connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListExtMultipleFieldBuilder<T extends Connection>
List external multiple field builder.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ListExtMultipleFieldBuilder.getConnection()
Get the connection.
|
Copyright © 2021 DEISER. All Rights Reserved.