
Static Public Member Functions | |
| static void | AddCollectionForMovement (string collectionID, bool status) |
| Adds the collection into MovingCollection hashtable. | |
| static void | RemoveCollectionForMovement (string collectionID) |
| remove the collectionID from hashtable | |
| static string[] | GetAllCollectionIDsByUserID (string UserID) |
| Method to retrieve all collection IDs the specified user is a member of. | |
| static string[] | GetAllEntryIDsByUserID (string UserID) |
| Method to retrieve all catalog entry IDs the specified user is a member of. | |
| static CatalogEntry[] | GetAllEntriesByUserID (string UserID) |
| Method to retrieve all catalog entries the specified user is a member of. | |
| static CatalogEntry[] | GetAllEntriesByName (string name, SearchOp searchOp) |
| Get all the entries in the catalogue. | |
| static CatalogEntry | GetEntryByCollectionID (string CollectionID) |
| Get a catalog entry for the specified collection. | |
| static void | SetHostForCollection (string collectionID, string hostID) |
| set the hostid property for this collection | |
| static void | DeleteEntryByCollectionID (string CollectionID) |
| Delete a catalog entry for the specified collection. | |
| static void Simias::Server::Catalog::AddCollectionForMovement | ( | string | collectionID, | |
| bool | status | |||
| ) | [inline, static] |
Adds the collection into MovingCollection hashtable.
| collectionID | collection id | |
| status | not used inthis function |
| static void Simias::Server::Catalog::RemoveCollectionForMovement | ( | string | collectionID | ) | [inline, static] |
remove the collectionID from hashtable
| collectionID |
| static string [] Simias::Server::Catalog::GetAllCollectionIDsByUserID | ( | string | UserID | ) | [inline, static] |
Method to retrieve all collection IDs the specified user is a member of.
| UserID | userid sought for |
| static string [] Simias::Server::Catalog::GetAllEntryIDsByUserID | ( | string | UserID | ) | [inline, static] |
Method to retrieve all catalog entry IDs the specified user is a member of.
| UserID | userid |
| static CatalogEntry [] Simias::Server::Catalog::GetAllEntriesByUserID | ( | string | UserID | ) | [inline, static] |
Method to retrieve all catalog entries the specified user is a member of.
| UserID | userid |
| static CatalogEntry [] Simias::Server::Catalog::GetAllEntriesByName | ( | string | name, | |
| SearchOp | searchOp | |||
| ) | [inline, static] |
Get all the entries in the catalogue.
| name | entryname | |
| searchOp | search operation e.g. equals,contains etc |
| static CatalogEntry Simias::Server::Catalog::GetEntryByCollectionID | ( | string | CollectionID | ) | [inline, static] |
Get a catalog entry for the specified collection.
| static void Simias::Server::Catalog::SetHostForCollection | ( | string | collectionID, | |
| string | hostID | |||
| ) | [inline, static] |
set the hostid property for this collection
| collectionID | collection id | |
| hostID | host id to set |
| static void Simias::Server::Catalog::DeleteEntryByCollectionID | ( | string | CollectionID | ) | [inline, static] |
Delete a catalog entry for the specified collection.
1.5.6