The IJournalController type exposes the following members.

Methods

  NameDescription
Public methodDeleteComment
Delete a comment by id.
Public methodDeleteJournalItem
Hard delete journal item by journal id.
Public methodDeleteJournalItemByGroupId
Hard delete journal items based on group Id
Public methodDeleteJournalItemByKey
Hard delete journal item by object key.
Public methodDisableComments
Disable comment on a journal item.
Public methodEnableComments
Enable comment on a journal item.
Public methodGetComment
Get comment info object by comment id.
Public methodGetCommentsByJournalIds
Get all comments in the given journal items.
Public methodGetJournalItem(Int32, Int32, Int32)
Get journal info.
Public methodGetJournalItem(Int32, Int32, Int32, Boolean)
Get journal info.
Public methodGetJournalItem(Int32, Int32, Int32, Boolean, Boolean)
Get journal info.
Public methodGetJournalItem(Int32, Int32, Int32, Boolean, Boolean, Boolean)
Get journal info.
Public methodGetJournalItemByKey(Int32, String)
Get journal item by object key.
Public methodGetJournalItemByKey(Int32, String, Boolean)
Get journal item by object key.
Public methodGetJournalItemByKey(Int32, String, Boolean, Boolean)
Get journal item by object key.
Public methodGetJournalType
Get journal type by name.
Public methodGetJournalTypeById
Get journal type by type id.
Public methodGetJournalTypes
Get all journal types in portal.
Public methodHideComments
Hide comments on a journal item.
Public methodLikeComment
Save a like on comment.
Public methodLikeJournalItem
Save a like on journal item.
Public methodSaveComment
Save comment info object into database.
Public methodSaveJourmalFile
Save an uploaded file
Public methodSaveJournalItem(JournalItem, ModuleInfo)
Save the journal object into database.
Public methodSaveJournalItem(JournalItem, Int32) Obsolete.
Public methodShowComments
Show comments on a journal item.
Public methodSoftDeleteJournalItem
Soft delete journal item by journal id.
Public methodSoftDeleteJournalItemByGroupId
Soft delete journal items based on group Id
Public methodSoftDeleteJournalItemByKey
Soft delete journal item by object key.
Public methodUpdateJournalItem(JournalItem, ModuleInfo)
Update the journal info in database.
Public methodUpdateJournalItem(JournalItem, Int32) Obsolete.

See Also