Uses of Class
org.kuali.kpme.tklm.time.timeblock.TimeBlock

Packages that use TimeBlock
org.kuali.kpme.tklm.time.approval.service   
org.kuali.kpme.tklm.time.approval.summaryrow   
org.kuali.kpme.tklm.time.calendar   
org.kuali.kpme.tklm.time.clock.web   
org.kuali.kpme.tklm.time.clocklog.service   
org.kuali.kpme.tklm.time.detail   
org.kuali.kpme.tklm.time.detail.web   
org.kuali.kpme.tklm.time.flsa   
org.kuali.kpme.tklm.time.rules   
org.kuali.kpme.tklm.time.rules.lunch.department.service   
org.kuali.kpme.tklm.time.rules.overtime.weekly.service   
org.kuali.kpme.tklm.time.rules.shiftdifferential.service   
org.kuali.kpme.tklm.time.service.permission   
org.kuali.kpme.tklm.time.timeblock   
org.kuali.kpme.tklm.time.timeblock.dao   
org.kuali.kpme.tklm.time.timeblock.service   
org.kuali.kpme.tklm.time.timeblock.web   
org.kuali.kpme.tklm.time.timehourdetail.service   
org.kuali.kpme.tklm.time.timesheet   
org.kuali.kpme.tklm.time.timesheet.service   
org.kuali.kpme.tklm.time.util   
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.approval.service
 

Method parameters in org.kuali.kpme.tklm.time.approval.service with type arguments of type TimeBlock
 Map<String,BigDecimal> TimeApproveServiceImpl.getHoursToFlsaWeekMap(String principalId, org.joda.time.DateTime payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntry payCalendarEntry, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
          Aggregate TimeBlocks to hours per day and sum for flsa week (including previous/next weeks)
 Map<String,BigDecimal> TimeApproveService.getHoursToFlsaWeekMap(String principalId, org.joda.time.DateTime payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntry payCalendarEntry, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 Map<String,BigDecimal> TimeApproveServiceImpl.getHoursToPayDayMap(String principalId, org.joda.time.DateTime payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntry payCalendarEntry, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
          Aggregate TimeBlocks to hours per day and sum for week
 Map<String,BigDecimal> TimeApproveService.getHoursToPayDayMap(String principalId, org.joda.time.DateTime payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntry payCalendarEntry, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.approval.summaryrow
 

Methods in org.kuali.kpme.tklm.time.approval.summaryrow that return types with arguments of type TimeBlock
 List<TimeBlock> ApprovalTimeSummaryRow.getLstTimeBlocks()
           
 

Method parameters in org.kuali.kpme.tklm.time.approval.summaryrow with type arguments of type TimeBlock
 void ApprovalTimeSummaryRow.setLstTimeBlocks(List<TimeBlock> lstTimeBlocks)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.calendar
 

Methods in org.kuali.kpme.tklm.time.calendar that return types with arguments of type TimeBlock
 List<TimeBlock> TkCalendarDay.getTimeblocks()
           
 

Method parameters in org.kuali.kpme.tklm.time.calendar with type arguments of type TimeBlock
 void TkCalendarDay.setTimeblocks(List<TimeBlock> timeblocks)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.clock.web
 

Methods in org.kuali.kpme.tklm.time.clock.web that return TimeBlock
 TimeBlock ClockActionForm.getCurrentTimeBlock()
           
 TimeBlock ClockActionForm.getTimeBlock()
           
 

Methods in org.kuali.kpme.tklm.time.clock.web that return types with arguments of type TimeBlock
 Map<String,List<TimeBlock>> ClockActionForm.getTimeBlocksMap()
           
 

Methods in org.kuali.kpme.tklm.time.clock.web with parameters of type TimeBlock
 void ClockActionForm.populateAssignmentsForSelectedTimeBlock(TimeBlock tb)
           
 void ClockActionForm.setCurrentTimeBlock(TimeBlock currentTimeBlock)
           
 void ClockActionForm.setTimeBlock(TimeBlock timeBlock)
           
 

Method parameters in org.kuali.kpme.tklm.time.clock.web with type arguments of type TimeBlock
 void ClockActionForm.setTimeBlocksMap(Map<String,List<TimeBlock>> timeBlocksMap)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.clocklog.service
 

Method parameters in org.kuali.kpme.tklm.time.clocklog.service with type arguments of type TimeBlock
 List<String> ClockLogServiceImpl.getUnapprovedIPWarning(List<TimeBlock> timeBlocks)
           
 List<String> ClockLogService.getUnapprovedIPWarning(List<TimeBlock> timeBlocks)
          Get warning messages for clock actions taken from unapproved IP address on given timesheet document
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.detail
 

Methods in org.kuali.kpme.tklm.time.detail that return types with arguments of type TimeBlock
 List<TimeBlock> TimeDetailSummary.getTimeBlocks()
           
 

Method parameters in org.kuali.kpme.tklm.time.detail with type arguments of type TimeBlock
 void TimeDetailSummary.setTimeBlocks(List<TimeBlock> timeBlocks)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.detail.web
 

Methods in org.kuali.kpme.tklm.time.detail.web that return TimeBlock
 TimeBlock TimeDetailActionForm.getTimeBlock()
           
 

Methods in org.kuali.kpme.tklm.time.detail.web that return types with arguments of type TimeBlock
 List<TimeBlock> TimeDetailActionForm.getClockLogTimeBlockList()
           
 List<TimeBlock> TimeDetailActionForm.getTimeBlockList()
           
 

Methods in org.kuali.kpme.tklm.time.detail.web with parameters of type TimeBlock
 void TimeDetailActionForm.setTimeBlock(TimeBlock timeBlock)
           
 

Method parameters in org.kuali.kpme.tklm.time.detail.web with type arguments of type TimeBlock
static Map<String,String> ActionFormUtils.buildAssignmentStyleClassMap(List<TimeBlock> timeBlocks)
           
static Map<String,String> ActionFormUtils.buildAssignmentStyleClassMap(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks)
           
static String ActionFormUtils.getTimeBlocksJson(List<TimeBlock> timeBlocks)
          This method will build the JSON data structure needed for calendar manipulation and processing on the client side.
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.flsa
 

Methods in org.kuali.kpme.tklm.time.flsa that return types with arguments of type TimeBlock
 List<TimeBlock> FlsaDay.getAppliedTimeBlocks()
           
 Map<String,List<TimeBlock>> FlsaDay.getEarnCodeToTimeBlocks()
           
 

Method parameters in org.kuali.kpme.tklm.time.flsa with type arguments of type TimeBlock
 void FlsaDay.setAppliedTimeBlocks(List<TimeBlock> appliedTimeBlocks)
           
 void FlsaDay.setEarnCodeToTimeBlocks(Map<String,List<TimeBlock>> earnCodeToTimeBlocks)
           
 void FlsaDay.setTimeBlocks(List<TimeBlock> timeBlocks)
          Handles the breaking apart of existing time blocks around FLSA boundaries.
 

Constructor parameters in org.kuali.kpme.tklm.time.flsa with type arguments of type TimeBlock
FlsaDay(org.joda.time.LocalDateTime flsaDate, List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, org.joda.time.DateTimeZone timeZone)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.rules
 

Method parameters in org.kuali.kpme.tklm.time.rules with type arguments of type TimeBlock
 void TkRuleControllerServiceImpl.applyRules(String action, List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payEntry, TimesheetDocument timesheetDocument, String principalId)
           
 void TkRuleControllerService.applyRules(String action, List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payEntry, TimesheetDocument timesheetDocument, String principalId)
          This method mutates the List that is passed in.
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.rules.lunch.department.service
 

Method parameters in org.kuali.kpme.tklm.time.rules.lunch.department.service with type arguments of type TimeBlock
 void DepartmentLunchRuleServiceImpl.applyDepartmentLunchRule(List<TimeBlock> timeblocks)
          If the hours is greater or equal than the shift hours, deduct the hour from the deduction_mins field
 void DepartmentLunchRuleService.applyDepartmentLunchRule(List<TimeBlock> timeblocks)
          Apply department lunch rule to the list of timeblocks
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.rules.overtime.weekly.service
 

Methods in org.kuali.kpme.tklm.time.rules.overtime.weekly.service with parameters of type TimeBlock
protected  BigDecimal WeeklyOvertimeRuleServiceImpl.applyNegativeOvertimeOnTimeBlock(TimeBlock timeBlock, String overtimeEarnCode, Set<String> convertFromEarnCodes, BigDecimal overtimeHours)
          Applies overtime subtractions on the indicated TimeBlock.
protected  BigDecimal WeeklyOvertimeRuleServiceImpl.applyPositiveOvertimeOnTimeBlock(TimeBlock timeBlock, String overtimeEarnCode, Set<String> convertFromEarnCodes, BigDecimal overtimeHours)
          Applies overtime additions to the indicated TimeBlock.
protected  String WeeklyOvertimeRuleServiceImpl.getOvertimeEarnCode(WeeklyOvertimeRule weeklyOvertimeRule, TimeBlock timeBlock, org.joda.time.LocalDate asOfDate)
          Returns the overtime EarnCode.
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.rules.shiftdifferential.service
 

Method parameters in org.kuali.kpme.tklm.time.rules.shiftdifferential.service with type arguments of type TimeBlock
protected  void ShiftDifferentialRuleServiceImpl.applyPremium(org.joda.time.Interval shift, List<org.joda.time.Interval> blockIntervals, List<TimeBlock> blocks, List<TimeBlock> previousBlocks, BigDecimal initialHours, BigDecimal hours, String earnCode, ShiftDifferentialRule rule)
           
protected  void ShiftDifferentialRuleServiceImpl.applyPremium(org.joda.time.Interval shift, List<org.joda.time.Interval> blockIntervals, List<TimeBlock> blocks, List<TimeBlock> previousBlocks, BigDecimal initialHours, BigDecimal hours, String earnCode, ShiftDifferentialRule rule)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.service.permission
 

Methods in org.kuali.kpme.tklm.time.service.permission with parameters of type TimeBlock
 boolean TKPermissionServiceImpl.canDeleteTimeBlock(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionService.canDeleteTimeBlock(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionServiceImpl.canEditOvertimeEarnCode(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionService.canEditOvertimeEarnCode(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionServiceImpl.canEditTimeBlock(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionService.canEditTimeBlock(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionServiceImpl.canEditTimeBlockAllFields(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionService.canEditTimeBlockAllFields(String principalId, TimeBlock timeBlock)
           
 boolean TKPermissionServiceImpl.userHasRolesToEditTimeBlock(String principalId, TimeBlock aTimeBlock)
           
 boolean TKPermissionService.userHasRolesToEditTimeBlock(String principalId, TimeBlock aTimeBlock)
          Checks whether the given principalId has edit permission roles on given aTimeBlock
 boolean TKPermissionServiceImpl.userHasTimeSysLocationAdminRoles(String principalId, TimeBlock aTimeBlock)
           
 boolean TKPermissionService.userHasTimeSysLocationAdminRoles(String principalId, TimeBlock aTimeBlock)
          Checks whether the given principalId has systemAdmin/TimeSystemAdmin/TimeLocationAdmin roles on given aTimeBlock
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timeblock
 

Subclasses of TimeBlock in org.kuali.kpme.tklm.time.timeblock
 class TimeBlockHistory
           
 

Methods in org.kuali.kpme.tklm.time.timeblock that return TimeBlock
 TimeBlock TimeBlock.copy()
           
 TimeBlock TimeBlockHistory.getTimeBlock()
           
 

Methods in org.kuali.kpme.tklm.time.timeblock with parameters of type TimeBlock
 void TimeBlock.copy(TimeBlock b)
           
 void TimeBlockHistory.setTimeBlock(TimeBlock timeBlock)
           
 

Constructors in org.kuali.kpme.tklm.time.timeblock with parameters of type TimeBlock
TimeBlock(TimeBlock b)
          Word on the street is that Object.clone() is a POS.
TimeBlockHistory(TimeBlock tb)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timeblock.dao
 

Methods in org.kuali.kpme.tklm.time.timeblock.dao that return TimeBlock
 TimeBlock TimeBlockDaoOjbImpl.getTimeBlock(String tkTimeBlockId)
           
 TimeBlock TimeBlockDao.getTimeBlock(String timeBlockId)
           
 

Methods in org.kuali.kpme.tklm.time.timeblock.dao that return types with arguments of type TimeBlock
 List<TimeBlock> TimeBlockDaoOjbImpl.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockDao.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockDao.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockHistoryDaoOjbImpl.getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockHistoryDao.getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocksForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockDaoOjbImpl.getTimeBlocksWithEarnCode(String earnCode, org.joda.time.DateTime effDate)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksWithEarnCode(String earnCode, org.joda.time.DateTime effDate)
           
 

Methods in org.kuali.kpme.tklm.time.timeblock.dao with parameters of type TimeBlock
 void TimeBlockDaoOjbImpl.deleteTimeBlock(TimeBlock timeBlock)
           
 void TimeBlockDao.deleteTimeBlock(TimeBlock timeBlock)
           
 void TimeBlockDaoOjbImpl.saveOrUpdate(TimeBlock timeBlock)
           
 void TimeBlockDao.saveOrUpdate(TimeBlock timeBlock)
           
 

Method parameters in org.kuali.kpme.tklm.time.timeblock.dao with type arguments of type TimeBlock
 void TimeBlockDaoOjbImpl.saveOrUpdate(List<TimeBlock> timeBlockList)
           
 void TimeBlockDao.saveOrUpdate(List<TimeBlock> timeBlockList)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timeblock.service
 

Methods in org.kuali.kpme.tklm.time.timeblock.service that return TimeBlock
 TimeBlock TimeBlockServiceImpl.createTimeBlock(TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean clockLogCreated, Boolean lunchDeleted, String userPrincipalId)
           
 TimeBlock TimeBlockService.createTimeBlock(TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean getClockLogCreated, Boolean getLunchDeleted, String userPrincipalId)
          Create a TimeBlock for the given criteria
 TimeBlock TimeBlockServiceImpl.createTimeBlock(TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean clockLogCreated, Boolean lunchDeleted, String userPrincipalId, String clockLogBeginId, String clockLogEndId)
           
 TimeBlock TimeBlockServiceImpl.getTimeBlock(String tkTimeBlockId)
           
 TimeBlock TimeBlockService.getTimeBlock(String timeBlockId)
          Fetch a TimeBlock by a given ID
 

Methods in org.kuali.kpme.tklm.time.timeblock.service that return types with arguments of type TimeBlock
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, BigDecimal hours, BigDecimal amount, Boolean getClockLogCreated, Boolean getLunchDeleted, String userPrincipalId, String clockLogBeginId, String clockLogEndId)
           
 List<TimeBlock> TimeBlockService.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, BigDecimal hours, BigDecimal amount, Boolean getClockLogCreated, Boolean getLunchDeleted, String userPrincipalId, String clockLogBeginId, String clockLogEndId)
          Build a TimeBlock with the given criteria
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, BigDecimal hours, BigDecimal amount, Boolean getClockLogCreated, Boolean getLunchDeleted, String spanningWeeks, String userPrincipalId, String clockLogBeginId, String clockLogEndId)
           
 List<TimeBlock> TimeBlockService.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, org.joda.time.DateTime beginDateTime, org.joda.time.DateTime endDateTime, BigDecimal hours, BigDecimal amount, Boolean getClockLogCreated, Boolean getLunchDeleted, String spanningWeeks, String userPrincipalId, String clockLogBeginId, String clockLogEndId)
          Build a List of TimeBlocks over a span of multiple days
 List<TimeBlock> TimeBlockServiceImpl.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockService.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockServiceImpl.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockService.getOvernightTimeBlocks(String clockLogEndId)
          Get overnight timeblocks by the clock log begin id
 List<TimeBlock> TimeBlockHistoryServiceImpl.getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockHistoryService.getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocks(String documentId)
          Get the List of TimeBlock of a given document id
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForAssignment(Assignment assign)
          Get the List of TimeBlock of a given Assignment
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksWithEarnCode(String earnCode, org.joda.time.DateTime effDate)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksWithEarnCode(String earnCode, org.joda.time.DateTime effDate)
           
 

Methods in org.kuali.kpme.tklm.time.timeblock.service with parameters of type TimeBlock
 void TimeBlockHistoryServiceImpl.addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory, TimeBlock timeBlock)
           
 void TimeBlockHistoryService.addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory, TimeBlock timeBlock)
          Add Time Block history Details to Time Block History using timeHourDetails of given time block
 List<TimeBlockHistory> TimeBlockServiceImpl.createTimeBlockHistories(TimeBlock tb, String actionHistory)
           
 List<TimeBlockHistory> TimeBlockService.createTimeBlockHistories(TimeBlock tb, String actionHistory)
           
 void TimeBlockServiceImpl.deleteTimeBlock(TimeBlock timeBlock)
           
 void TimeBlockService.deleteTimeBlock(TimeBlock timeBlock)
          Delete a given TimeBlock
 Boolean TimeBlockServiceImpl.getTimeBlockEditable(TimeBlock timeBlock)
           
 Boolean TimeBlockService.getTimeBlockEditable(TimeBlock tb)
           
 void TimeBlockServiceImpl.updateTimeBlock(TimeBlock tb)
           
 void TimeBlockService.updateTimeBlock(TimeBlock tb)
           
 

Method parameters in org.kuali.kpme.tklm.time.timeblock.service with type arguments of type TimeBlock
 void TimeBlockServiceImpl.resetTimeHourDetail(List<TimeBlock> origTimeBlocks)
           
 void TimeBlockService.resetTimeHourDetail(List<TimeBlock> origTimeBlocks)
          Reset the TimeHourDetail object associated with the TimeBlock object on a List of TimeBlocks
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> tbList)
           
 void TimeBlockService.saveTimeBlocks(List<TimeBlock> tbList)
          Save a list of new TimeBlocks
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
           
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
           
 void TimeBlockService.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
          Save a list of new TimeBlocks does a comparison for the old versus the new and only saves changed/new/deleted TimeBlocks
 void TimeBlockService.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
          Save a list of new TimeBlocks does a comparison for the old versus the new and only saves changed/new/deleted TimeBlocks
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timeblock.web
 

Methods in org.kuali.kpme.tklm.time.timeblock.web that return TimeBlock
 TimeBlock TimeBlockRenderer.getTimeBlock()
           
 

Methods in org.kuali.kpme.tklm.time.timeblock.web with parameters of type TimeBlock
 boolean TimeBlockLookupableHelperServiceImpl.checkDate(TimeBlock tb, Date asOfDate, String dateString)
           
 

Constructors in org.kuali.kpme.tklm.time.timeblock.web with parameters of type TimeBlock
TimeBlockRenderer(TimeBlock b)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timehourdetail.service
 

Methods in org.kuali.kpme.tklm.time.timehourdetail.service with parameters of type TimeBlock
 TimeHourDetail TimeHourDetailServiceImpl.saveTimeHourDetail(TimeBlock tb)
           
 TimeHourDetail TimeHourDetailService.saveTimeHourDetail(TimeBlock timeBlock)
          Save time hour detail for a given TimeBlock
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timesheet
 

Methods in org.kuali.kpme.tklm.time.timesheet that return types with arguments of type TimeBlock
 List<TimeBlock> TimesheetDocument.getTimeBlocks()
           
 

Method parameters in org.kuali.kpme.tklm.time.timesheet with type arguments of type TimeBlock
 void TimesheetDocument.setTimeBlocks(List<TimeBlock> timeBlocks)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.timesheet.service
 

Methods in org.kuali.kpme.tklm.time.timesheet.service that return TimeBlock
 TimeBlock TimesheetServiceImpl.resetWorkedHours(TimeBlock previousTimeBlock, TimeBlock timeBlock, org.joda.time.LocalDate asOfDate)
           
 

Methods in org.kuali.kpme.tklm.time.timesheet.service that return types with arguments of type TimeBlock
 List<TimeBlock> TimesheetServiceImpl.getPrevDocumentTimeBlocks(String principalId, org.joda.time.DateTime payBeginDate)
           
 List<TimeBlock> TimesheetService.getPrevDocumentTimeBlocks(String principalId, org.joda.time.DateTime payBeginDate)
          Fetch TimeBlocks for previous pay periods
 

Methods in org.kuali.kpme.tklm.time.timesheet.service with parameters of type TimeBlock
 TimeBlock TimesheetServiceImpl.resetWorkedHours(TimeBlock previousTimeBlock, TimeBlock timeBlock, org.joda.time.LocalDate asOfDate)
           
 

Method parameters in org.kuali.kpme.tklm.time.timesheet.service with type arguments of type TimeBlock
 void TimesheetServiceImpl.resetTimeBlock(List<TimeBlock> timeBlocks, org.joda.time.LocalDate asOfDate)
           
 void TimesheetService.resetTimeBlock(List<TimeBlock> timeBlock, org.joda.time.LocalDate asOfDate)
           
 

Uses of TimeBlock in org.kuali.kpme.tklm.time.util
 

Methods in org.kuali.kpme.tklm.time.util that return types with arguments of type TimeBlock
 List<List<TimeBlock>> TkTimeBlockAggregate.getDayTimeBlockList()
           
 List<TimeBlock> TkTimeBlockAggregate.getFlattenedTimeBlockList()
           
 List<List<TimeBlock>> TkTimeBlockAggregate.getWeekTimeBlocks(int week)
          Provides a way to access all of the time blocks for a given week.
 

Constructor parameters in org.kuali.kpme.tklm.time.util with type arguments of type TimeBlock
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntry payCalendarEntry)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone)
          Provides the option to refer to the time zone adjusted time for the current user.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone, List<org.joda.time.Interval> dayIntervals)
           
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payCalendarEntry)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone)
          Provides the option to refer to the time zone adjusted time for the current user.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntry payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.