Package | Description |
---|---|
org.gcube.portal.trainingmodule | |
org.gcube.portal.trainingmodule.shared |
Modifier and Type | Method and Description |
---|---|
TrainingCourseDTO |
TrainingModuleManager.changeStatus(long trainingProjectId,
boolean isActive,
String context,
String owner)
Change status.
|
TrainingCourseDTO |
TrainingModuleManager.getTrainingCourse(long courseId,
String context)
Gets the training course.
|
TrainingCourseDTO |
TrainingModuleManager.storeNewCourse(TrainingCourseDTO projectDTO,
String context,
String owner)
Store new course.
|
TrainingCourseDTO |
TrainingModuleManager.updateTrainingCourse(TrainingCourseDTO project,
String context)
Update training course.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingCourseDTO> |
TrainingModuleManager.getCoursesSharedWith(String context,
String... sharedWith)
Gets the courses shared with.
|
List<TrainingCourseDTO> |
TrainingModuleManager.getOwnedCourses(String owner,
String context)
Gets the owned courses.
|
List<TrainingCourseDTO> |
TrainingModuleManager.getUserCourses(String username,
String context)
Gets the user courses.
|
Modifier and Type | Method and Description |
---|---|
TrainingCourseDTO |
TrainingModuleManager.storeNewCourse(TrainingCourseDTO projectDTO,
String context,
String owner)
Store new course.
|
TrainingCourseDTO |
TrainingModuleManager.updateTrainingCourse(TrainingCourseDTO project,
String context)
Update training course.
|
Modifier and Type | Method and Description |
---|---|
static TrainingCourseDTO |
DTOConverter.fromTrainingProject(TrainingProject project)
From training project.
|
TrainingCourseDTO |
TrainingUnitDTO.getTrainingProjectRef()
Gets the training project ref.
|
Modifier and Type | Method and Description |
---|---|
static List<TrainingCourseDTO> |
DTOConverter.fromListOfProject(List<TrainingProject> listPrj)
From list of project.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainingUnitDTO.setTrainingProjectRef(TrainingCourseDTO trainingProjectRef)
Sets the training project ref.
|
static TrainingProject |
DTOConverter.toTrainingProject(TrainingCourseDTO project)
To training project.
|
Constructor and Description |
---|
TrainingUnitDTO(long internalId,
String title,
String workspaceFolderName,
String description,
String workspaceFolderId,
String scope,
String ownerLogin,
TrainingCourseDTO trainingProjectRef)
Instantiates a new training unit DTO.
|
TrainingUnitDTO(String title,
String workspaceFolderName,
String description,
String workspaceFolderId,
String scope,
String ownerLogin,
TrainingCourseDTO trainingProjectRef)
Instantiates a new training unit DTO.
|
Copyright © 2019. All Rights Reserved.