|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Agency | |
---|---|
org.kuali.kfs.module.cg.businessobject | |
org.kuali.kfs.module.cg.document.validation.impl | |
org.kuali.kfs.module.cg.service | |
org.kuali.kfs.module.cg.service.impl |
Uses of Agency in org.kuali.kfs.module.cg.businessobject |
---|
Methods in org.kuali.kfs.module.cg.businessobject that return Agency | |
---|---|
Agency |
Proposal.getAgency()
Gets the Agency attribute. |
Agency |
Award.getAgency()
Gets the agency attribute. |
Agency |
Proposal.getFederalPassThroughAgency()
Gets the federalPassThroughAgency attribute. |
Agency |
Award.getFederalPassThroughAgency()
Gets the federalPassThroughAgency attribute. |
Agency |
Agency.getReportsToAgency()
Gets the reportsToAgency attribute. |
Methods in org.kuali.kfs.module.cg.businessobject with parameters of type Agency | |
---|---|
boolean |
Agency.equals(Agency agency)
This method compares the passed in agency object against this agency object to check for equality. |
void |
Proposal.setAgency(Agency agency)
Deprecated. |
void |
Award.setAgency(Agency agency)
Deprecated. Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial creation of the object and should not be changed. |
void |
Proposal.setFederalPassThroughAgency(Agency federalPassThroughAgency)
Deprecated. |
void |
Award.setFederalPassThroughAgency(Agency federalPassThroughAgency)
Deprecated. Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial creation of the object and should not be changed. |
void |
Agency.setReportsToAgency(Agency reportsToAgencyNumber)
Deprecated. |
Uses of Agency in org.kuali.kfs.module.cg.document.validation.impl |
---|
Fields in org.kuali.kfs.module.cg.document.validation.impl declared as Agency | |
---|---|
protected Agency |
AgencyRule.newAgency
|
protected Agency |
AgencyRule.oldAgency
|
Methods in org.kuali.kfs.module.cg.document.validation.impl with parameters of type Agency | |
---|---|
protected boolean |
CGMaintenanceDocumentRuleBase.checkAgencyNotEqualToFederalPassThroughAgency(Agency agency,
Agency federalPassThroughAgency,
String agencyPropertyName,
String fedPassThroughAgencyPropertyName)
This method checks to see if the two agency values passed in are the same Agency . |
protected boolean |
CGMaintenanceDocumentRuleBase.checkFederalPassThrough(boolean federalPassThroughIndicator,
Agency primaryAgency,
String federalPassThroughAgencyNumber,
Class propertyClass,
String federalPassThroughIndicatorFieldName)
Checks if the required federal pass through fields are filled in if the federal pass through indicator is yes. |
Uses of Agency in org.kuali.kfs.module.cg.service |
---|
Methods in org.kuali.kfs.module.cg.service that return Agency | |
---|---|
Agency |
AgencyService.getByPrimaryId(String agencyNumber)
Finds a Agency by agency number. |
Uses of Agency in org.kuali.kfs.module.cg.service.impl |
---|
Methods in org.kuali.kfs.module.cg.service.impl that return Agency | |
---|---|
Agency |
AgencyServiceImpl.getByPrimaryId(String agencyNumber)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |