ISubscriptionJobManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning
The ISubscriptionJobManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | AcknowledgeAllFailedJobs(IEnumerableInt64) |
Acknowledges all failed subscription jobs for a set of companies
|
![]() | void | AcknowledgeSubscriptionJob(Int64) |
Acknowledges a subscription job
|
![]() | Boolean | CancelAndDeleteSubscriptionJob(Int64) |
Attempts to cancel and delete a subscription job
|
![]() | Boolean | CancelSubscriptionJob(Int64) |
Attempts to cancel a subscription job
|
![]() | ISubscriptionJob | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | 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.) |
![]() | void | ExecuteSubscriptionJob(Int64) |
Executes a subscription job
|
![]() | 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: ISubscriptionJobBlock | GetBlocksAndRows(Int64) |
Retrieves the block and rows of a subscription job
|
![]() | IEnumerableT, T: ISubscriptionJob | GetJobsForSubscriptions(IEnumerableInt64) | Obsolete. |
![]() | void | SkipSubscriptionJobRow(Int64) |
Skips a subscription job row
|
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |
Name | Description | ||
---|---|---|---|
![]() | ISubscriptionJob | DetailsAllISubscriptionJob(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllISubscriptionJob(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | ISubscriptionJob | DetailsAnyISubscriptionJob(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |