|
ScientificReport
|


Public Member Functions | |
| IEnumerable< ReportThesis > | GetAll () |
| IEnumerable< ReportThesis > | GetAllWhere (Func< ReportThesis, bool > predicate) |
| IEnumerable< ReportThesis > | GetItemsByRole (ClaimsPrincipal userClaims) |
| IEnumerable< ReportThesis > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| int | GetCountByRole (ClaimsPrincipal userClaims) |
| ReportThesis | GetById (Guid id) |
| ReportThesis | Get (Func< ReportThesis, bool > predicate) |
| void | CreateItem (ReportThesisModel model) |
| void | UpdateItem (ReportThesisEdit model) |
| void | DeleteById (Guid id) |
| bool | Exists (Guid id) |
| IEnumerable< UserProfile > | GetAuthors (Guid id) |
| void | AddAuthor (Guid id, Guid authorId) |
| void | RemoveAuthor (Guid id, Guid authorId) |
Definition at line 10 of file IReportThesisService.cs.
| void ScientificReport.BLL.Interfaces.IReportThesisService.AddAuthor | ( | Guid | id, |
| Guid | authorId | ||
| ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| void ScientificReport.BLL.Interfaces.IReportThesisService.CreateItem | ( | ReportThesisModel | model | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| void ScientificReport.BLL.Interfaces.IReportThesisService.DeleteById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| bool ScientificReport.BLL.Interfaces.IReportThesisService.Exists | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| ReportThesis ScientificReport.BLL.Interfaces.IReportThesisService.Get | ( | Func< ReportThesis, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| IEnumerable<ReportThesis> ScientificReport.BLL.Interfaces.IReportThesisService.GetAll | ( | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| IEnumerable<ReportThesis> ScientificReport.BLL.Interfaces.IReportThesisService.GetAllWhere | ( | Func< ReportThesis, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| IEnumerable<UserProfile> ScientificReport.BLL.Interfaces.IReportThesisService.GetAuthors | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| ReportThesis ScientificReport.BLL.Interfaces.IReportThesisService.GetById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| int ScientificReport.BLL.Interfaces.IReportThesisService.GetCountByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| IEnumerable<ReportThesis> ScientificReport.BLL.Interfaces.IReportThesisService.GetItemsByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| IEnumerable<ReportThesis> ScientificReport.BLL.Interfaces.IReportThesisService.GetPageByRole | ( | int | page, |
| int | count, | ||
| ClaimsPrincipal | userClaims | ||
| ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| void ScientificReport.BLL.Interfaces.IReportThesisService.RemoveAuthor | ( | Guid | id, |
| Guid | authorId | ||
| ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.
| void ScientificReport.BLL.Interfaces.IReportThesisService.UpdateItem | ( | ReportThesisEdit | model | ) |
Implemented in ScientificReport.BLL.Services.ReportThesisService.