Uses of Class
org.jasig.schedassist.model.AvailableStatus

Packages that use AvailableStatus
org.jasig.schedassist.model   
 

Uses of AvailableStatus in org.jasig.schedassist.model
 

Methods in org.jasig.schedassist.model that return AvailableStatus
static AvailableStatus AvailableStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AvailableStatus[] AvailableStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jasig.schedassist.model that return types with arguments of type AvailableStatus
 SortedMap<AvailableBlock,AvailableStatus> VisibleSchedule.getBlockMap()
           
 

Methods in org.jasig.schedassist.model with parameters of type AvailableStatus
protected  List<AvailableBlock> VisibleSchedule.getBlockListForStatus(AvailableStatus targetStatus)
          Iterate through the blockMap and return a List of AvailableBlocks that match the target AvailableStatus.
protected  int VisibleSchedule.getCountForStatus(AvailableStatus targetStatus)
          Iterate through the blockMap and return a count of AvailableBlocks that match the target AvailableStatus.
 



Copyright © 2012 Jasig. All Rights Reserved.