Interface IStudentAwardPellEstimateService
Represents a service contract for interacting with the StudentAwardPellEstimateEntity.
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IStudentAwardPellEstimateService : IEntityService<StudentAwardPellEstimateEntity>, IService
Methods
CalculateStudentAwardEfcEstimate(CalculateStudentAwardEfcEstimateRequest)
This method is used to calculate EFC amount for Student Award Efc Estimate entity.
Declaration
CalculateStudentAwardEfcEstimateResponse CalculateStudentAwardEfcEstimate(CalculateStudentAwardEfcEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
CalculateStudentAwardEfcEstimateRequest | request | The CalculateStudentAwardEfcEstimateRequest Object contains the student entity details that need to be used for calculation of EFC amount. |
Returns
Type | Description |
---|---|
CalculateStudentAwardEfcEstimateResponse | Returns the CalculateStudentAwardEfcEstimateResponse with the following values: Calculation result which contains EFC aomunt. |
CalculateStudentAwardPellEstimate(CalculateStudentAwardPellEstimateRequest)
This method is used to calculate PELL amount for Student Award Pell Estimate entity.
Declaration
CalculateStudentAwardPellEstimateResponse CalculateStudentAwardPellEstimate(CalculateStudentAwardPellEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
CalculateStudentAwardPellEstimateRequest | request | The CalculateStudentAwardPellEstimateRequest Object contains the student entity details that need to be used for calculation of PELL amount. |
Returns
Type | Description |
---|---|
CalculateStudentAwardPellEstimateResponse | Returns the CalculateStudentAwardPellEstimateResponse with the following values: Calculation result which contains PELL aomunt. |
GetIsirForStudentAwardPellEstimate(GetIsirForStudentAwardPellEstimateRequest)
Gets the details of Student Award Pell Estimate records associated to the Student.
Declaration
GetIsirForStudentAwardPellEstimateResponse GetIsirForStudentAwardPellEstimate(GetIsirForStudentAwardPellEstimateRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetIsirForStudentAwardPellEstimateRequest | request | GetIsirForStudentAwardPellEstimateRequest Object contains the value of StudentId. |
Returns
Type | Description |
---|---|
GetIsirForStudentAwardPellEstimateResponse | The GetIsirForStudentAwardPellEstimateResponse contains the status of the Commit operation. |