Package | Description |
---|---|
org.kuali.ole.module.cg.businessobject | |
org.kuali.ole.module.cg.document.validation.impl | |
org.kuali.ole.module.cg.service | |
org.kuali.ole.module.cg.service.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Agency |
AgencyRule.newAgency |
protected Agency |
AgencyRule.oldAgency |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Agency |
AgencyService.getByPrimaryId(String agencyNumber)
Finds a Agency by agency number.
|
Modifier and Type | Method and Description |
---|---|
Agency |
AgencyServiceImpl.getByPrimaryId(String agencyNumber) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.