C# Class SigTrade.Models.GenericRepository

Inheritance: IGenericRepository
Show file Open project: unepwcmc/sigtrade Class Usage Examples

Public Methods

Method Description
DeleteUser ( string key, int SourceID, int SourceType ) : void
GetAllDecisionTypes ( ) : IList
GetAllTradeTerms ( ) : IList
GetDescriptionByType ( int externalRef, string type ) : string
SaveUser ( UsersParagraphLink user ) : void
getAllCommittees ( ) : IList
getAllCommitteesSelect ( ) : IList
getAllCountries ( ) : IList
getAllLevelofConcerns ( ) : IList
getAllMeetings ( ) : IList
getAllMeetingsSelect ( ) : IList
getAllPhase ( ) : IList
getAllUsersBySource ( ) : IList
getConcernForParagraphAction ( int paction_id ) : string
getExternalRef ( string description, string type ) : int
getOldDataImportedStatus ( int ReviewID ) : bool
getPActionLib ( int ID ) : ParagraphActionLib
getParagraphActionPerReview ( int reviewid ) : ParagraphAction
getReportData ( int country, int phase, int paLibId, int concern, string actors, int kingdom, int taxonId ) : DataSet
getUserByKey ( string key ) : UsersParagraphLink
getUserBySource ( int SourceID, int SourceType ) : IList
resetCurrentConcernForReview ( int ReviewID ) : void

Method Details

DeleteUser() public method

public DeleteUser ( string key, int SourceID, int SourceType ) : void
key string
SourceID int
SourceType int
return void

GetAllDecisionTypes() public method

public GetAllDecisionTypes ( ) : IList
return IList

GetAllTradeTerms() public method

public GetAllTradeTerms ( ) : IList
return IList

GetDescriptionByType() public method

public GetDescriptionByType ( int externalRef, string type ) : string
externalRef int
type string
return string

SaveUser() public method

public SaveUser ( UsersParagraphLink user ) : void
user UsersParagraphLink
return void

getAllCommittees() public method

public getAllCommittees ( ) : IList
return IList

getAllCommitteesSelect() public method

public getAllCommitteesSelect ( ) : IList
return IList

getAllCountries() public method

public getAllCountries ( ) : IList
return IList

getAllLevelofConcerns() public method

public getAllLevelofConcerns ( ) : IList
return IList

getAllMeetings() public method

public getAllMeetings ( ) : IList
return IList

getAllMeetingsSelect() public method

public getAllMeetingsSelect ( ) : IList
return IList

getAllPhase() public method

public getAllPhase ( ) : IList
return IList

getAllUsersBySource() public method

public getAllUsersBySource ( ) : IList
return IList

getConcernForParagraphAction() public method

public getConcernForParagraphAction ( int paction_id ) : string
paction_id int
return string

getExternalRef() public method

public getExternalRef ( string description, string type ) : int
description string
type string
return int

getOldDataImportedStatus() public method

public getOldDataImportedStatus ( int ReviewID ) : bool
ReviewID int
return bool

getPActionLib() public method

public getPActionLib ( int ID ) : ParagraphActionLib
ID int
return ParagraphActionLib

getParagraphActionPerReview() public method

public getParagraphActionPerReview ( int reviewid ) : ParagraphAction
reviewid int
return ParagraphAction

getReportData() public method

public getReportData ( int country, int phase, int paLibId, int concern, string actors, int kingdom, int taxonId ) : DataSet
country int
phase int
paLibId int
concern int
actors string
kingdom int
taxonId int
return DataSet

getUserByKey() public method

public getUserByKey ( string key ) : UsersParagraphLink
key string
return UsersParagraphLink

getUserBySource() public method

public getUserBySource ( int SourceID, int SourceType ) : IList
SourceID int
SourceType int
return IList

resetCurrentConcernForReview() public method

public resetCurrentConcernForReview ( int ReviewID ) : void
ReviewID int
return void