C# 클래스 BLL.ActService

파일 보기 프로젝트 열기: GHY-ORG/Firewood 1 사용 예제들

공개 메소드들

메소드 설명
GetActByActID ( System.Guid actid ) : Activity
GetActByAward ( int n, int page ) : List
GetActByClass ( int type, string classname, int n, int page ) : List
GetActByMoney ( int n, int page ) : List
GetActByPlace ( string place, int n, int page ) : List
GetActByScore ( int n, int page ) : List
GetActByTitle ( string title, int n, int page ) : List
GetActByUserID ( System.Guid userid ) : List
GetActCountByOrgID ( System.Guid orgid ) : int
GetActListByOrgID ( System.Guid orgid, int n, int page ) : List
GetPathByID ( System.Guid actid ) : string
GetTopActList ( ) : List
GetTypeByID ( System.Guid actid ) : string
Publish ( Activity act ) : bool
ShowIndexAct ( int n, int page ) : List

메소드 상세

GetActByActID() 공개 메소드

public GetActByActID ( System.Guid actid ) : Activity
actid System.Guid
리턴 Activity

GetActByAward() 공개 메소드

public GetActByAward ( int n, int page ) : List
n int
page int
리턴 List

GetActByClass() 공개 메소드

public GetActByClass ( int type, string classname, int n, int page ) : List
type int
classname string
n int
page int
리턴 List

GetActByMoney() 공개 메소드

public GetActByMoney ( int n, int page ) : List
n int
page int
리턴 List

GetActByPlace() 공개 메소드

public GetActByPlace ( string place, int n, int page ) : List
place string
n int
page int
리턴 List

GetActByScore() 공개 메소드

public GetActByScore ( int n, int page ) : List
n int
page int
리턴 List

GetActByTitle() 공개 메소드

public GetActByTitle ( string title, int n, int page ) : List
title string
n int
page int
리턴 List

GetActByUserID() 공개 메소드

public GetActByUserID ( System.Guid userid ) : List
userid System.Guid
리턴 List

GetActCountByOrgID() 공개 메소드

public GetActCountByOrgID ( System.Guid orgid ) : int
orgid System.Guid
리턴 int

GetActListByOrgID() 공개 메소드

public GetActListByOrgID ( System.Guid orgid, int n, int page ) : List
orgid System.Guid
n int
page int
리턴 List

GetPathByID() 공개 메소드

public GetPathByID ( System.Guid actid ) : string
actid System.Guid
리턴 string

GetTopActList() 공개 메소드

public GetTopActList ( ) : List
리턴 List

GetTypeByID() 공개 메소드

public GetTypeByID ( System.Guid actid ) : string
actid System.Guid
리턴 string

Publish() 공개 메소드

public Publish ( Activity act ) : bool
act Activity
리턴 bool

ShowIndexAct() 공개 메소드

public ShowIndexAct ( int n, int page ) : List
n int
page int
리턴 List