org.kuali.student.enrollment.lui.infc
Interface LuiCapacity

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
All Known Implementing Classes:
LuiCapacityInfo

public interface LuiCapacity
extends IdEntity, HasEffectiveDates

Detailed information about a single LUI.


Method Summary
 List<String> getLuiIds()
          A list of LUI identifiers to which this capacity definition applies.
 Integer getMaximumSeatCount()
          Maximum number of "seats" that the LUI will hold for registration.
 Integer getProcessingOrder()
          The order in which this capacity definition should be applied when there are multiple capacity definitions for the primary LUI.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getLuiIds

List<String> getLuiIds()
A list of LUI identifiers to which this capacity definition applies.


getMaximumSeatCount

Integer getMaximumSeatCount()
Maximum number of "seats" that the LUI will hold for registration.


getProcessingOrder

Integer getProcessingOrder()
The order in which this capacity definition should be applied when there are multiple capacity definitions for the primary LUI.



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