Package | Description |
---|---|
org.gcube.portal.trainingmodule | |
org.gcube.portal.trainingmodule.persistence | |
org.gcube.portal.trainingmodule.shared |
Modifier and Type | Method and Description |
---|---|
ProgressPerUnit |
TrainingDTOManager.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<ProgressPerUnit> |
TrainingDTOManager.getProgressForUnit(long unitId,
String context,
String username,
String itemId,
ItemType itemType)
Gets the progress for unit.
|
List<ProgressPerUnit> |
TrainingProjectJDBCManager.selectTrainingUnitProgress(String context,
long unitId,
String username,
String itemId,
ItemType itemType)
Select training unit progress.
|
Modifier and Type | Method and Description |
---|---|
List<ProgressPerUnit> |
TrainingProgressUnitPersistence.getTrainingUnitForInternalID(int internalID)
Gets the training unit for internal ID.
|
javax.persistence.criteria.Root<ProgressPerUnit> |
TrainingProgressUnitPersistence.rootFrom(javax.persistence.criteria.CriteriaQuery<Object> cq) |
Modifier and Type | Method and Description |
---|---|
static ProgressPerUnit |
DTOConverter.toProgressUnit(TrainingUnitProgressDTO dto)
To progress unit.
|
Modifier and Type | Method and Description |
---|---|
static TrainingUnitProgressDTO |
DTOConverter.fromProgressUnit(ProgressPerUnit dao)
From progress unit.
|
Copyright © 2019. All Rights Reserved.