Interface IInternalJournalController
Assembly: DotNetNuke.dll
Syntax
public interface IInternalJournalController
Methods
|
Improve this Doc
View Source
DeleteFilters(Int32, Int32)
Declaration
void DeleteFilters(int portalId, int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
GetJournalItems(Int32, Int32, Int32, Int32, Int32)
Declaration
IList<JournalItem> GetJournalItems(int portalId, int moduleId, int userID, int currentIndex, int rows)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleId |
|
System.Int32 |
userID |
|
System.Int32 |
currentIndex |
|
System.Int32 |
rows |
|
Returns
|
Improve this Doc
View Source
GetJournalItemsByGroup(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
IList<JournalItem> GetJournalItemsByGroup(int portalId, int moduleId, int userID, int socialGroupId, int currentIndex, int rows)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleId |
|
System.Int32 |
userID |
|
System.Int32 |
socialGroupId |
|
System.Int32 |
currentIndex |
|
System.Int32 |
rows |
|
Returns
|
Improve this Doc
View Source
GetJournalItemsByProfile(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
IList<JournalItem> GetJournalItemsByProfile(int portalId, int moduleId, int userID, int profileId, int currentIndex, int rows)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleId |
|
System.Int32 |
userID |
|
System.Int32 |
profileId |
|
System.Int32 |
currentIndex |
|
System.Int32 |
rows |
|
Returns
|
Improve this Doc
View Source
SaveFilters(Int32, Int32, Int32)
Declaration
void SaveFilters(int portalId, int moduleId, int toInt32)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleId |
|
System.Int32 |
toInt32 |
|
Extension Methods