메소드 | 설명 | |
---|---|---|
AddSQLParameters ( |
||
ConvertDepartment ( string department ) : string | ||
ConvertDivision ( string division ) : string | ||
ConvertInstitution ( string institution ) : string | ||
ConvertV2ToBetaSearch ( string RDFResults, string queryid, string version, bool individual ) : string | ||
ExecuteSQLDataCommand ( |
||
ExecuteSQLDataCommand ( |
||
GetCommandTimeout ( ) : int | ||
GetConvertedListItem ( List |
||
GetCustomPubItem ( List |
||
GetDBCommand ( |
||
GetDBCommand ( string SqlConnectionString, String CmdText, CommandType CmdType, CommandBehavior CmdBehavior, |
||
GetDBConnection ( string Connectionstring ) : |
returns sqlconnection object
|
|
GetDepartments ( ) : List |
To return the list of all the Departments
|
|
GetDivisions ( ) : List |
To return the list of all the Divisions
|
|
GetFacultyRanks ( ) : List |
||
GetFacultyRanks ( string rankstrings ) : List |
||
GetFilters ( ) : |
||
GetInstitutionAbbreviation ( string institutionname ) : string | ||
GetInstitutions ( ) : List |
To return the list of all the Institutions
|
|
GetPersonID ( string ecomid ) : int | ||
GetPersonTypes ( ) : |
Get a list of person types from the database. Logically reorganized to be in the correct format for the ComboTreeCheck control
|
|
GetProfileNetworkForBrowser ( |
||
GetRESTBasePath ( ) : string | ||
GetSQLDataReader ( |
||
GetSQLDataReader ( string ConnectionString, String CmdText, CommandType CmdType, CommandBehavior CmdBehavior, |
||
GetTotalSearchConnections ( |
||
Search ( |
||
Search ( string personid, bool secure ) : |
||
SearchRequest ( string searchstring, string exactphrase, string fname, string lname, string institution, string institutionallexcept, string department, string departmentallexcept, string division, string divisionallexcept, string classuri, string limit, string offset, string sortby, string sortdirection, string otherfilters, string personid, string ecomid, string harvardid ) : |
||
SessionCreate ( Connects.Profiles.Service.ServiceImplementation.Session &session ) : void |
Used to create a custom Profiles Session instance. This instance is used to track and store user activity as a form of Profiles Network.
|
|
SessionUpdate ( Connects.Profiles.Service.ServiceImplementation.Session &session ) : void |
Used to create a custom Profiles Session instance. This instance is used to track and store user activity as a form of Profiles Network.
|
메소드 | 설명 | |
---|---|---|
DepartmentSort ( string direction ) : string | ||
DivisionSort ( string direction ) : string | ||
FilterSort ( string direction ) : string | ||
GetCustomPubs ( System.Int64 nodeid ) : List |
||
GetOtherOptions ( string otheroptions ) : List |
||
GetPersonData ( |
||
GetPersonID ( System.Int64 nodeid ) : int | ||
GetPubCount ( System.Int64 nodeid ) : int | ||
InstitutionSort ( string direction ) : string | ||
NameSort ( string direction ) : string | ||
TitleSort ( string direction ) : string |
public AddSQLParameters ( |
||
sqlcmd | ||
sqlParam | ||
리턴 | void |
public ConvertDepartment ( string department ) : string | ||
department | string | |
리턴 | string |
public ConvertDivision ( string division ) : string | ||
division | string | |
리턴 | string |
public ConvertInstitution ( string institution ) : string | ||
institution | string | |
리턴 | string |
public ConvertV2ToBetaSearch ( string RDFResults, string queryid, string version, bool individual ) : string | ||
RDFResults | string | |
queryid | string | |
version | string | |
individual | bool | |
리턴 | string |
public ExecuteSQLDataCommand ( |
||
sqlcmd | ||
리턴 | void |
public ExecuteSQLDataCommand ( |
||
sqlcmd | ||
o | object | |
리턴 | void |
public GetConvertedListItem ( List |
||
listitems | List |
|
itemtoconvert | string | |
리턴 | string |
public GetCustomPubItem ( List |
||
pubs | List |
|
mpid | string | |
리턴 |
public GetDBCommand ( |
||
sqlcn | ||
CmdText | String | |
CmdType | CommandType | |
CmdBehavior | CommandBehavior | |
sqlParam | ||
리턴 |
public GetDBCommand ( string SqlConnectionString, String CmdText, CommandType CmdType, CommandBehavior CmdBehavior, |
||
SqlConnectionString | string | |
CmdText | String | |
CmdType | CommandType | |
CmdBehavior | CommandBehavior | |
sqlParam | ||
리턴 |
public GetDBConnection ( string Connectionstring ) : |
||
Connectionstring | string | |
리턴 |
public GetFacultyRanks ( string rankstrings ) : List |
||
rankstrings | string | |
리턴 | List |
public GetInstitutionAbbreviation ( string institutionname ) : string | ||
institutionname | string | |
리턴 | string |
public GetProfileNetworkForBrowser ( |
||
personid | ||
리턴 |
public GetSQLDataReader ( |
||
sqlcmd | ||
리턴 | System.Data.SqlClient.SqlDataReader |
public GetSQLDataReader ( string ConnectionString, String CmdText, CommandType CmdType, CommandBehavior CmdBehavior, |
||
ConnectionString | string | |
CmdText | String | |
CmdType | CommandType | |
CmdBehavior | CommandBehavior | |
sqlParam | ||
리턴 | System.Data.SqlClient.SqlDataReader |
public GetTotalSearchConnections ( |
||
searchdata | ||
namespaces | ||
리턴 | System.Int64 |
public Search ( |
||
searchoptions | ||
secure | bool | |
리턴 |
public Search ( string personid, bool secure ) : |
||
personid | string | |
secure | bool | |
리턴 |
public SearchRequest ( string searchstring, string exactphrase, string fname, string lname, string institution, string institutionallexcept, string department, string departmentallexcept, string division, string divisionallexcept, string classuri, string limit, string offset, string sortby, string sortdirection, string otherfilters, string personid, string ecomid, string harvardid ) : |
||
searchstring | string | |
exactphrase | string | |
fname | string | |
lname | string | |
institution | string | |
institutionallexcept | string | |
department | string | |
departmentallexcept | string | |
division | string | |
divisionallexcept | string | |
classuri | string | |
limit | string | |
offset | string | |
sortby | string | |
sortdirection | string | |
otherfilters | string | |
personid | string | |
ecomid | string | |
harvardid | string | |
리턴 |
public SessionCreate ( Connects.Profiles.Service.ServiceImplementation.Session &session ) : void | ||
session | Connects.Profiles.Service.ServiceImplementation.Session | ref of Framework.Session object that stores the state of a Profiles user session |
리턴 | void |
public SessionUpdate ( Connects.Profiles.Service.ServiceImplementation.Session &session ) : void | ||
session | Connects.Profiles.Service.ServiceImplementation.Session | ref of Framework.Session object that stores the state of a Profiles user session |
리턴 | void |