Uses of Class
org.kuali.hr.time.timeblock.TimeBlock

Packages that use TimeBlock
org.kuali.hr.time.approval.service   
org.kuali.hr.time.approval.web   
org.kuali.hr.time.calendar   
org.kuali.hr.time.clock.web   
org.kuali.hr.time.clocklog.service   
org.kuali.hr.time.dept.lunch.service   
org.kuali.hr.time.detail   
org.kuali.hr.time.detail.web   
org.kuali.hr.time.earncodegroup.service   
org.kuali.hr.time.flsa   
org.kuali.hr.time.overtime.weekly.rule.service   
org.kuali.hr.time.permissions   
org.kuali.hr.time.rule   
org.kuali.hr.time.timeblock   
org.kuali.hr.time.timeblock.dao   
org.kuali.hr.time.timeblock.service   
org.kuali.hr.time.timehourdetail.service   
org.kuali.hr.time.timesheet   
org.kuali.hr.time.timesheet.service   
org.kuali.hr.time.timezone.service   
org.kuali.hr.time.util   
 

Uses of TimeBlock in org.kuali.hr.time.approval.service
 

Method parameters in org.kuali.hr.time.approval.service with type arguments of type TimeBlock
 Map<String,BigDecimal> TimeApproveService.getHoursToFlsaWeekMap(String principalId, Date payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntries payCalendarEntries, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 Map<String,BigDecimal> TimeApproveServiceImpl.getHoursToFlsaWeekMap(String principalId, Date payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntries payCalendarEntries, 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.getHoursToPayDayMap(String principalId, Date payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntries payCalendarEntries, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 Map<String,BigDecimal> TimeApproveServiceImpl.getHoursToPayDayMap(String principalId, Date payEndDate, List<String> payCalendarLabels, List<TimeBlock> lstTimeBlocks, List<LeaveBlock> leaveBlocks, Long workArea, CalendarEntries payCalendarEntries, Calendar payCalendar, org.joda.time.DateTimeZone dateTimeZone, List<org.joda.time.Interval> dayIntervals)
          Aggregate TimeBlocks to hours per day and sum for week
 

Uses of TimeBlock in org.kuali.hr.time.approval.web
 

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

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

Uses of TimeBlock in org.kuali.hr.time.calendar
 

Methods in org.kuali.hr.time.calendar that return TimeBlock
 TimeBlock TimeBlockRenderer.getTimeBlock()
           
 

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

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

Constructors in org.kuali.hr.time.calendar with parameters of type TimeBlock
TimeBlockRenderer(TimeBlock b)
           
 

Uses of TimeBlock in org.kuali.hr.time.clock.web
 

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

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

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

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

Uses of TimeBlock in org.kuali.hr.time.clocklog.service
 

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

Uses of TimeBlock in org.kuali.hr.time.dept.lunch.service
 

Method parameters in org.kuali.hr.time.dept.lunch.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.hr.time.detail
 

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

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

Uses of TimeBlock in org.kuali.hr.time.detail.web
 

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

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

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

Method parameters in org.kuali.hr.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.hr.time.earncodegroup.service
 

Method parameters in org.kuali.hr.time.earncodegroup.service with type arguments of type TimeBlock
 List<String> EarnCodeGroupService.warningTextFromEarnCodeGroupsOfTimeblocks(List<TimeBlock> timeBlockList)
          Returns list of warning text from earn group that is used by time blocks of the timesheetDocument
 List<String> EarnCodeGroupServiceImpl.warningTextFromEarnCodeGroupsOfTimeblocks(List<TimeBlock> tbList)
           
 

Uses of TimeBlock in org.kuali.hr.time.flsa
 

Methods in org.kuali.hr.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.hr.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.hr.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.hr.time.overtime.weekly.rule.service
 

Methods in org.kuali.hr.time.overtime.weekly.rule.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, Date asOfDate)
          Returns the overtime EarnCode.
 

Uses of TimeBlock in org.kuali.hr.time.permissions
 

Methods in org.kuali.hr.time.permissions with parameters of type TimeBlock
 boolean TkPermissionsService.canDeleteTimeBlock(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.canDeleteTimeBlock(TimeBlock tb)
           
 boolean TkPermissionsService.canEditOvertimeEarnCode(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.canEditOvertimeEarnCode(TimeBlock tb)
           
 boolean TkPermissionsService.canEditRegEarnCode(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.canEditRegEarnCode(TimeBlock tb)
           
 boolean TkPermissionsService.canEditTimeBlock(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.canEditTimeBlock(TimeBlock tb)
           
 boolean TkPermissionsService.canEditTimeBlockAllFields(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.canEditTimeBlockAllFields(TimeBlock tb)
           
 boolean TkPermissionsServiceImpl.hasManagerialRolesOnWorkArea(TimeBlock tb)
           
 

Uses of TimeBlock in org.kuali.hr.time.rule
 

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

Uses of TimeBlock in org.kuali.hr.time.timeblock
 

Subclasses of TimeBlock in org.kuali.hr.time.timeblock
 class TimeBlockHistory
           
 

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

Methods in org.kuali.hr.time.timeblock with parameters of type TimeBlock
 int TimeBlock.compareTo(TimeBlock tb)
           
 void TimeBlockHistory.setTimeBlock(TimeBlock timeBlock)
           
 

Constructors in org.kuali.hr.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.hr.time.timeblock.dao
 

Methods in org.kuali.hr.time.timeblock.dao that return TimeBlock
 TimeBlock TimeBlockDaoSpringOjbImpl.getTimeBlock(String tkTimeBlockId)
           
 TimeBlock TimeBlockDao.getTimeBlock(String timeBlockId)
           
 

Methods in org.kuali.hr.time.timeblock.dao that return types with arguments of type TimeBlock
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockDao.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockDao.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocksWithEarnCode(String earnCode, Date effDate)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksWithEarnCode(String earnCode, Date effDate)
           
 

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

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

Uses of TimeBlock in org.kuali.hr.time.timeblock.service
 

Methods in org.kuali.hr.time.timeblock.service that return TimeBlock
 TimeBlock TimeBlockService.createTimeBlock(TimesheetDocument timesheetDocument, Timestamp beginTime, Timestamp endTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String userPrincipalId)
          Create a TimeBlock for the given criteria
 TimeBlock TimeBlockServiceImpl.createTimeBlock(TimesheetDocument timesheetDocument, Timestamp beginTime, Timestamp endTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean clockLogCreated, Boolean lunchDeleted, String userPrincipalId)
           
 TimeBlock TimeBlockService.getTimeBlock(String timeBlockId)
          Fetch a TimeBlock by a given ID
 TimeBlock TimeBlockServiceImpl.getTimeBlock(String tkTimeBlockId)
           
 

Methods in org.kuali.hr.time.timeblock.service that return types with arguments of type TimeBlock
 List<TimeBlock> TimeBlockService.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String userPrincipalId)
          Build a TimeBlock with the given criteria
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String userPrincipalId)
           
 List<TimeBlock> TimeBlockService.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String spanningWeeks, String userPrincipalId)
          Build a List of TimeBlocks over a span of multiple days
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String spanningWeeks, String userPrincipalId)
           
 List<TimeBlock> TimeBlockService.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockServiceImpl.getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> TimeBlockService.getOvernightTimeBlocks(String clockLogEndId)
          Get overnight timeblocks by the clock log begin id
 List<TimeBlock> TimeBlockServiceImpl.getOvernightTimeBlocks(String clockLogEndId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocks(String documentId)
          Get the List of TimeBlock of a given document id
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocks(String documentId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForAssignment(Assignment assign)
          Get the List of TimeBlock of a given Assignment
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksWithEarnCode(String earnCode, Date effDate)
           
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksWithEarnCode(String earnCode, Date effDate)
           
 

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

Method parameters in org.kuali.hr.time.timeblock.service with type arguments of type TimeBlock
 void TimeBlockService.resetTimeHourDetail(List<TimeBlock> origTimeBlocks)
          Reset the TimeHourDetail object associated with the TimeBlock object on a List of TimeBlocks
 void TimeBlockServiceImpl.resetTimeHourDetail(List<TimeBlock> origTimeBlocks)
           
 void TimeBlockService.saveTimeBlocks(List<TimeBlock> tbList)
          Save a list of new TimeBlocks
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> tbList)
           
 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
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
           
 void TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> oldTimeBlocks, List<TimeBlock> newTimeBlocks, String userPrincipalId)
           
 

Uses of TimeBlock in org.kuali.hr.time.timehourdetail.service
 

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

Uses of TimeBlock in org.kuali.hr.time.timesheet
 

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

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

Uses of TimeBlock in org.kuali.hr.time.timesheet.service
 

Methods in org.kuali.hr.time.timesheet.service that return TimeBlock
 TimeBlock TimesheetServiceImpl.resetWorkedHours(TimeBlock timeBlock, Date asOfDate)
           
 

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

Methods in org.kuali.hr.time.timesheet.service with parameters of type TimeBlock
 TimeBlock TimesheetServiceImpl.resetWorkedHours(TimeBlock timeBlock, Date asOfDate)
           
 

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

Uses of TimeBlock in org.kuali.hr.time.timezone.service
 

Methods in org.kuali.hr.time.timezone.service that return types with arguments of type TimeBlock
 List<TimeBlock> TimezoneServiceImpl.translateForTimezone(List<TimeBlock> timeBlocks, org.joda.time.DateTimeZone timezone)
          Translation needed for UI Display
 List<TimeBlock> TimezoneService.translateForTimezone(List<TimeBlock> timeBlocks, org.joda.time.DateTimeZone timezone)
          Translate TimeBlocks to a given timezone
 

Method parameters in org.kuali.hr.time.timezone.service with type arguments of type TimeBlock
 void TimezoneServiceImpl.translateForTimezone(List<TimeBlock> timeBlocks)
           
 void TimezoneService.translateForTimezone(List<TimeBlock> timeBlocks)
           
 List<TimeBlock> TimezoneServiceImpl.translateForTimezone(List<TimeBlock> timeBlocks, org.joda.time.DateTimeZone timezone)
          Translation needed for UI Display
 List<TimeBlock> TimezoneService.translateForTimezone(List<TimeBlock> timeBlocks, org.joda.time.DateTimeZone timezone)
          Translate TimeBlocks to a given timezone
 

Uses of TimeBlock in org.kuali.hr.time.util
 

Methods in org.kuali.hr.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.hr.time.util with type arguments of type TimeBlock
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntries payCalendarEntry)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntries payCalendarEntry, Calendar payCalendar)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntries payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone)
          Provides the option to refer to the time zone adjusted time for the current user.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, CalendarEntries payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone, List<org.joda.time.Interval> dayIntervals)
           
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntries payCalendarEntry)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntries payCalendarEntry, Calendar payCalendar)
          Defaults to using SYSTEM time zone.
TkTimeBlockAggregate(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, CalendarEntries 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, CalendarEntries payCalendarEntry, Calendar payCalendar, boolean useUserTimeZone, List<org.joda.time.Interval> dayIntervals)
           
 



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