Package | Description |
---|---|
net.bluemind.videoconferencing.saas.api | |
net.bluemind.videoconferencing.saas.persistence | |
net.bluemind.videoconferencing.saas.service.internal |
Modifier and Type | Method and Description |
---|---|
BlueMindVideoRoom |
IVideoConferencingSaas.create(BlueMindVideoRoom room) |
BlueMindVideoRoom |
IVideoConferencingSaas.get(java.lang.String roomName) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<BlueMindVideoRoom> |
IVideoConferencingSaasPromise.create(BlueMindVideoRoom room) |
java.util.concurrent.CompletableFuture<BlueMindVideoRoom> |
IVideoConferencingSaasPromise.get(java.lang.String roomName) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<BlueMindVideoRoom> |
IVideoConferencingSaasPromise.create(BlueMindVideoRoom room) |
BlueMindVideoRoom |
IVideoConferencingSaas.create(BlueMindVideoRoom room) |
void |
IVideoConferencingSaasAsync.create(BlueMindVideoRoom room,
AsyncHandler<BlueMindVideoRoom> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IVideoConferencingSaasAsync.create(BlueMindVideoRoom room,
AsyncHandler<BlueMindVideoRoom> handler) |
void |
IVideoConferencingSaasAsync.get(java.lang.String roomName,
AsyncHandler<BlueMindVideoRoom> handler) |
Modifier and Type | Method and Description |
---|---|
BlueMindVideoRoom |
RoomStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.EntityPopulator<BlueMindVideoRoom> |
RoomColumns.populator() |
static JdbcAbstractStore.StatementValues<BlueMindVideoRoom> |
RoomColumns.values(Item it) |
Modifier and Type | Method and Description |
---|---|
void |
RoomStore.create(Item item,
BlueMindVideoRoom value) |
void |
RoomStore.update(Item item,
BlueMindVideoRoom value) |
Modifier and Type | Method and Description |
---|---|
BlueMindVideoRoom |
VideoConferencingSaasService.create(BlueMindVideoRoom room) |
BlueMindVideoRoom |
VideoConferencingSaasService.get(java.lang.String roomName) |
Modifier and Type | Method and Description |
---|---|
ItemValue<BlueMindVideoRoom> |
RoomContainerStoreService.byIdentifier(java.lang.String identifier) |
Modifier and Type | Method and Description |
---|---|
BlueMindVideoRoom |
VideoConferencingSaasService.create(BlueMindVideoRoom room) |
Copyright © 2022. All Rights Reserved.