Class OperationDetailedDebriefingWizard
java.lang.Object
overit.geocallapp.wfm.project.ux.wizard.OperationDetailedDebriefingWizard
- All Implemented Interfaces:
overit.geocallapp.wfm.ui.wizard.Wizard
public class OperationDetailedDebriefingWizard
extends Object
implements overit.geocallapp.wfm.ui.wizard.Wizard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected static final intprotected static final intprotected static final intprotected TeacherDutyprotected WindowManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Method that pop all the WizardStepContainer windows currently pushedprotected voidcheckInterventionStatusBeforeStart(List<OperationPlanning> operationsPlannings) protected voidprotected voidprotected List<OperationPlanning> protected voidclose(boolean isCompleted) protected voidprotected Teacherprotected overit.geocallapp.wfm.ui.wizard.WizardStepContainerbooleanSays if the wizard is completed or notprotected booleanisWizardStepPage(ArrayList<Component> childrenComponents) voidnextStep()Method that calculate and display the next step pagevoidprevStep()Method that calculate and display the previous step pageprotected voidprotected voidprotected voidsave()voidsetActivityStatus(Long activityStatus) voidsetDebriefingEndDate(Date debriefingEndDate) voidsetDebriefingStartDate(Date debriefingStartDate) voidsetInitialOpPlanning(List<OperationPlanning> initialOperationPlanning) voidsetOpContext(OperationPlanResourceSearchContext opContext) voidsetResourcesList(List<BOAgendaResource> resourcesList) voidsetSelectedOpPlanning(List<OperationPlanning> selectedOperationPlanning) voidsetTeacher(Teacher teacher) voidstart(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) protected List<BOAgendaResource> updateAccountingUsers(Date startDate, Date endDate) protected voidupdateSlotExecutionDates(BOPlanSlot slot, Date startDate, Date endDate)
-
Field Details
-
wm
-
STEP_START
protected static final int STEP_START- See Also:
-
STEP_SLOT_SELECTION
protected static final int STEP_SLOT_SELECTION- See Also:
-
STEP_DEBRIEFING
protected static final int STEP_DEBRIEFING- See Also:
-
currentStep
protected int currentStep -
teacherDuty
-
-
Constructor Details
-
OperationDetailedDebriefingWizard
public OperationDetailedDebriefingWizard()
-
-
Method Details
-
getOpContext
-
setOpContext
-
setTeacher
-
getTeacher
-
getInitialOpPlanning
-
setInitialOpPlanning
-
getSelectedOpPlanning
-
setSelectedOpPlanning
-
getResourcesList
-
setResourcesList
-
getDebriefingStartDate
-
setDebriefingStartDate
-
getDebriefingEndDate
-
setDebriefingEndDate
-
getActivityStatus
-
setActivityStatus
-
nextStep
Description copied from interface:overit.geocallapp.wfm.ui.wizard.WizardMethod that calculate and display the next step page- Specified by:
nextStepin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
prevStep
Description copied from interface:overit.geocallapp.wfm.ui.wizard.WizardMethod that calculate and display the previous step page- Specified by:
prevStepin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
isCompleted
public boolean isCompleted()Description copied from interface:overit.geocallapp.wfm.ui.wizard.WizardSays if the wizard is completed or not- Specified by:
isCompletedin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard
-
start
public void start(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
checkInterventionStatusBeforeStart
protected void checkInterventionStatusBeforeStart(List<OperationPlanning> operationsPlannings) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
pushPlanSlotSelectionStep
protected void pushPlanSlotSelectionStep() -
checkProjectActivityOperation
- Throws:
DAValidateException
-
checkOperationSource
- Throws:
DAValidateException
-
pushDebriefingStep
protected void pushDebriefingStep() -
createAccountedOperationPlanning
protected void createAccountedOperationPlanning() -
updateSlotExecutionDates
-
updateAccountingUsers
-
getWizardStepContainer
-
save
- Throws:
DAExceptionDAValidateException
-
cancel
Description copied from interface:overit.geocallapp.wfm.ui.wizard.WizardMethod that pop all the WizardStepContainer windows currently pushed- Specified by:
cancelin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
close
protected void close(boolean isCompleted) -
isWizardStepPage
-
cloneSelectedOPList
-