Package | Description |
---|---|
org.gcube.portal.trainingmodule | |
org.gcube.portal.trainingmodule.shared |
Modifier and Type | Method and Description |
---|---|
TrainingUnitDTO |
TrainingModuleManager.getTrainingUnit(long unitId,
String context)
Gets the training unit.
|
TrainingUnitDTO |
TrainingModuleManager.getTrainingUnitFor(String ownerLogin,
String workspaceFolderId,
String context,
String username)
Gets the training unit for.
|
TrainingUnitDTO |
TrainingModuleManager.storeNewUnit(long trainingProjectId,
TrainingUnitDTO unitDTO,
String context,
String owner)
Store new unit.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingUnitDTO> |
TrainingModuleManager.getListOfTrainingUnitFor(long courseId,
String context)
Gets the list of training unit for.
|
Modifier and Type | Method and Description |
---|---|
TrainingUnitDTO |
TrainingModuleManager.storeNewUnit(long trainingProjectId,
TrainingUnitDTO unitDTO,
String context,
String owner)
Store new unit.
|
Modifier and Type | Method and Description |
---|---|
static TrainingUnitDTO |
DTOConverter.fromTrainingUnit(TrainingUnit unit)
From training unit.
|
Modifier and Type | Method and Description |
---|---|
static List<TrainingUnitDTO> |
DTOConverter.fromListOfUnit(List<TrainingUnit> listUnit)
From list of unit.
|
Modifier and Type | Method and Description |
---|---|
static TrainingUnit |
DTOConverter.toTrainingUnit(TrainingUnitDTO unit)
From training unit.
|
Copyright © 2018. All Rights Reserved.