IServiceProviderCustomerManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Customer.IServiceProviderCustomerManager"]
Namespace: Netadmin.Management.Customer
public interface IServiceProviderCustomerManager : IManager<IServiceProviderCustomer>, IUpdateableBatch<IServiceProviderCustomer>, IDetailsableBatch<IServiceProviderCustomer>, IDeletableBatch<IServiceProviderCustomer>, IFilterable<IServiceProviderCustomer, IServiceProviderCustomerFilter>, ITop100ForCompanyAndProvider<IServiceProviderCustomer>, ITop100<IServiceProviderCustomer>
The IServiceProviderCustomerManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | CreateServiceProviderCustomer(IEnumerableInt64, IEnumerableInt64) |
Creates service provider customers by copying base customers onto service providers
|
![]() | void | Delete(IEnumerableInt64) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | IEnumerableT, T: IServiceProviderCustomer | DetailsAny(IEnumerableInt64, Int64) |
Retrieves service provider customers from given basecustomer ids and providerid
|
![]() | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
![]() | IEnumerableT, T: IArchivedSubscription | GetArchivedSubscriptions(Int64, Int64) |
Retrieves archived subscriptions for a customer
|
![]() | IReadOnlyDictionaryTKey, TValue, T: String | GetTop100(ExpressionFuncT, String, String) |
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100T.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: String | GetTop100(ExpressionFuncT, String, String, IEnumerableInt64, NullableInt64) |
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100ForCompanyAndProviderT.) |
![]() | void | MarkForDeletion(IEnumerableInt64) |
Marks customers for deletion to be will be deleted by maintenance plugin
|
![]() | void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
![]() | void | UpdateServiceProviderCustomerFromAddress(Int64, Int64, Int64, Boolean, Boolean) |
Updates a service provider customer's address details based on an address
|
![]() | void | UpdateServiceProviderCustomersFromBase(Int64, IEnumerableInt64) |
Updates the service provider instances of the customer (if found) with the data from the base customer
|
Name | Description | ||
---|---|---|---|
![]() | void | DeleteIServiceProviderCustomer(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | IServiceProviderCustomer | DetailsAllIServiceProviderCustomer(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIServiceProviderCustomer(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IServiceProviderCustomer | DetailsAnyIServiceProviderCustomer(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | UpdateIServiceProviderCustomer(IServiceProviderCustomer) | (Defined by UpdateableBatchExtensions.) |