|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
CGMaintenanceDocumentRuleBase.checkProjectDirectorsAreDirectors(List<T> projectDirectors,
Class<T> elementClass,
String collectionName)
|
|
protected
|
CGMaintenanceDocumentRuleBase.checkProjectDirectorsExist(List<T> projectDirectors,
Class<T> elementClass,
String collectionName)
|
|
protected
|
CGMaintenanceDocumentRuleBase.checkProjectDirectorsStatuses(List<T> projectDirectors,
Class<T> elementClass,
String propertyName)
This method takes in a collection of ProjectDirector s and reviews them to see if any have invalid states for being
added to a Proposal . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |