TasksToRunHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The TasksToRunHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| TasksToRunHelper | Initializes a new instance of the TasksToRunHelper class |
| Name | Description | |
|---|---|---|
| AddItemsForScheduling(ListObject, String, String, Boolean) |
Fills TasksToRun table with passed items for scheduling.
| |
| AddItemsForScheduling(ListObject, String, String, Boolean, Boolean) |
Fills TasksToRun table with passed items for scheduling.
| |
| AddItemsForScheduling(ListObject, String, String, Boolean, Boolean, DateTime) |
Fills TasksToRun table with passed items for scheduling.
| |
| AddTasksToRun |
Add collection of tasks to db.
| |
| ChangeTasksToRunStatus(Guid, String) |
Changes TasksToRun Status given TasksToRun Ids (Called from AdminPanel, limited status update allowed).
| |
| ChangeTasksToRunStatus(Guid, String, String) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
| ChangeTasksToRunStatus(Guid, String, String, String) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
| ChangeTasksToRunStatus(Guid, String, String, String, TimeSpan) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
| CleanUpExpiredProcessingTasks |
Cleans up expired processing tasks.
| |
| DeletePendingTasksForItem |
Deletes the pending tasks for item.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExistingTasksForItemsByType |
Gets tasks assigned to an items by type
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetItemIdsForExecution(String) |
Gets guids for items that are approved (or other status) for execution.
| |
| GetItemIdsForExecution(String, Int32) |
Gets guids for items that are approved (or other status) for execution.
| |
| GetItemIdsForExecution(String, Int32, Guid, Guid) |
Gets guids for items that are approved (or other status) for execution.
| |
| GetItemIdsForExecution(String, Int32, Guid, Guid, Boolean) |
Gets guids for items that are approved (or other status) for execution.
| |
| GetTasksForExecution(String) |
Gets tasks that are approved (or other status) for execution.
| |
| GetTasksForExecution(String, Int32) |
Gets tasks that are approved (or other status) for execution.
| |
| GetTasksForItem |
Gets tasks assigned to an item
| |
| GetTasksToRunOverview |
Gets an overview of all tasks to run in the system.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateTasksRuntime |
Changes run time for a set of tasks.
|
| Name | Description | |
|---|---|---|
| AccountItemType |
TasksToRun ItemType - Account
| |
| ContactUpdateReminderTaskType |
TasksToRun TaskType - Contact Update Reminder
| |
| DomainRenewalSMSTaskType |
TasksToRun TaskType - Domain Renewal SMS
| |
| DomainRenewalTaskType |
TasksToRun TaskType - Domain Renewal
| |
| DomainTransferTaskType |
TasksToRun TaskType - Domain Transfer
| |
| InvoiceDebtCollectionCancelTaskType |
TasksToRun TaskType - Invoice Debt Collection Cancel
| |
| InvoiceDebtCollectionCheckTaskType |
TasksToRun TaskType - Invoice Debt Collection Check
| |
| InvoiceDebtCollectionSendTaskType |
TasksToRun TaskType - Invoice Debt Collection Send
| |
| InvoiceGracePeriodTaskType |
TasksToRun TaskType - Invoice Grace Period
| |
| InvoiceItemType |
TasksToRun ItemType - Invoice
| |
| InvoiceNoticePeriodTaskType |
TasksToRun TaskType - Invoice Notice Period
| |
| OldProcessingCleanUpAge |
The old processing clean up age
| |
| OrderItemType |
TasksToRun ItemType - Order
| |
| ProcessPendingOrders |
TasksToRun TaskType - Process Pending Orders
| |
| ProvisioningRenewalTaskType |
TaskToRun Task Type Provisioning Renewal
| |
| RecurringPaymentTaskType |
TasksToRun TaskType - Recurring Payment
| |
| RecurringPaymentType |
TasksToRun ItemType - Recurring payment
| |
| RefundItemType |
TasksToRun ItemType - Refund
| |
| RequestRefundTaskType |
TasksToRun TaskType - Refund
| |
| SubscriptionItemType |
TasksToRun ItemType - Subscription
| |
| SubscriptionRenewalTaskType |
TasksToRun TaskType - Subscription Renewal
| |
| SubscriptionTerminationRenewal1TaskType |
TasksToRun TaskType - Subscription Termination Renewal1
| |
| SubscriptionTerminationRenewal2TaskType |
TasksToRun TaskType - Subscription Termination Renewal2
| |
| SubscriptionTerminationRenewal3TaskType |
TasksToRun TaskType - Subscription Termination Renewal3
| |
| SubscriptionTerminationRenewal4TaskType |
TasksToRun TaskType - Subscription Termination Renewal4
| |
| SubscriptionTerminationRenewal5TaskType |
TasksToRun TaskType - Subscription Termination Renewal5
| |
| TaskStatusApproved |
TasksToRun Status
| |
| TaskStatusCanceled |
TasksToRun Status
| |
| TaskStatusDeleted |
TasksToRun Status
| |
| TaskStatusFailed |
TasksToRun Status
| |
| TaskStatusFinished |
TasksToRun Status
| |
| TaskStatusNotApproved |
TasksToRun Status
| |
| TaskStatusProcessing |
TasksToRun Status
| |
| UnsuspendSubscriptionTaskType |
TasksToRun TaskType - Unsuspend Subscription
|