org.kuali.rice.kns.datadictionary
Interface CollectionDefinitionI

All Known Implementing Classes:
InquiryCollectionDefinition, MaintainableCollectionDefinition

Deprecated.

@Deprecated
public interface CollectionDefinitionI


Method Summary
 Class<? extends BusinessObject> getBusinessObjectClass()
          Deprecated.  
 List<? extends CollectionDefinitionI> getCollections()
          Deprecated.  
 List<? extends FieldDefinitionI> getFields()
          Deprecated.  
 boolean getIncludeAddLine()
          Deprecated.  
 String getName()
          Deprecated.  
 List<? extends FieldDefinitionI> getSummaryFields()
          Deprecated.  
 String getSummaryTitle()
          Deprecated.  
 boolean hasSummaryField(String key)
          Deprecated.  
 boolean isAlwaysAllowCollectionDeletion()
          Deprecated.  
 

Method Detail

getName

String getName()
Deprecated. 

getIncludeAddLine

boolean getIncludeAddLine()
Deprecated. 

getCollections

List<? extends CollectionDefinitionI> getCollections()
Deprecated. 

getFields

List<? extends FieldDefinitionI> getFields()
Deprecated. 

getSummaryTitle

String getSummaryTitle()
Deprecated. 

getBusinessObjectClass

Class<? extends BusinessObject> getBusinessObjectClass()
Deprecated. 

hasSummaryField

boolean hasSummaryField(String key)
Deprecated. 

getSummaryFields

List<? extends FieldDefinitionI> getSummaryFields()
Deprecated. 

isAlwaysAllowCollectionDeletion

boolean isAlwaysAllowCollectionDeletion()
Deprecated. 


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