|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrincipalHRAttributesService
Method Summary | |
---|---|
List<PrincipalHRAttributes> |
getActiveEmployeesForLeaveCalendar(String leaveCalendarName,
Date asOfDate)
Get a list of active employees based on leave calendar and as of a particular date |
List<PrincipalHRAttributes> |
getActiveEmployeesForLeavePlan(String leavePlan,
Date asOfDate)
KPME-1250 Kagata Get a list of active employees based on leave plan and as of a particular date |
List<PrincipalHRAttributes> |
getActiveEmployeesForPayCalendar(String payCalendarName,
Date asOfDate)
Get a list of active employees based on pay calendar and as of a particular date |
List<String> |
getActiveEmployeesIdForLeaveCalendarAndIdList(String leaveCalendarName,
List<String> pidList,
Date asOfDate)
Get a list of unique principal ids that match given criteria, used by leave approval and leave request approval pages |
List<String> |
getActiveEmployeesIdForTimeCalendarAndIdList(String timeCalendarName,
List<String> pidList,
Date asOfDate)
Get a list of unique principal ids that match given criteria, used by Time approval pages |
List<PrincipalHRAttributes> |
getActivePrincipalHrAttributesForRange(String principalId,
Date startDate,
Date endDate)
|
List<PrincipalHRAttributes> |
getAllActivePrincipalHrAttributesForPrincipalId(String principalId,
Date asOfDate)
|
List<PrincipalHRAttributes> |
getAllInActivePrincipalHrAttributesForPrincipalId(String principalId,
Date asOfDate)
|
PrincipalHRAttributes |
getInactivePrincipalHRAttributes(String principalId,
Date asOfDate)
Fetch inactive PrincipalHRAttributes object at a particular date |
List<PrincipalHRAttributes> |
getInactivePrincipalHRAttributesForRange(String principalId,
Date startDate,
Date endDate)
|
PrincipalHRAttributes |
getMaxTimeStampPrincipalHRAttributes(String principalId)
|
PrincipalHRAttributes |
getPrincipalCalendar(String principalId,
Date asOfDate)
Fetch PrincipalCalendar object at a particular date |
List<PrincipalHRAttributes> |
getPrincipalHrAtributes(String principalId,
String leavePlan,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
Fetch list of PrincipalHRAttributes using given parameters |
PrincipalHRAttributes |
getPrincipalHRAttributes(String hrPrincipalAttributeId)
Fetch PrincipalHRAttributes object with given id |
List<String> |
getUniqueTimePayGroups()
Get List of all active pay calendars |
Method Detail |
---|
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'principalId=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") PrincipalHRAttributes getPrincipalCalendar(String principalId, Date asOfDate)
principalId
- asOfDate
-
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'payCalendarName=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") List<PrincipalHRAttributes> getActiveEmployeesForPayCalendar(String payCalendarName, Date asOfDate)
payCalendarName
- asOfDate
-
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'leaveCalendarName=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") List<PrincipalHRAttributes> getActiveEmployeesForLeaveCalendar(String leaveCalendarName, Date asOfDate)
leaveCalendarName
- asOfDate
-
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'leaveCalendarName=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") List<String> getActiveEmployeesIdForLeaveCalendarAndIdList(String leaveCalendarName, List<String> pidList, Date asOfDate)
leaveCalendarName
- pidList
- asOfDate
-
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'timeCalendarName=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") List<String> getActiveEmployeesIdForTimeCalendarAndIdList(String timeCalendarName, List<String> pidList, Date asOfDate)
timeCalendarName
- pidList
- asOfDate
-
@Cacheable(value="KPME/PrincipalHRAttributes", key="\'leavePlan=\' + #p0 + \'|\' + \'asOfDate=\' + #p1") List<PrincipalHRAttributes> getActiveEmployeesForLeavePlan(String leavePlan, Date asOfDate)
leavePlan
- asOfDate
-
PrincipalHRAttributes getInactivePrincipalHRAttributes(String principalId, Date asOfDate)
principalId
- asOfDate
-
PrincipalHRAttributes getPrincipalHRAttributes(String hrPrincipalAttributeId)
hrPrincipalAttributeId
-
List<PrincipalHRAttributes> getAllActivePrincipalHrAttributesForPrincipalId(String principalId, Date asOfDate)
List<PrincipalHRAttributes> getAllInActivePrincipalHrAttributesForPrincipalId(String principalId, Date asOfDate)
PrincipalHRAttributes getMaxTimeStampPrincipalHRAttributes(String principalId)
List<PrincipalHRAttributes> getActivePrincipalHrAttributesForRange(String principalId, Date startDate, Date endDate)
List<PrincipalHRAttributes> getInactivePrincipalHRAttributesForRange(String principalId, Date startDate, Date endDate)
List<PrincipalHRAttributes> getPrincipalHrAtributes(String principalId, String leavePlan, Date fromEffdt, Date toEffdt, String active, String showHistory)
principalId
- leavePlan
- fromEffdt
- toEffdt
- active
- showHistory
- @returnList<String> getUniqueTimePayGroups()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |