Class StudentTransferCreditServiceBase
Abstract base class - StudentTransferCreditServiceBase
Inheritance
System.Object
StudentTransferCreditServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentTransferCreditEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class StudentTransferCreditServiceBase : EntityService<StudentTransferCreditEntity>, IStudentTransferCreditService, IEntityService<StudentTransferCreditEntity>, IService
Constructors
StudentTransferCreditServiceBase()
Declaration
protected StudentTransferCreditServiceBase()
Methods
GetStudentTransferCredits(GetStudentTransferCreditsRequest)
Declaration
public virtual GetStudentTransferCreditsResponse GetStudentTransferCredits(GetStudentTransferCreditsRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetStudentTransferCreditsRequest | request |
Returns
| Type | Description |
|---|---|
| GetStudentTransferCreditsResponse |
PublishTransferCreditStatusHasChanged(Int32, Int32, Int32, SaveStudentTransferCreditResponse)
Declaration
public virtual void PublishTransferCreditStatusHasChanged(int transferCreditId, int previousStatusId, int studentEnrollmentPeriodId, SaveStudentTransferCreditResponse newTransferCreditStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | transferCreditId | |
| System.Int32 | previousStatusId | |
| System.Int32 | studentEnrollmentPeriodId | |
| SaveStudentTransferCreditResponse | newTransferCreditStatus |
SaveStudentTransferCredit(SaveStudentTransferCreditRequest)
Declaration
public virtual SaveStudentTransferCreditResponse SaveStudentTransferCredit(SaveStudentTransferCreditRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| SaveStudentTransferCreditRequest | request |
Returns
| Type | Description |
|---|---|
| SaveStudentTransferCreditResponse |
ValidateCampusCourseExist(Int32)
Declaration
public virtual bool ValidateCampusCourseExist(int campusCourseId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | campusCourseId |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService