public interface LeaveRequestApprovalEmployeeRowContract
LeaveRequestApprovalEmployeeRowContract interface
| Modifier and Type | Method and Description | 
|---|---|
| String | getEmployeeName()The employeeName associated with the LeaveRequestApprovalEmployeeRow | 
| List<? extends LeaveRequestApprovalRowContract> | getLeaveRequestList()The list of LeaveRequestApprovalRow objects associated with the LeaveRequestApprovalEmployeeRow | 
| String | getPrincipalId()The principalId associated with the LeaveRequestApprovalEmployeeRow | 
| String | getUserTargetURLParams()TODO: Make sure this comment is right
 The URL parameters associated with the LeaveRequestApprovalEmployeeRow | 
String getUserTargetURLParams()
Helper method to grab the URL parameters for setting target mode for a user/documentID leave summary.
String getEmployeeName()
employeeName of a LeaveRequestApprovalEmployeeRow
String getPrincipalId()
principalId of a LeaveRequestApprovalEmployeeRow
List<? extends LeaveRequestApprovalRowContract> getLeaveRequestList()
leaveRequestList of a LeaveRequestApprovalEmployeeRow
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.