
Public Member Functions | |
| Util () | |
| Default constructor. | |
Static Public Member Functions | |
| static bool | DeletePOBox (string DomainID, string UserID) |
| Utility method to delete a member's POBox from the system. | |
| static void | DeleteOwnedCollections (string DomainID, string UserID, ArrayList reportLog) |
| Method to remove collections owned by the specified user. | |
| static void | RemoveMemberships (string DomainID, string UserID, ArrayList reportLog) |
| Method to remove a specified user from all collections he is a member of. This method does NOT remove the member if the member is the owner of the collection nor does it remove the member from the domain collection. | |
| Simias::Server::Util::Util | ( | ) | [inline] |
Default constructor.
| static bool Simias::Server::Util::DeletePOBox | ( | string | DomainID, | |
| string | UserID | |||
| ) | [inline, static] |
Utility method to delete a member's POBox from the system.
| static void Simias::Server::Util::DeleteOwnedCollections | ( | string | DomainID, | |
| string | UserID, | |||
| ArrayList | reportLog | |||
| ) | [inline, static] |
Method to remove collections owned by the specified user.
| static void Simias::Server::Util::RemoveMemberships | ( | string | DomainID, | |
| string | UserID, | |||
| ArrayList | reportLog | |||
| ) | [inline, static] |
Method to remove a specified user from all collections he is a member of. This method does NOT remove the member if the member is the owner of the collection nor does it remove the member from the domain collection.
1.5.6