Package | Description |
---|---|
org.gcube.portal.trainingmodule | |
org.gcube.portal.trainingmodule.dao | |
org.gcube.portal.trainingmodule.shared |
Modifier and Type | Method and Description |
---|---|
TrainingVideo |
TrainingDTOManager.addVideoToTrainingUnit(long trainingUnitId,
TrainingVideo video,
String context,
String owner)
Adds the video to training unit.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingVideo> |
TrainingDTOManager.getListOfVideoForTrainingUnit(long trainingUnitId,
String context)
Gets the list of video for training unit.
|
protected List<TrainingVideo> |
TrainingProjectJDBCManager.selectTrainingVideo(Long unitId,
Long videoId,
String context)
Select training video.
|
Modifier and Type | Method and Description |
---|---|
TrainingVideo |
TrainingDTOManager.addVideoToTrainingUnit(long trainingUnitId,
TrainingVideo video,
String context,
String owner)
Adds the video to training unit.
|
Modifier and Type | Method and Description |
---|---|
TrainingVideo |
TrainingUnit.getVideoForURL(String videoURL)
Gets the video for URL.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingVideo> |
TrainingUnit.getListVideo()
Gets the list video.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainingUnit.addVideo(TrainingVideo video)
Adds the video.
|
Modifier and Type | Method and Description |
---|---|
static TrainingVideo |
DTOConverter.toTrainingVideo(TrainingVideoDTO videoDTO)
To training video.
|
Modifier and Type | Method and Description |
---|---|
static TrainingVideoDTO |
DTOConverter.fromTrainingVideo(TrainingVideo video)
From training video.
|
Copyright © 2019. All Rights Reserved.