Uses of Interface
org.kuali.kfs.module.cg.businessobject.CGProjectDirector

Packages that use CGProjectDirector
org.kuali.kfs.module.cg.businessobject   
org.kuali.kfs.module.cg.document.validation.impl   
 

Uses of CGProjectDirector in org.kuali.kfs.module.cg.businessobject
 

Classes in org.kuali.kfs.module.cg.businessobject that implement CGProjectDirector
 class AwardAccount
          This class represents an association between an award and an account.
 class AwardProjectDirector
          This class represents an association between an award and a project director.
 class ProposalProjectDirector
          Represents a relationship between a Proposal and a ProjectDirector.
 

Uses of CGProjectDirector in org.kuali.kfs.module.cg.document.validation.impl
 

Methods in org.kuali.kfs.module.cg.document.validation.impl with type parameters of type CGProjectDirector
protected
<T extends CGProjectDirector>
boolean
CGMaintenanceDocumentRuleBase.checkProjectDirectorsAreDirectors(List<T> projectDirectors, Class<T> elementClass, String collectionName)
           
protected
<T extends CGProjectDirector>
boolean
CGMaintenanceDocumentRuleBase.checkProjectDirectorsExist(List<T> projectDirectors, Class<T> elementClass, String collectionName)
           
protected
<T extends CGProjectDirector>
boolean
CGMaintenanceDocumentRuleBase.checkProjectDirectorsStatuses(List<T> projectDirectors, Class<T> elementClass, String propertyName)
          This method takes in a collection of ProjectDirectors and reviews them to see if any have invalid states for being added to a Proposal.
 



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