Package | Description |
---|---|
org.tencompetence.portlet.pdp.controllers |
Provides controllers for use in the PDP.
|
Modifier and Type | Method and Description |
---|---|
GenerateStatusType |
PlanGenerator.doGenerate(org.tencompetence.business.model.learningpath.ILearningPlan originalPlan)
Generates a new personal development plan for the current goal.
|
static GenerateStatusType |
GenerateStatusType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenerateStatusType[] |
GenerateStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|