|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeBlock in org.kuali.hr.time.accrual.service |
---|
Method parameters in org.kuali.hr.time.accrual.service with type arguments of type TimeBlock | |
---|---|
BigDecimal |
TimeOffAccrualServiceImpl.totalForAccrCate(String accrualCategory,
List<TimeBlock> tbList,
List<TimeBlock> warningTbs)
|
BigDecimal |
TimeOffAccrualServiceImpl.totalForAccrCate(String accrualCategory,
List<TimeBlock> tbList,
List<TimeBlock> warningTbs)
|
List<String> |
TimeOffAccrualServiceImpl.validateAccrualHoursLimit(String pId,
List<TimeBlock> tbList,
Date asOfDate)
|
List<String> |
TimeOffAccrualService.validateAccrualHoursLimit(String pId,
List<TimeBlock> tbList,
Date asOfDate)
|
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.getHoursToPayDayMap(String principalId,
Date payEndDate,
List<String> payCalendarLabels,
List<TimeBlock> lstTimeBlocks,
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,
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.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 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.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,
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.applyOvertimeToTimeBlock(TimeBlock block,
String otEarnCode,
Set<String> convertFromEarnCodes,
BigDecimal otHours)
Method to apply (if applicable) overtime additions to the indiciated TimeBlock. |
protected String |
WeeklyOvertimeRuleServiceImpl.getOvertimeEarnCode(String principalId,
TimeBlock block,
WeeklyOvertimeRule wor,
Date asOfDate)
If a WorkArea for this timeblock has an overtime preference use that otherwise use the convert to on the rule. |
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,
CalendarEntries payEntry,
TimesheetDocument timesheetDocument,
String principalId)
This method mutates the List |
void |
TkRuleControllerServiceImpl.applyRules(String action,
List<TimeBlock> timeBlocks,
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()
|
Methods in org.kuali.hr.time.timeblock with parameters of type TimeBlock | |
---|---|
int |
TimeBlock.compareTo(TimeBlock tb)
|
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 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)
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)
|
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)
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)
|
List<TimeBlock> |
TimeBlockService.buildTimeBlocksSpanDates(Assignment assignment,
String earnCode,
TimesheetDocument timesheetDocument,
Timestamp beginTimestamp,
Timestamp endTimestamp,
BigDecimal hours,
BigDecimal amount,
Boolean isClockLogCreated,
Boolean isLunchDeleted,
String spanningWeeks)
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)
|
List<TimeBlock> |
TimeBlockService.getLatestEndTimestamp()
|
List<TimeBlock> |
TimeBlockServiceImpl.getLatestEndTimestamp()
|
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()
|
List<TimeBlock> |
TimeBlockServiceImpl.getTimeBlocks()
|
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)
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)
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)
|
void |
TimeBlockServiceImpl.saveTimeBlocks(List<TimeBlock> oldTimeBlocks,
List<TimeBlock> newTimeBlocks)
|
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)
|
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)
|
Method parameters in org.kuali.hr.time.timesheet.service with type arguments of type TimeBlock | |
---|---|
void |
TimesheetServiceImpl.resetTimeBlock(List<TimeBlock> timeBlocks)
|
void |
TimesheetService.resetTimeBlock(List<TimeBlock> timeBlock)
|
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,
String timezone)
Translation needed for UI Display |
List<TimeBlock> |
TimezoneService.translateForTimezone(List<TimeBlock> timeBlocks,
String 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,
String timezone)
Translation needed for UI Display |
List<TimeBlock> |
TimezoneService.translateForTimezone(List<TimeBlock> timeBlocks,
String timezone)
Translate TimeBlocks to a given timezone |
Uses of TimeBlock in org.kuali.hr.time.util |
---|
Fields in org.kuali.hr.time.util with type parameters of type TimeBlock | |
---|---|
List<List<TimeBlock>> |
TkTimeBlockAggregate.dayTimeBlockList
|
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)
|
Uses of TimeBlock in org.kuali.hr.time.warning |
---|
Method parameters in org.kuali.hr.time.warning with type arguments of type TimeBlock | |
---|---|
List<String> |
TkWarningServiceImpl.getWarnings(String pId,
List<TimeBlock> tbList,
Date asOfDate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |