org.kuali.hr.time.permissions
Interface TkPermissionsService
- All Known Implementing Classes:
- TkPermissionsServiceImpl
public interface TkPermissionsService
canAddTimeBlock
boolean canAddTimeBlock()
canEditTimeBlockAllFields
boolean canEditTimeBlockAllFields(TimeBlock tb)
canEditTimeBlock
boolean canEditTimeBlock(TimeBlock tb)
canDeleteTimeBlock
boolean canDeleteTimeBlock(TimeBlock tb)
canViewAdminTab
boolean canViewAdminTab()
canViewClockTab
boolean canViewClockTab()
canViewApproverTab
boolean canViewApproverTab()
canViewTimeDetailTab
boolean canViewTimeDetailTab()
canViewBatchJobsTab
boolean canViewBatchJobsTab()
canViewPersonInfoTab
boolean canViewPersonInfoTab()
canViewLeaveAccrualTab
boolean canViewLeaveAccrualTab()
canViewTimesheet
boolean canViewTimesheet(TimesheetDocument doc)
canViewTimesheet
boolean canViewTimesheet(String documentId)
canEditTimesheet
boolean canEditTimesheet(TimesheetDocument doc)
canEditTimesheet
boolean canEditTimesheet(String documentId)
canSubmitTimesheet
boolean canSubmitTimesheet(TimesheetDocument doc)
canSubmitTimesheet
boolean canSubmitTimesheet(String docId)
canApproveTimesheet
boolean canApproveTimesheet(TimesheetDocument doc)
canViewLinkOnMaintPages
boolean canViewLinkOnMaintPages()
canViewDeptMaintPages
boolean canViewDeptMaintPages()
canViewDeptMaintPages
boolean canViewDeptMaintPages(DepartmentalRule dr)
canEditDeptMaintPages
boolean canEditDeptMaintPages()
canEditDeptMaintPages
boolean canEditDeptMaintPages(DepartmentalRule dr)
canWildcardWorkAreaInDeptRule
boolean canWildcardWorkAreaInDeptRule(DepartmentalRule dr)
canWildcardDeptInDeptRule
boolean canWildcardDeptInDeptRule(DepartmentalRule dr)
canEditOvertimeEarnCode
boolean canEditOvertimeEarnCode(TimeBlock tb)
canEditRegEarnCode
boolean canEditRegEarnCode(TimeBlock tb)
canDeleteDeptLunchDeduction
boolean canDeleteDeptLunchDeduction()
canAddSystemLevelRole
boolean canAddSystemLevelRole()
canAddLocationLevelRoles
boolean canAddLocationLevelRoles()
canAddDepartmentLevelRoles
boolean canAddDepartmentLevelRoles()
canAddWorkareaLevelRoles
boolean canAddWorkareaLevelRoles()
canViewTimeTabs
boolean canViewTimeTabs()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.