public class PdpGeneratePlan
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PdpGeneratePlan.PathEntry
The Class PathEntry.
|
Constructor and Description |
---|
PdpGeneratePlan()
Instantiates a new pdp build plan.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
doAccept()
Accepts and saves the generated plan and returns to the small view.
|
java.lang.String |
doCancel()
Returns to the small view without saving the plan.
|
java.lang.String |
doGenerate()
Generates a new personal development plan for the current goal.
|
java.lang.String |
doToggleCollapse()
Do toggle collapse.
|
java.lang.String |
getCollapseText()
Gets the collapse text.
|
PathDetailsController |
getDetailsController()
Gets the element controller.
|
FilterController |
getFilterController()
Gets the filter controller.
|
java.util.List<PdpGeneratePlan.PathEntry> |
getGeneratedPlan()
Gets the generated plan as a list of found paths.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
isCollapsed()
Indicates if the generated plan details pane is collapsed or shown.
|
boolean |
isCompletePlan()
Checks if is complete plan.
|
boolean |
isElementSelected()
Returns true if a element is selected.
|
boolean |
isNoPathsAvailble()
Checks if is no paths availble.
|
boolean |
isPlanAvailable()
Checks if is plan available.
|
boolean |
isPlanGenerated()
Checks if is plan generated.
|
void |
selectionListener(com.icesoft.faces.component.ext.RowSelectorEvent event)
Selection listener called when the selection in the path list changes.
|
public java.lang.String getTitle()
public PathDetailsController getDetailsController()
public FilterController getFilterController()
public java.util.List<PdpGeneratePlan.PathEntry> getGeneratedPlan()
public boolean isPlanGenerated()
public boolean isNoPathsAvailble()
public boolean isCompletePlan()
public boolean isPlanAvailable()
public java.lang.String getCollapseText()
public boolean isElementSelected()
public boolean isCollapsed()
public void selectionListener(com.icesoft.faces.component.ext.RowSelectorEvent event)
event
- the event describing the selectionpublic java.lang.String doToggleCollapse()
public java.lang.String doAccept()
public java.lang.String doCancel()
public java.lang.String doGenerate()
When generating the plan apply the filter options set by the user.