org.kuali.kpme.tklm.time.flsa
Class FlsaDay

java.lang.Object
  extended by org.kuali.kpme.tklm.time.flsa.FlsaDay
All Implemented Interfaces:
FlsaDayContract

public class FlsaDay
extends Object
implements FlsaDayContract


Constructor Summary
FlsaDay(org.joda.time.LocalDateTime flsaDate, List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks, org.joda.time.DateTimeZone timeZone)
           
 
Method Summary
 List<LeaveBlock> getAppliedLeaveBlocks()
          The list of applied LeaveBlock objects associated with the FlsaDay
 List<TimeBlock> getAppliedTimeBlocks()
          The list of applied TimeBlock objects associated with the FlsaDay
 Map<String,List<LeaveBlock>> getEarnCodeToLeaveBlocks()
          The map of earn code to leave blocks associated with the FlsaDay
 Map<String,List<TimeBlock>> getEarnCodeToTimeBlocks()
          The map of earn code to time blocks associated with the FlsaDay
 org.joda.time.LocalDateTime getFlsaDate()
           
 void remapLeaveHourDetails()
          This method will compute the mappings present for this object: earnCodeToTimeBlocks earnCodeToHours
 void remapTimeHourDetails()
          This method will compute the mappings present for this object: earnCodeToTimeBlocks earnCodeToHours
 void setAppliedLeaveBlocks(List<LeaveBlock> appliedLeaveBlocks)
           
 void setAppliedTimeBlocks(List<TimeBlock> appliedTimeBlocks)
           
 void setEarnCodeToLeaveBlocks(Map<String,List<LeaveBlock>> earnCodeToLeaveBlocks)
           
 void setEarnCodeToTimeBlocks(Map<String,List<TimeBlock>> earnCodeToTimeBlocks)
           
 void setFlsaDate(org.joda.time.LocalDateTime flsaDate)
           
 void setLeaveBlocks(List<LeaveBlock> leaveBlocks)
          Handles the breaking apart of existing leave blocks around FLSA boundaries.
 void setTimeBlocks(List<TimeBlock> timeBlocks)
          Handles the breaking apart of existing time blocks around FLSA boundaries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlsaDay

public FlsaDay(org.joda.time.LocalDateTime flsaDate,
               List<TimeBlock> timeBlocks,
               List<LeaveBlock> leaveBlocks,
               org.joda.time.DateTimeZone timeZone)
Parameters:
flsaDate - A LocalDateTime because we want to be conscious of the relative nature of this flsa/window
timeBlocks -
timeZone - The timezone we are constructing, relative.
Method Detail

setTimeBlocks

public void setTimeBlocks(List<TimeBlock> timeBlocks)
Handles the breaking apart of existing time blocks around FLSA boundaries. This method will compare the FLSA interval against the timeblock interval to determine how many hours overlap. It will then examine the time hour details

Parameters:
timeBlocks - a sorted list of time blocks.

setLeaveBlocks

public void setLeaveBlocks(List<LeaveBlock> leaveBlocks)
Handles the breaking apart of existing leave blocks around FLSA boundaries. This method will compare the FLSA interval against the leaveblock interval to determine how many hours overlap. It will then examine the leave hour details

Parameters:
leaveBlocks - a sorted list of time blocks.

remapTimeHourDetails

public void remapTimeHourDetails()
This method will compute the mappings present for this object: earnCodeToTimeBlocks earnCodeToHours


remapLeaveHourDetails

public void remapLeaveHourDetails()
This method will compute the mappings present for this object: earnCodeToTimeBlocks earnCodeToHours


getEarnCodeToTimeBlocks

public Map<String,List<TimeBlock>> getEarnCodeToTimeBlocks()
Description copied from interface: FlsaDayContract
The map of earn code to time blocks associated with the FlsaDay

earnCodeToTimeBlocks of a FlsaDay

Specified by:
getEarnCodeToTimeBlocks in interface FlsaDayContract
Returns:
earnCodeToTimeBlocks for FlsaDay

setEarnCodeToTimeBlocks

public void setEarnCodeToTimeBlocks(Map<String,List<TimeBlock>> earnCodeToTimeBlocks)

getAppliedTimeBlocks

public List<TimeBlock> getAppliedTimeBlocks()
Description copied from interface: FlsaDayContract
The list of applied TimeBlock objects associated with the FlsaDay

appliedTimeBlocks of a FlsaDay

Specified by:
getAppliedTimeBlocks in interface FlsaDayContract
Returns:
appliedTimeBlocks for FlsaDay

setAppliedTimeBlocks

public void setAppliedTimeBlocks(List<TimeBlock> appliedTimeBlocks)

getEarnCodeToLeaveBlocks

public Map<String,List<LeaveBlock>> getEarnCodeToLeaveBlocks()
Description copied from interface: FlsaDayContract
The map of earn code to leave blocks associated with the FlsaDay

earnCodeToLeaveBlocks of a FlsaDay

Specified by:
getEarnCodeToLeaveBlocks in interface FlsaDayContract
Returns:
earnCodeToLeaveBlocks for FlsaDay

setEarnCodeToLeaveBlocks

public void setEarnCodeToLeaveBlocks(Map<String,List<LeaveBlock>> earnCodeToLeaveBlocks)

getAppliedLeaveBlocks

public List<LeaveBlock> getAppliedLeaveBlocks()
Description copied from interface: FlsaDayContract
The list of applied LeaveBlock objects associated with the FlsaDay

appliedLeaveBlocks of a FlsaDay

Specified by:
getAppliedLeaveBlocks in interface FlsaDayContract
Returns:
appliedLeaveBlocks for FlsaDay

setAppliedLeaveBlocks

public void setAppliedLeaveBlocks(List<LeaveBlock> appliedLeaveBlocks)

getFlsaDate

public org.joda.time.LocalDateTime getFlsaDate()

setFlsaDate

public void setFlsaDate(org.joda.time.LocalDateTime flsaDate)


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