org.kuali.student.r2.lum.clu.infc
Interface CluSetTreeView

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

public interface CluSetTreeView
extends IdEntity, HasEffectiveDates

Tree representation of clu sets


Method Summary
 String getAdminOrg()
          Information about an organization acting in administrative capacity for a learning unit.The Organization responsible for this cluset
 List<? extends Clu> getClus()
          List of directly contained CLUs.
 List<? extends CluSetTreeView> getCluSets()
          List of of directly contained CLU Sets.
 Boolean getIsReferenceable()
          Flags set to true if CluSet can be referenced by ReqComponents and other entities.
 Boolean getIsReusable()
          Flags if the Clu Set is reusable or was created for one time use for e.g.
 
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

getAdminOrg

String getAdminOrg()
Information about an organization acting in administrative capacity for a learning unit.The Organization responsible for this cluset


getIsReusable

Boolean getIsReusable()
Flags if the Clu Set is reusable or was created for one time use for e.g. in ReqComponentInfo


getIsReferenceable

Boolean getIsReferenceable()
Flags set to true if CluSet can be referenced by ReqComponents and other entities. If set to false, then the CluSet can be referenced only by other CluSets.


getCluSets

List<? extends CluSetTreeView> getCluSets()
List of of directly contained CLU Sets. Present for enumerated CLU Sets.


getClus

List<? extends Clu> getClus()
List of directly contained CLUs. Present for enumerated CLU Sets.



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