org.kuali.hr.time.permissions
Class TkPermissionsServiceImpl
java.lang.Object
org.kuali.hr.time.permissions.TkPermissionsServiceImpl
- All Implemented Interfaces:
- TkPermissionsService
public class TkPermissionsServiceImpl
- extends Object
- implements TkPermissionsService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TkPermissionsServiceImpl
public TkPermissionsServiceImpl()
canAddTimeBlock
public boolean canAddTimeBlock()
- Specified by:
canAddTimeBlock
in interface TkPermissionsService
canEditTimeBlockAllFields
public boolean canEditTimeBlockAllFields(TimeBlock tb)
- Specified by:
canEditTimeBlockAllFields
in interface TkPermissionsService
canEditTimeBlock
public boolean canEditTimeBlock(TimeBlock tb)
- Specified by:
canEditTimeBlock
in interface TkPermissionsService
canDeleteTimeBlock
public boolean canDeleteTimeBlock(TimeBlock tb)
- Specified by:
canDeleteTimeBlock
in interface TkPermissionsService
canViewAdminTab
public boolean canViewAdminTab()
- Specified by:
canViewAdminTab
in interface TkPermissionsService
canViewApproverTab
public boolean canViewApproverTab()
- Specified by:
canViewApproverTab
in interface TkPermissionsService
canViewClockTab
public boolean canViewClockTab()
- Specified by:
canViewClockTab
in interface TkPermissionsService
canViewBatchJobsTab
public boolean canViewBatchJobsTab()
- Specified by:
canViewBatchJobsTab
in interface TkPermissionsService
canViewPersonInfoTab
public boolean canViewPersonInfoTab()
- Specified by:
canViewPersonInfoTab
in interface TkPermissionsService
canViewTimeDetailTab
public boolean canViewTimeDetailTab()
- Specified by:
canViewTimeDetailTab
in interface TkPermissionsService
canViewLeaveAccrualTab
public boolean canViewLeaveAccrualTab()
- Specified by:
canViewLeaveAccrualTab
in interface TkPermissionsService
canViewTimesheet
public boolean canViewTimesheet(String documentId)
- Specified by:
canViewTimesheet
in interface TkPermissionsService
canViewTimesheet
public boolean canViewTimesheet(TimesheetDocument document)
- Specified by:
canViewTimesheet
in interface TkPermissionsService
canEditTimesheet
public boolean canEditTimesheet(TimesheetDocument document)
- Specified by:
canEditTimesheet
in interface TkPermissionsService
canEditTimesheet
public boolean canEditTimesheet(String documentId)
- Specified by:
canEditTimesheet
in interface TkPermissionsService
canApproveTimesheet
public boolean canApproveTimesheet(TimesheetDocument doc)
- Specified by:
canApproveTimesheet
in interface TkPermissionsService
canSubmitTimesheet
public boolean canSubmitTimesheet(TimesheetDocument doc)
- Specified by:
canSubmitTimesheet
in interface TkPermissionsService
canSubmitTimesheet
public boolean canSubmitTimesheet(String docId)
- Specified by:
canSubmitTimesheet
in interface TkPermissionsService
canViewLinkOnMaintPages
public boolean canViewLinkOnMaintPages()
- Specified by:
canViewLinkOnMaintPages
in interface TkPermissionsService
canViewDeptMaintPages
public boolean canViewDeptMaintPages()
- Specified by:
canViewDeptMaintPages
in interface TkPermissionsService
canViewDeptMaintPages
public boolean canViewDeptMaintPages(DepartmentalRule dr)
- Specified by:
canViewDeptMaintPages
in interface TkPermissionsService
canEditDeptMaintPages
public boolean canEditDeptMaintPages()
- Specified by:
canEditDeptMaintPages
in interface TkPermissionsService
canEditDeptMaintPages
public boolean canEditDeptMaintPages(DepartmentalRule dr)
- Specified by:
canEditDeptMaintPages
in interface TkPermissionsService
canWildcardWorkAreaInDeptRule
public boolean canWildcardWorkAreaInDeptRule(DepartmentalRule dr)
- Specified by:
canWildcardWorkAreaInDeptRule
in interface TkPermissionsService
canWildcardDeptInDeptRule
public boolean canWildcardDeptInDeptRule(DepartmentalRule dr)
- Specified by:
canWildcardDeptInDeptRule
in interface TkPermissionsService
canEditOvertimeEarnCode
public boolean canEditOvertimeEarnCode(TimeBlock tb)
- Specified by:
canEditOvertimeEarnCode
in interface TkPermissionsService
canEditRegEarnCode
public boolean canEditRegEarnCode(TimeBlock tb)
- Specified by:
canEditRegEarnCode
in interface TkPermissionsService
canDeleteDeptLunchDeduction
public boolean canDeleteDeptLunchDeduction()
- Specified by:
canDeleteDeptLunchDeduction
in interface TkPermissionsService
canAddSystemLevelRole
public boolean canAddSystemLevelRole()
- Specified by:
canAddSystemLevelRole
in interface TkPermissionsService
canAddLocationLevelRoles
public boolean canAddLocationLevelRoles()
- Specified by:
canAddLocationLevelRoles
in interface TkPermissionsService
canAddDepartmentLevelRoles
public boolean canAddDepartmentLevelRoles()
- Specified by:
canAddDepartmentLevelRoles
in interface TkPermissionsService
canAddWorkareaLevelRoles
public boolean canAddWorkareaLevelRoles()
- Specified by:
canAddWorkareaLevelRoles
in interface TkPermissionsService
hasManagerialRolesOnWorkArea
public boolean hasManagerialRolesOnWorkArea(TimeBlock tb)
canViewTimeTabs
public boolean canViewTimeTabs()
- Specified by:
canViewTimeTabs
in interface TkPermissionsService
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.