org.kuali.kpme.tklm.api.time.flsa
Interface FlsaDayContract

All Known Implementing Classes:
FlsaDay

public interface FlsaDayContract

FlsaDayContract interface


Method Summary
 List<? extends LeaveBlockContract> getAppliedLeaveBlocks()
          The list of applied LeaveBlock objects associated with the FlsaDay
 List<? extends TimeBlockContract> getAppliedTimeBlocks()
          The list of applied TimeBlock objects associated with the FlsaDay
 Map<String,? extends List<? extends LeaveBlockContract>> getEarnCodeToLeaveBlocks()
          The map of earn code to leave blocks associated with the FlsaDay
 Map<String,? extends List<? extends TimeBlockContract>> getEarnCodeToTimeBlocks()
          The map of earn code to time blocks associated with the FlsaDay
 

Method Detail

getEarnCodeToTimeBlocks

Map<String,? extends List<? extends TimeBlockContract>> getEarnCodeToTimeBlocks()
The map of earn code to time blocks associated with the FlsaDay

earnCodeToTimeBlocks of a FlsaDay

Returns:
earnCodeToTimeBlocks for FlsaDay

getAppliedTimeBlocks

List<? extends TimeBlockContract> getAppliedTimeBlocks()
The list of applied TimeBlock objects associated with the FlsaDay

appliedTimeBlocks of a FlsaDay

Returns:
appliedTimeBlocks for FlsaDay

getEarnCodeToLeaveBlocks

Map<String,? extends List<? extends LeaveBlockContract>> getEarnCodeToLeaveBlocks()
The map of earn code to leave blocks associated with the FlsaDay

earnCodeToLeaveBlocks of a FlsaDay

Returns:
earnCodeToLeaveBlocks for FlsaDay

getAppliedLeaveBlocks

List<? extends LeaveBlockContract> getAppliedLeaveBlocks()
The list of applied LeaveBlock objects associated with the FlsaDay

appliedLeaveBlocks of a FlsaDay

Returns:
appliedLeaveBlocks for FlsaDay


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