Uses of Class
org.kuali.hr.lm.leaveblock.LeaveBlock

Packages that use LeaveBlock
org.kuali.hr.lm.accrual.service   
org.kuali.hr.lm.balancetransfer   
org.kuali.hr.lm.leave.approval.service   
org.kuali.hr.lm.leave.web   
org.kuali.hr.lm.leaveblock   
org.kuali.hr.lm.leaveblock.dao   
org.kuali.hr.lm.leaveblock.service   
org.kuali.hr.lm.leavecalendar   
org.kuali.hr.lm.leavecalendar.validation   
org.kuali.hr.lm.leavecalendar.web   
org.kuali.hr.lm.leavepayout   
org.kuali.hr.lm.util   
org.kuali.hr.lm.workflow   
org.kuali.hr.time.approval.web   
org.kuali.hr.time.calendar   
org.kuali.hr.time.detail.web   
org.kuali.hr.time.permissions   
 

Uses of LeaveBlock in org.kuali.hr.lm.accrual.service
 

Methods in org.kuali.hr.lm.accrual.service that return LeaveBlock
protected  LeaveBlock AccrualCategoryMaxBalanceServiceImpl.retreivePreviousInfraction(Set<LeaveBlock> eligibleLeaveBlocks, LeaveBlock lb, org.joda.time.Interval leavePeriodInterval, org.joda.time.Interval yearEndPeriodInterval, org.joda.time.Interval thisEntryInterval, AccrualCategoryRule asOfLeaveDateRule)
           
 

Methods in org.kuali.hr.lm.accrual.service that return types with arguments of type LeaveBlock
 Map<String,Set<LeaveBlock>> AccrualCategoryMaxBalanceService.getMaxBalanceViolations(CalendarEntries entry, String principalId)
           
 Map<String,Set<LeaveBlock>> AccrualCategoryMaxBalanceServiceImpl.getMaxBalanceViolations(CalendarEntries entry, String principalId)
           
 

Methods in org.kuali.hr.lm.accrual.service with parameters of type LeaveBlock
protected  LeaveBlock AccrualCategoryMaxBalanceServiceImpl.retreivePreviousInfraction(Set<LeaveBlock> eligibleLeaveBlocks, LeaveBlock lb, org.joda.time.Interval leavePeriodInterval, org.joda.time.Interval yearEndPeriodInterval, org.joda.time.Interval thisEntryInterval, AccrualCategoryRule asOfLeaveDateRule)
           
 

Method parameters in org.kuali.hr.lm.accrual.service with type arguments of type LeaveBlock
protected  LeaveBlock AccrualCategoryMaxBalanceServiceImpl.retreivePreviousInfraction(Set<LeaveBlock> eligibleLeaveBlocks, LeaveBlock lb, org.joda.time.Interval leavePeriodInterval, org.joda.time.Interval yearEndPeriodInterval, org.joda.time.Interval thisEntryInterval, AccrualCategoryRule asOfLeaveDateRule)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.balancetransfer
 

Methods in org.kuali.hr.lm.balancetransfer that return types with arguments of type LeaveBlock
 List<LeaveBlock> BalanceTransfer.getLeaveBlocks()
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leave.approval.service
 

Method parameters in org.kuali.hr.lm.leave.approval.service with type arguments of type LeaveBlock
 Map<Date,Map<String,BigDecimal>> LeaveApprovalServiceImpl.getAccrualCategoryLeaveHours(List<LeaveBlock> leaveBlocks, List<Date> leaveSummaryDates)
           
 Map<Date,Map<String,BigDecimal>> LeaveApprovalService.getAccrualCategoryLeaveHours(List<LeaveBlock> leaveBlocks, List<Date> leaveSummaryDates)
           
 Map<Date,Map<String,BigDecimal>> LeaveApprovalServiceImpl.getEarnCodeLeaveHours(List<LeaveBlock> leaveBlocks, List<Date> leaveSummaryDates)
           
 Map<Date,Map<String,BigDecimal>> LeaveApprovalService.getEarnCodeLeaveHours(List<LeaveBlock> leaveBlocks, List<Date> leaveSummaryDates)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leave.web
 

Methods in org.kuali.hr.lm.leave.web that return types with arguments of type LeaveBlock
 List<LeaveBlock> LeaveRequestForm.getApprovedLeaves()
           
 List<LeaveBlock> LeaveRequestForm.getPendingLeaves()
           
 List<LeaveBlock> LeaveRequestForm.getPlannedLeaves()
           
 

Method parameters in org.kuali.hr.lm.leave.web with type arguments of type LeaveBlock
 void LeaveRequestForm.setApprovedLeaves(List<LeaveBlock> approvedLeaves)
           
 void LeaveRequestForm.setPendingLeaves(List<LeaveBlock> pendingLeaves)
           
 void LeaveRequestForm.setPlannedLeaves(List<LeaveBlock> plannedLeaves)
           
 

Constructors in org.kuali.hr.lm.leave.web with parameters of type LeaveBlock
LeaveBlockDisplay(LeaveBlock leaveBlock)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leaveblock
 

Subclasses of LeaveBlock in org.kuali.hr.lm.leaveblock
 class LeaveBlockHistory
           
 

Methods in org.kuali.hr.lm.leaveblock that return LeaveBlock
 LeaveBlock LeaveBlock.Builder.build()
           
 

Constructors in org.kuali.hr.lm.leaveblock with parameters of type LeaveBlock
LeaveBlockHistory(LeaveBlock lb)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leaveblock.dao
 

Methods in org.kuali.hr.lm.leaveblock.dao that return LeaveBlock
 LeaveBlock LeaveBlockDao.getLeaveBlock(String leaveBlockId)
           
 LeaveBlock LeaveBlockDaoSpringOjbImpl.getLeaveBlock(String leaveBlockId)
           
 

Methods in org.kuali.hr.lm.leaveblock.dao that return types with arguments of type LeaveBlock
 List<LeaveBlock> LeaveBlockDao.getABELeaveBlocksSinceTime(String principalId, Timestamp lastRanTime)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getABELeaveBlocksSinceTime(String principalId, Timestamp lastRanTime)
           
 List<LeaveBlock> LeaveBlockDao.getAccrualGeneratedLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getAccrualGeneratedLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDao.getCalendarLeaveBlocks(String principalId, Date beginDate, Date endDate)
          Get the leave blocks created from time or leave calendars for given pricipalId and calendar period
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getCalendarLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDao.getFMLALeaveBlocks(String principalId, String accrualCategory, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getFMLALeaveBlocks(String principalId, String accrualCategory, Date beginDate, Date endDate)
           
 Map<String,LeaveBlock> LeaveBlockDao.getLastCarryOverBlocks(String principalId, String leaveBlockType, Date asOfDate)
           
 Map<String,LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLastCarryOverBlocks(String principalId, String leaveBlockType, Date asOfDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocks(Date leaveDate, String accrualCategory, String principalId)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocks(Date leaveDate, String accrualCategory, String principalId)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocks(String principalId, String accrualCategory, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocks(String principalId, String accrualCategory, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date currentDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date currentDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksForDocumentId(String documentId)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksForDocumentId(String documentId)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverDates, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverDates, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksWithAccrualCategory(String principalId, Date beginDate, Date endDate, String accrualCategory)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksWithAccrualCategory(String principalId, Date beginDate, Date endDate, String accrualCategory)
           
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksWithType(String principalId, Date beginDate, Date endDate, String leaveBlockType)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksWithType(String principalId, Date beginDate, Date endDate, String leaveBlockType)
           
 List<LeaveBlock> LeaveBlockDao.getNotAccrualGeneratedLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getNotAccrualGeneratedLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockDao.getSSTOLeaveBlocks(String principalId, String sstoId, Date accruledDate)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getSSTOLeaveBlocks(String principalId, String sstoId, Date accruledDate)
           
 

Method parameters in org.kuali.hr.lm.leaveblock.dao with type arguments of type LeaveBlock
 List<LeaveBlock> LeaveBlockDao.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverDates, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockDaoSpringOjbImpl.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverDates, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leaveblock.service
 

Methods in org.kuali.hr.lm.leaveblock.service that return LeaveBlock
 LeaveBlock LeaveBlockServiceImpl.buildLeaveBlock(org.joda.time.DateTime leaveDate, String docId, String principalId, String selectedEarnCode, BigDecimal hours, String description, String accrualCategory, Assignment selectedAssignment, String requestStatus, String leaveBlockType, Timestamp beginTimeStamp, Timestamp endTimestamp)
           
 LeaveBlock LeaveBlockService.getLeaveBlock(String leaveBlockId)
           
 LeaveBlock LeaveBlockServiceImpl.getLeaveBlock(String leaveBlockId)
           
 

Methods in org.kuali.hr.lm.leaveblock.service that return types with arguments of type LeaveBlock
 List<LeaveBlock> LeaveBlockService.filterLeaveBlocksForLeaveCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
          Filter list of leave blocks with given list of assignmentKeys for Leave Calendar
 List<LeaveBlock> LeaveBlockServiceImpl.filterLeaveBlocksForLeaveCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.filterLeaveBlocksForTimeCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
          Filter list of leave blocks with given list of assignmentKeys for Time Calendar
 List<LeaveBlock> LeaveBlockServiceImpl.filterLeaveBlocksForTimeCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.getABELeaveBlocksSinceTime(String principalId, Timestamp lastRanTime)
          gets list of leave blocks created for earn codes with eligible-for-accrual=no since the given timestamp
 List<LeaveBlock> LeaveBlockServiceImpl.getABELeaveBlocksSinceTime(String principalId, Timestamp lastRanTime)
           
 List<LeaveBlock> LeaveBlockService.getAccrualGeneratedLeaveBlocks(String principalId, Date beginDate, Date endDate)
          Retrieve list of accrual generated leave blocks for given Date range and User
 List<LeaveBlock> LeaveBlockServiceImpl.getAccrualGeneratedLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 Map<String,LeaveBlock> LeaveBlockService.getLastCarryOverBlocks(String principalId, Date asOfDate)
           
 Map<String,LeaveBlock> LeaveBlockServiceImpl.getLastCarryOverBlocks(String principalId, Date asOfDate)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocks(String principalId, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date currentDate)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date currentDate)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocks(String principalId, String leaveBlockType, String requestStatus, Date beginDate, Date endDate)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksForDate(String principalId, Date leaveDate)
          Get the list of leave blocks from the given leaveDate for the principalId
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksForDocumentId(String documentId)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksForDocumentId(String documentId)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksForLeaveCalendar(String principalId, Date beginDate, Date endDate, List<String> assignmentKeys)
          Get list of leave blocks to display on leave calendar with given dates and principal id the leave blocks created from time calendar should have assignments in the list of assignment keys
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksForLeaveCalendar(String principalId, Date beginDate, Date endDate, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksForTimeCalendar(String principalId, Date beginDate, Date endDate, List<String> assignmentKeys)
          Get list of leave blocks to display on time sheet with given dates and principal id Only get leave blocks with type of leave calendar and time calendar the leave blocks should have assignments in the list of assignment keys
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksForTimeCalendar(String principalId, Date beginDate, Date endDate, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverBlocks, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOver, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksWithAccrualCategory(String principalId, Date beginDate, Date endDate, String accrualCategory)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksWithAccrualCategory(String principalId, Date beginDate, Date endDate, String accrualCategory)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksWithType(String principalId, Date beginDate, Date endDate, String leaveBlockType)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksWithType(String principalId, Date beginDate, Date endDate, String leaveBlockType)
           
 List<LeaveBlock> LeaveBlockService.getNotAccrualGeneratedLeaveBlocksForDate(String principalId, Date leaveDate)
          Get the list of not-accrual-generated leave blocks from the given leaveDate for the principalId
 List<LeaveBlock> LeaveBlockServiceImpl.getNotAccrualGeneratedLeaveBlocksForDate(String principalId, Date leaveDate)
           
 List<LeaveBlock> LeaveBlockService.getSSTOLeaveBlocks(String principalId, String sstoId, Date accruledDate)
          Retrieve list of leave blocks generated with given system scheduled time off id, date and user
 List<LeaveBlock> LeaveBlockServiceImpl.getSSTOLeaveBlocks(String principalId, String sstoId, Date accruledDate)
           
 

Methods in org.kuali.hr.lm.leaveblock.service with parameters of type LeaveBlock
 void LeaveBlockService.saveLeaveBlock(LeaveBlock leaveBlock, String principalId)
           
 void LeaveBlockServiceImpl.saveLeaveBlock(LeaveBlock leaveBlock, String principalId)
           
 void LeaveBlockService.updateLeaveBlock(LeaveBlock leaveBlock, String principalId)
           
 void LeaveBlockServiceImpl.updateLeaveBlock(LeaveBlock leaveBlock, String principalId)
           
 

Method parameters in org.kuali.hr.lm.leaveblock.service with type arguments of type LeaveBlock
 List<LeaveBlock> LeaveBlockService.filterLeaveBlocksForLeaveCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
          Filter list of leave blocks with given list of assignmentKeys for Leave Calendar
 List<LeaveBlock> LeaveBlockServiceImpl.filterLeaveBlocksForLeaveCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.filterLeaveBlocksForTimeCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
          Filter list of leave blocks with given list of assignmentKeys for Time Calendar
 List<LeaveBlock> LeaveBlockServiceImpl.filterLeaveBlocksForTimeCalendar(List<LeaveBlock> lbs, List<String> assignmentKeys)
           
 List<LeaveBlock> LeaveBlockService.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOverBlocks, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 List<LeaveBlock> LeaveBlockServiceImpl.getLeaveBlocksSinceCarryOver(String principalId, Map<String,LeaveBlock> carryOver, org.joda.time.DateTime endDate, boolean includeAllAccrualCategories)
           
 void LeaveBlockService.saveLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 void LeaveBlockServiceImpl.saveLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leavecalendar
 

Methods in org.kuali.hr.lm.leavecalendar that return types with arguments of type LeaveBlock
 List<LeaveBlock> LeaveCalendarDocument.getLeaveBlocks()
           
 

Method parameters in org.kuali.hr.lm.leavecalendar with type arguments of type LeaveBlock
 void LeaveCalendarDocument.setLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leavecalendar.validation
 

Methods in org.kuali.hr.lm.leavecalendar.validation with parameters of type LeaveBlock
static List<String> LeaveCalendarValidationUtil.validateAvailableLeaveBalanceForUsage(String earnCode, String leaveStartDateString, String leaveEndDateString, BigDecimal leaveAmount, LeaveBlock updatedLeaveBlock)
           
static List<String> LeaveCalendarValidationUtil.validateLeaveAccrualRuleMaxUsage(LeaveSummary ls, String selectedEarnCode, String leaveStartDateString, String leaveEndDateString, BigDecimal leaveAmount, LeaveBlock updatedLeaveBlock)
           
 

Method parameters in org.kuali.hr.lm.leavecalendar.validation with type arguments of type LeaveBlock
static Map<String,Set<String>> LeaveCalendarValidationUtil.getWarningMessagesForLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 

Uses of LeaveBlock in org.kuali.hr.lm.leavecalendar.web
 

Method parameters in org.kuali.hr.lm.leavecalendar.web with type arguments of type LeaveBlock
static String LeaveActionFormUtils.getLeaveBlocksJson(List<LeaveBlock> leaveBlocks)
          This method will build the JSON data structure needed for calendar manipulation and processing on the client side.
 

Uses of LeaveBlock in org.kuali.hr.lm.leavepayout
 

Methods in org.kuali.hr.lm.leavepayout that return types with arguments of type LeaveBlock
 List<LeaveBlock> LeavePayout.getLeaveBlocks()
           
 

Uses of LeaveBlock in org.kuali.hr.lm.util
 

Fields in org.kuali.hr.lm.util with type parameters of type LeaveBlock
 List<List<LeaveBlock>> LeaveBlockAggregate.dayLeaveBlockList
           
 

Methods in org.kuali.hr.lm.util that return types with arguments of type LeaveBlock
 List<List<LeaveBlock>> LeaveBlockAggregate.getDayLeaveBlockList()
           
 List<LeaveBlock> LeaveBlockAggregate.getFlattenedLeaveBlockList()
           
 List<List<LeaveBlock>> LeaveBlockAggregate.getWeekLeaveBlocks(int week)
          Provides a way to access all of the leave blocks for a given week.
 

Constructor parameters in org.kuali.hr.lm.util with type arguments of type LeaveBlock
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks, CalendarEntries leaveCalendarEntry)
           
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks, CalendarEntries leaveCalendarEntry, LeaveCalendar leaveCalendar)
          Provides the option to refer to the time zone adjusted time for the current user.
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks, CalendarEntries leaveCalendarEntry, List<org.joda.time.Interval> dayIntervals)
          build leaveBlockAggregate with given leaveBlocks, calendarEntry and dayIntervals dayIntervals with full week span is for Time Calendar
 

Uses of LeaveBlock in org.kuali.hr.lm.workflow
 

Methods in org.kuali.hr.lm.workflow that return LeaveBlock
 LeaveBlock LeaveRequestDocument.getLeaveBlock()
           
 

Uses of LeaveBlock in org.kuali.hr.time.approval.web
 

Methods in org.kuali.hr.time.approval.web that return types with arguments of type LeaveBlock
 List<LeaveBlock> ApprovalLeaveSummaryRow.getLeaveBlockList()
           
 

Method parameters in org.kuali.hr.time.approval.web with type arguments of type LeaveBlock
 void ApprovalLeaveSummaryRow.setLeaveBlockList(List<LeaveBlock> leaveBlockList)
           
 

Uses of LeaveBlock in org.kuali.hr.time.calendar
 

Methods in org.kuali.hr.time.calendar that return LeaveBlock
 LeaveBlock LeaveBlockRenderer.getLeaveBlock()
           
 

Methods in org.kuali.hr.time.calendar that return types with arguments of type LeaveBlock
 List<LeaveBlock> TkCalendarDay.getLeaveBlocks()
           
 List<LeaveBlock> LeaveCalendarDay.getLeaveBlocks()
           
 

Method parameters in org.kuali.hr.time.calendar with type arguments of type LeaveBlock
 void TkCalendarDay.setLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 void LeaveCalendarDay.setLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 

Constructors in org.kuali.hr.time.calendar with parameters of type LeaveBlock
LeaveBlockRenderer(LeaveBlock leaveBlock)
           
 

Uses of LeaveBlock in org.kuali.hr.time.detail.web
 

Method parameters in org.kuali.hr.time.detail.web with type arguments of type LeaveBlock
static Map<String,String> ActionFormUtils.buildAssignmentStyleClassMap(List<TimeBlock> timeBlocks, List<LeaveBlock> leaveBlocks)
           
static String ActionFormUtils.getLeaveBlocksJson(List<LeaveBlock> leaveBlocks)
          This method will build the leave blocks JSON data structure needed for calendar manipulation and processing on the client side.
 

Uses of LeaveBlock in org.kuali.hr.time.permissions
 

Methods in org.kuali.hr.time.permissions with parameters of type LeaveBlock
 boolean TkPermissionsService.canBankOrTransferSSTOUsage(LeaveBlock lb)
          Determine if given leave block is a accrual generated System Scheduled Timeoff usage that can be banked/transferred and if the leave block is on the current leave calendar entry of the current targeted user
 boolean TkPermissionsServiceImpl.canBankOrTransferSSTOUsage(LeaveBlock lb)
           
 boolean TkPermissionsService.canBankSSTOUsage(LeaveBlock lb)
          Determine if given leave block is a accrual generated System Scheduled Timeoff usage that can be banked and if the leave block is on the current leave calendar entry of the current targeted user
 boolean TkPermissionsServiceImpl.canBankSSTOUsage(LeaveBlock lb)
           
 boolean TkPermissionsService.canDeleteLeaveBlock(LeaveBlock lb)
           
 boolean TkPermissionsServiceImpl.canDeleteLeaveBlock(LeaveBlock lb)
           
 boolean TkPermissionsService.canEditLeaveBlock(LeaveBlock lb)
           
 boolean TkPermissionsServiceImpl.canEditLeaveBlock(LeaveBlock lb)
           
 boolean TkPermissionsService.canTransferSSTOUsage(LeaveBlock lb)
          Determine if given leave block is a accrual generated System Scheduled Timeoff usage that can be transferred and if the leave block is on the current leave calendar entry of the current targeted user
 boolean TkPermissionsServiceImpl.canTransferSSTOUsage(LeaveBlock lb)
           
 



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.