C# 클래스 ChatterService.Web.ChatterProxyService

상속: IChatterProxyService
파일 보기 프로젝트 열기: CTSIatUCSF/gadgets

공개 메소드들

메소드 설명
ChatterProxyService ( ) : System
CreateGroup ( Stream stream ) : CommonResult
Follow ( string viewerId, string ownerId, string accessToken ) : CommonResult
GetActivities ( int count, string mode ) : Activity[]
GetActivities ( Object stateInfo ) : void
GetUserActivities ( string userId, string mode, int count ) : Activity[]
HandleError ( Exception error, string key ) : bool
IsUserFollowing ( string viewerId, string ownerId, string accessToken ) : CommonResult
Unfollow ( string viewerId, string ownerId, string accessToken ) : CommonResult

비공개 메소드들

메소드 설명
ValidateSignature ( ) : void
WriteLogToFile ( String msg ) : void
customXertificateValidation ( object sender, X509Certificate cert, X509Chain chain, System error ) : bool
getChatterRestService ( string accessToken ) : ChatterRestService
getChatterSoapService ( ) : ChatterSoapService
getSalesforceUserId ( ChatterSoapService soap, string nodeId ) : string
parseParameters ( Stream stream ) : NameValueCollection

메소드 상세

ChatterProxyService() 공개 메소드

public ChatterProxyService ( ) : System
리턴 System

CreateGroup() 공개 메소드

public CreateGroup ( Stream stream ) : CommonResult
stream Stream
리턴 CommonResult

Follow() 공개 메소드

public Follow ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
리턴 CommonResult

GetActivities() 공개 메소드

public GetActivities ( int count, string mode ) : Activity[]
count int
mode string
리턴 Activity[]

GetActivities() 공개 메소드

public GetActivities ( Object stateInfo ) : void
stateInfo Object
리턴 void

GetUserActivities() 공개 메소드

public GetUserActivities ( string userId, string mode, int count ) : Activity[]
userId string
mode string
count int
리턴 Activity[]

HandleError() 공개 메소드

public HandleError ( Exception error, string key ) : bool
error System.Exception
key string
리턴 bool

IsUserFollowing() 공개 메소드

public IsUserFollowing ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
리턴 CommonResult

Unfollow() 공개 메소드

public Unfollow ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
리턴 CommonResult