Uses of Class
overit.geocallapp.wfm.core.bl.schedulingproposal.BOSchedulingProposal
Packages that use BOSchedulingProposal
Package
Description
-
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.creation
Modifier and TypeClassDescriptionclassBusiness object representing a Scheduling Proposal for create action -
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task that return BOSchedulingProposalModifier and TypeMethodDescriptionprotected BOSchedulingProposalBTProcessSchedulingCreationProposal.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task with parameters of type BOSchedulingProposalModifier and TypeMethodDescriptionprotected voidBTProcessSchedulingCreationProposal.process(BOSchedulingProposal bo, PoolKit poolKit) -
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.detail
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.detail that return BOSchedulingProposalModifier and TypeMethodDescriptionSchedulingProposalDetail.getSchedulingProposal()Returns the scheduling proposal business object.Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.detail with parameters of type BOSchedulingProposalModifier and TypeMethodDescriptionvoidSchedulingProposalDetail.setSchedulingProposal(BOSchedulingProposal schedulingProposal) Sets the scheduling proposal business object. -
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.removal
Modifier and TypeClassDescriptionclassBusiness object representing a Scheduling Proposal for remove action -
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task that return BOSchedulingProposalModifier and TypeMethodDescriptionprotected BOSchedulingProposalBTProcessSchedulingRemovalProposal.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task with parameters of type BOSchedulingProposalModifier and TypeMethodDescriptionprotected voidBTProcessSchedulingRemovalProposal.process(BOSchedulingProposal bo, PoolKit poolKit) -
Uses of BOSchedulingProposal in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.task that return BOSchedulingProposalModifier and TypeMethodDescriptionprotected abstract BOSchedulingProposalBTSchedulingProposalProcessor.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) protected BOSchedulingProposalBTSchedulingProposalUpdateProcessData.loadSchedulingProposal(Long schedulingProposalId, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.task that return types with arguments of type BOSchedulingProposalModifier and TypeMethodDescriptionClass<? extends BOSchedulingProposal> SchedulingProposalClassResolver.getResolvedClass()Gets the resolved class.Class<? extends BOSchedulingProposal> SchedulingProposalClassResolver.getResolvedClass(Map<String, Object> values) Gets the resolved class.protected List<BOSchedulingProposal> BTProcessSchedulingProposals.getToBeProcess(PoolKit poolKit) protected PageResponse<BOSchedulingProposal> BTSchedulingProposalSearch.searchSchedulingProposal(Page page, SchedulingProposalSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the information contained into the givenSchedulingProposalSearchEventMethods in overit.geocallapp.wfm.core.bl.schedulingproposal.task with parameters of type BOSchedulingProposalModifier and TypeMethodDescriptionprotected booleanBTSchedulingProposalProcessor.isStateForProcess(BOSchedulingProposal boSchedulingProposal) protected ProcessSchedulingProposalOutputBTProcessSchedulingProposals.manageCreation(BOSchedulingProposal bo, PoolKit poolKit) protected ProcessSchedulingProposalOutputBTProcessSchedulingProposals.manageRemoval(BOSchedulingProposal bo, PoolKit poolKit) protected abstract voidBTSchedulingProposalProcessor.process(BOSchedulingProposal boSchedulingProposal, PoolKit poolKit) protected voidBTProcessSchedulingProposals.updateProcessKo(BOSchedulingProposal boSchedulingProposal, Exception exception, TimeSlot timeSlot, PoolKit pk) protected voidBTProcessSchedulingProposals.updateProcessOk(BOSchedulingProposal boSchedulingProposal, TimeSlot timeSlot, PoolKit poolKit)