Interface IStudentAwardEstimateService
Represents a service contract for interacting with the StudentAwardEstimateEntity.
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IStudentAwardEstimateService : IEntityService<StudentAwardEstimateEntity>, IService
Methods
AutoPackageStudentAwardEstimate(AutoPackageStudentAwardEstimateRequest)
Auto package the student award for estimate.
Declaration
AutoPackageStudentAwardEstimateResponse AutoPackageStudentAwardEstimate(AutoPackageStudentAwardEstimateRequest request)
Parameters
Returns
DeleteStudentAwardEstimateByStudentId(DeleteStudentAwardEstimateByStudentIdRequest)
Deletes the list of Student Award Estimate records associated to the Student.
Declaration
DeleteStudentAwardEstimateByStudentIdResponse DeleteStudentAwardEstimateByStudentId(DeleteStudentAwardEstimateByStudentIdRequest request)
Parameters
Returns
GetStudentAwardEstimate(GetStudentAwardEstimateRequest)
Declaration
GetStudentAwardEstimateResponse GetStudentAwardEstimate(GetStudentAwardEstimateRequest request)
Parameters
Returns
SaveStudentAwardYearEstimateAid(SaveStudentAwardYearEstimateAidRequest)
Declaration
SaveStudentAwardYearEstimateAidResponse SaveStudentAwardYearEstimateAid(SaveStudentAwardYearEstimateAidRequest request)
Parameters
Returns
See Also
Cmc.Core.ServiceModel.IEntityService<>