C# Class FITKMS_business.Data.DAClanci

显示文件 Open project: fitba/km-2013-projects-team-bjelasnica

Public Properties

Property Type Description
totalRows int

Public Methods

Method Description
AddComment ( ClanciKomentari comment ) : void
Count ( ) : int
DeleteDocument ( int articleId ) : void
GetGradeForUser ( int articleId, int userId ) : ClanciOcjene
GradeArticle ( ClanciOcjene grade ) : void
Insert ( Clanci article, List tags ) : void
Search ( string searchText, int maxRows, int offset ) : List
SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List
Select ( int clanakId ) : Clanci
SelectBestRated ( ) : List
SelectById ( int articleId ) : fsp_Clanci_SelectById_Result
SelectByTagId ( int tagId, int maxRows, int offset ) : List
SelectComments ( int articleId, int maxRows, int offset ) : List
SelectHistory ( int articleId, int maxRows, int offset ) : List
SelectLastComments ( ) : List
SelectTags ( int clanakId ) : List
SelectTypes ( bool status ) : List
TrackChange ( ClanciIzmjene articleChange ) : void
Update ( Clanci article, List tags ) : void
UpdateCommentStatus ( int articleCommentId, bool status ) : void

Method Details

AddComment() public static method

public static AddComment ( ClanciKomentari comment ) : void
comment ClanciKomentari
return void

Count() public static method

public static Count ( ) : int
return int

DeleteDocument() public static method

public static DeleteDocument ( int articleId ) : void
articleId int
return void

GetGradeForUser() public static method

public static GetGradeForUser ( int articleId, int userId ) : ClanciOcjene
articleId int
userId int
return ClanciOcjene

GradeArticle() public static method

public static GradeArticle ( ClanciOcjene grade ) : void
grade ClanciOcjene
return void

Insert() public static method

public static Insert ( Clanci article, List tags ) : void
article Clanci
tags List
return void

Search() public static method

public static Search ( string searchText, int maxRows, int offset ) : List
searchText string
maxRows int
offset int
return List

SearchByTheme() public static method

public static SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List
theme string
themeId int
maxRows int
offset int
return List

Select() public static method

public static Select ( int clanakId ) : Clanci
clanakId int
return Clanci

SelectBestRated() public static method

public static SelectBestRated ( ) : List
return List

SelectById() public static method

public static SelectById ( int articleId ) : fsp_Clanci_SelectById_Result
articleId int
return fsp_Clanci_SelectById_Result

SelectByTagId() public static method

public static SelectByTagId ( int tagId, int maxRows, int offset ) : List
tagId int
maxRows int
offset int
return List

SelectComments() public static method

public static SelectComments ( int articleId, int maxRows, int offset ) : List
articleId int
maxRows int
offset int
return List

SelectHistory() public static method

public static SelectHistory ( int articleId, int maxRows, int offset ) : List
articleId int
maxRows int
offset int
return List

SelectLastComments() public static method

public static SelectLastComments ( ) : List
return List

SelectTags() public static method

public static SelectTags ( int clanakId ) : List
clanakId int
return List

SelectTypes() public static method

public static SelectTypes ( bool status ) : List
status bool
return List

TrackChange() public static method

public static TrackChange ( ClanciIzmjene articleChange ) : void
articleChange ClanciIzmjene
return void

Update() public static method

public static Update ( Clanci article, List tags ) : void
article Clanci
tags List
return void

UpdateCommentStatus() public static method

public static UpdateCommentStatus ( int articleCommentId, bool status ) : void
articleCommentId int
status bool
return void

Property Details

totalRows public_oe static_oe property

public static int totalRows
return int