|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AwardOrganization | |
---|---|
org.kuali.kfs.module.cg.businessobject | |
org.kuali.kfs.module.cg.document.validation.impl |
Uses of AwardOrganization in org.kuali.kfs.module.cg.businessobject |
---|
Methods in org.kuali.kfs.module.cg.businessobject that return AwardOrganization | |
---|---|
AwardOrganization |
Award.getPrimaryAwardOrganization()
This method gets the primary award organization. |
Methods in org.kuali.kfs.module.cg.businessobject that return types with arguments of type AwardOrganization | |
---|---|
List<AwardOrganization> |
Award.getAwardOrganizations()
Gets the awardOrganizations list. |
Methods in org.kuali.kfs.module.cg.businessobject with parameters of type AwardOrganization | |
---|---|
void |
Award.setPrimaryAwardOrganization(AwardOrganization primaryAwardOrganization)
This method sets the primary award organization. |
Method parameters in org.kuali.kfs.module.cg.businessobject with type arguments of type AwardOrganization | |
---|---|
void |
Award.setAwardOrganizations(List<AwardOrganization> awardOrganizations)
Sets the awardOrganizations list. |
Uses of AwardOrganization in org.kuali.kfs.module.cg.document.validation.impl |
---|
Methods in org.kuali.kfs.module.cg.document.validation.impl with parameters of type AwardOrganization | |
---|---|
protected boolean |
AwardRule.checkAwardOrganization(AwardOrganization awardOrganization)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |