|
|
|
CleanupJobStatus (dataset, CleanupJobStatusParameter)
|
Cleanup of the SmartSchedulerJobStatus records
|
|
|
F
|
FetchData (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)
|
Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByReference (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchSchedulerJobStatus (dataset, character)
|
Fetches a SchedulerJobStatus by guid or id
Notes : First tries to fetch by SchedulerJobStatusGuid. When no record is returned,
falls back to fetching by SchedulerJobStatusId.
@param dsSchedulerJobStatus INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param pcValue The guid or id value
*/
|
|
|
|
FetchSchedulerJobStatus (dataset, CharacterHolder)
|
Fetches a SchedulerJobStatus by guid or id using a CharacterHolder value.
@param dsSchedulerJobStatus INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poValue The CharacterHolder containing the guid or id
*/
|
|
|
|
GetNextAvailableJobStatus (dataset, GetNextAvailableJobStatusParameter)
|
Determines the next available job for execution
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
RescheduleFailedJob (dataset, SchedulerJobStatusParameter)
|
Reschedules a failed job by copying it
|
|
|
|
ScheduleNextJobStatus (dataset, ScheduleNextJobStatusParameter)
|
Schedules the next execution of the given Job Status record
|
|
|
|
SetJobStatus (dataset, SetJobStatusParameter)
|
Assigns a Scheduler Job Status
|
|
|
|
UpdateJobStatus (dataset, UpdateJobStatusParameter)
|
Updates the Scheduler Job Status details
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|