C# 클래스 FITKMS_business.Data.DAClanci

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

공개 프로퍼티들

프로퍼티 타입 설명
totalRows int

공개 메소드들

메소드 설명
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

메소드 상세

AddComment() 공개 정적인 메소드

public static AddComment ( ClanciKomentari comment ) : void
comment ClanciKomentari
리턴 void

Count() 공개 정적인 메소드

public static Count ( ) : int
리턴 int

DeleteDocument() 공개 정적인 메소드

public static DeleteDocument ( int articleId ) : void
articleId int
리턴 void

GetGradeForUser() 공개 정적인 메소드

public static GetGradeForUser ( int articleId, int userId ) : ClanciOcjene
articleId int
userId int
리턴 ClanciOcjene

GradeArticle() 공개 정적인 메소드

public static GradeArticle ( ClanciOcjene grade ) : void
grade ClanciOcjene
리턴 void

Insert() 공개 정적인 메소드

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

Search() 공개 정적인 메소드

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

SearchByTheme() 공개 정적인 메소드

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

Select() 공개 정적인 메소드

public static Select ( int clanakId ) : Clanci
clanakId int
리턴 Clanci

SelectBestRated() 공개 정적인 메소드

public static SelectBestRated ( ) : List
리턴 List

SelectById() 공개 정적인 메소드

public static SelectById ( int articleId ) : fsp_Clanci_SelectById_Result
articleId int
리턴 fsp_Clanci_SelectById_Result

SelectByTagId() 공개 정적인 메소드

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

SelectComments() 공개 정적인 메소드

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

SelectHistory() 공개 정적인 메소드

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

SelectLastComments() 공개 정적인 메소드

public static SelectLastComments ( ) : List
리턴 List

SelectTags() 공개 정적인 메소드

public static SelectTags ( int clanakId ) : List
clanakId int
리턴 List

SelectTypes() 공개 정적인 메소드

public static SelectTypes ( bool status ) : List
status bool
리턴 List

TrackChange() 공개 정적인 메소드

public static TrackChange ( ClanciIzmjene articleChange ) : void
articleChange ClanciIzmjene
리턴 void

Update() 공개 정적인 메소드

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

UpdateCommentStatus() 공개 정적인 메소드

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

프로퍼티 상세

totalRows 공개적으로 정적으로 프로퍼티

public static int totalRows
리턴 int