The IJournalController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DeleteComment |
Delete a comment by id.
|
![]() | DeleteJournalItem |
Hard delete journal item by journal id.
|
![]() | DeleteJournalItemByGroupId |
Hard delete journal items based on group Id
|
![]() | DeleteJournalItemByKey |
Hard delete journal item by object key.
|
![]() | DisableComments |
Disable comment on a journal item.
|
![]() | EnableComments |
Enable comment on a journal item.
|
![]() | GetComment |
Get comment info object by comment id.
|
![]() | GetCommentsByJournalIds |
Get all comments in the given journal items.
|
![]() | GetJournalItem(Int32, Int32, Int32) |
Get journal info.
|
![]() | GetJournalItem(Int32, Int32, Int32, Boolean) |
Get journal info.
|
![]() | GetJournalItem(Int32, Int32, Int32, Boolean, Boolean) |
Get journal info.
|
![]() | GetJournalItem(Int32, Int32, Int32, Boolean, Boolean, Boolean) |
Get journal info.
|
![]() | GetJournalItemByKey(Int32, String) |
Get journal item by object key.
|
![]() | GetJournalItemByKey(Int32, String, Boolean) |
Get journal item by object key.
|
![]() | GetJournalItemByKey(Int32, String, Boolean, Boolean) |
Get journal item by object key.
|
![]() | GetJournalType |
Get journal type by name.
|
![]() | GetJournalTypeById |
Get journal type by type id.
|
![]() | GetJournalTypes |
Get all journal types in portal.
|
![]() | HideComments |
Hide comments on a journal item.
|
![]() | LikeComment |
Save a like on comment.
|
![]() | LikeJournalItem |
Save a like on journal item.
|
![]() | SaveComment |
Save comment info object into database.
|
![]() | SaveJourmalFile |
Save an uploaded file
|
![]() | SaveJournalItem(JournalItem, ModuleInfo) |
Save the journal object into database.
|
![]() | SaveJournalItem(JournalItem, Int32) | Obsolete. |
![]() | ShowComments |
Show comments on a journal item.
|
![]() | SoftDeleteJournalItem |
Soft delete journal item by journal id.
|
![]() | SoftDeleteJournalItemByGroupId |
Soft delete journal items based on group Id
|
![]() | SoftDeleteJournalItemByKey |
Soft delete journal item by object key.
|
![]() | UpdateJournalItem(JournalItem, ModuleInfo) |
Update the journal info in database.
|
![]() | UpdateJournalItem(JournalItem, Int32) | Obsolete. |