public interface FlsaDayContract
FlsaDayContract interface
Modifier and Type | Method and Description |
---|---|
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
|
Map<String,? extends List<? extends TimeBlockContract>> getEarnCodeToTimeBlocks()
earnCodeToTimeBlocks of a FlsaDay
List<? extends TimeBlockContract> getAppliedTimeBlocks()
appliedTimeBlocks of a FlsaDay
Map<String,? extends List<? extends LeaveBlockContract>> getEarnCodeToLeaveBlocks()
earnCodeToLeaveBlocks of a FlsaDay
List<? extends LeaveBlockContract> getAppliedLeaveBlocks()
appliedLeaveBlocks of a FlsaDay
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.