ICustodianManager Interface |
Namespace: EdaIntegrationContract.Import
public interface ICustodianManager
The ICustodianManager type exposes the following members.
Name | Description | |||
---|---|---|---|---|
All |
Retrieves the list of Custodians for a case
| |||
ById |
Retrieves a Custodian by its unique identifier
| |||
ByImportSet |
Retrieves the list of Custodians that had input in the supplied Import Set
| |||
ByName |
Retrieves a Custodian by its name
| |||
Create |
Creates a new custodian for a case
| |||
Delete |
Delete one more custodians
| |||
RefreshNeeded |
Checks the supplied timestamp against the one in the timestamps table for this repository
returns true if the db timestamp is newer than the supplied timestamp and
updates the supplied timestamp to the current db value
| |||
Update |
Updates the system with any changed values for the custodian (also see Remarks below)
| |||
ValidateCustodianName |
Validates that a custodian name passes all validation rules
|