Package | Description |
---|---|
org.gcube.portal.trainingmodule | |
org.gcube.portal.trainingmodule.shared |
Modifier and Type | Method and Description |
---|---|
TrainingUnitProgressDTO |
TrainingModuleManager.setProgressForUnit(long unitId,
String context,
String username,
String itemId,
ItemType itemType,
boolean read)
Sets the progress for unit.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingUnitProgressDTO> |
TrainingModuleManager.getProgressesForUnit(long unitId,
String context,
String username,
String itemId,
ItemType itemType)
Gets the progresses for unit.
|
Modifier and Type | Method and Description |
---|---|
static TrainingUnitProgressDTO |
DTOConverter.fromProgressUnit(ProgressPerUnit dao)
From progress unit.
|
Modifier and Type | Method and Description |
---|---|
static ProgressPerUnit |
DTOConverter.toProgressUnit(TrainingUnitProgressDTO dto)
To progress unit.
|
Copyright © 2018. All Rights Reserved.