Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.header.BOTimesheetHeader
Packages that use BOTimesheetHeader
Package
Description
-
Uses of BOTimesheetHeader in overit.geocallapp.wfm.core.bl.timesheet
Fields in overit.geocallapp.wfm.core.bl.timesheet declared as BOTimesheetHeaderMethods in overit.geocallapp.wfm.core.bl.timesheet that return BOTimesheetHeaderMethods in overit.geocallapp.wfm.core.bl.timesheet with parameters of type BOTimesheetHeaderModifier and TypeMethodDescriptionvoidTimesheet.setHeader(BOTimesheetHeader header) Sets the timesheet header. -
Uses of BOTimesheetHeader in overit.geocallapp.wfm.core.bl.timesheet.header.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.header.event with parameters of type BOTimesheetHeaderModifierConstructorDescriptionInstantiates a new timesheet header insert event.Instantiates a new timesheet header update event. -
Uses of BOTimesheetHeader in overit.geocallapp.wfm.core.bl.timesheet.header.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.header.task that return BOTimesheetHeaderModifier and TypeMethodDescriptionprotected BOTimesheetHeaderBTTimesheetHeaderInsert.insertHeader(BOTimesheetHeader header, PoolKit pk) Inserts the new time sheet header, basing on the @param header data given as input.Methods in overit.geocallapp.wfm.core.bl.timesheet.header.task with parameters of type BOTimesheetHeaderModifier and TypeMethodDescriptionprotected voidBTTimesheetHeaderInsert.checkBeforeInsert(BOTimesheetHeader header) Checks and validates the data before the insert.protected voidBTTimesheetHeaderUpdate.checkBeforeUpdate(BOTimesheetHeader header) Checks and validates the data before the update.protected BOTimesheetHeaderBTTimesheetHeaderInsert.insertHeader(BOTimesheetHeader header, PoolKit pk) Inserts the new time sheet header, basing on the @param header data given as input.BTTimesheetHeaderUpdate.prepareFilterData(BOTimesheetHeader header) Prepares the filter data in order to load the correct record to update.BTTimesheetHeaderUpdate.prepareUpdateData(BOTimesheetHeader header) Prepares the data that is going to be updated in the selected timesheet header. -
Uses of BOTimesheetHeader in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return BOTimesheetHeaderModifier and TypeMethodDescriptionprotected BOTimesheetHeaderBTTimesheetInsert.createHeader(TimesheetInsertInput input, PoolKit poolKit) Creates the timesheet header.protected BOTimesheetHeaderBTTimesheetLoad.loadHeader(TimesheetLoadEvent event, PoolKit poolKit) Loads theBOTimesheetHeaderMethods in overit.geocallapp.wfm.core.bl.timesheet.task that return types with arguments of type BOTimesheetHeaderModifier and TypeMethodDescriptionprotected PageResponse<BOTimesheetHeader> BTTimesheetSearch.searchTimesheets(Page page, TimesheetSearchFilter searchFilter, PoolKit pk) Searches for the needed time sheets using the informations contained into thePageand theTimesheetSearchFilter, i.e. the information about the results pagination and the filters needed for the specified query.Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type BOTimesheetHeaderModifier and TypeMethodDescriptionprotected LongBTTimesheetInsert.saveHeader(BOTimesheetHeader timesheetHeader, PoolKit poolKit) Saves (inserts) the timesheet header. -
Uses of BOTimesheetHeader in overit.geocallapp.wfm.core.bl.timesheet.timeline
Methods in overit.geocallapp.wfm.core.bl.timesheet.timeline that return types with arguments of type BOTimesheetHeaderMethods in overit.geocallapp.wfm.core.bl.timesheet.timeline with parameters of type BOTimesheetHeaderModifier and TypeMethodDescriptionprotected voidTimesheetTimeLineBuilder.addTimesheetHeader(overit.geocallapp.wfm.util.timeline.TimeLine timeLine, BOTimesheetHeader timesheetHeader) Method parameters in overit.geocallapp.wfm.core.bl.timesheet.timeline with type arguments of type BOTimesheetHeaderModifier and TypeMethodDescriptionvoidTimesheetTimeLineBuilder.setTimesheetHeaders(List<BOTimesheetHeader> timesheetHeaders)