|
|
| run () |
| |
|
| setThreshold ($t) |
| |
|
| setConfig (FannieConfig $fc) |
| |
|
| setLogger ($fl) |
| |
|
| setOptions ($o) |
| |
|
| setArguments ($a) |
| |
|
| testMode ($t) |
| |
| | run () |
| |
| | cronMsg ($str, $severity=6) |
| |
| | lazyGetOpt ($argv) |
| |
|
|
| $name = 'Coop Cred Update Lane Balance' |
| |
|
| $pluginName = 'CoopCred' |
| |
| | $description |
| |
| | $default_schedule |
| |
|
| $name = 'Fannie Task' |
| |
|
| $description = 'Information about the task' |
| |
| | $default_schedule |
| |
|
| $schedulable = true |
| |
| | $log_start_stop = true |
| |
|
const | TASK_NO_ERROR = 0 |
| |
|
const | TASK_TRIVIAL_ERROR = 1 |
| |
|
const | TASK_SMALL_ERROR = 2 |
| |
|
const | TASK_MEDIUM_ERROR = 3 |
| |
|
const | TASK_LARGE_ERROR = 4 |
| |
|
const | TASK_WORST_ERROR = 5 |
| |
|
|
| $error_threshold = 99 |
| |
|
| $config = null |
| |
|
| $logger = null |
| |
|
| $options = array() |
| |
|
| $arguments = array() |
| |
|
| $test_mode = false |
| |
| CoopCredUpdateBalanceTask::$default_schedule |
Initial value:= array(
'min' => 0,
'hour' => 0,
'day' => 1,
'month' => 1,
'weekday' => '*',
)
| CoopCredUpdateBalanceTask::$description |
Initial value:= '
- Updates Coop Cred member balances on each lane
based on activity today.
- Updates Coop Cred Member records on each lane
that have changed on Fannie today.
- Does not add Coop Cred Member records.
- Updates Coop Cred Program records on each lane
that have changed on Fannie today.
Should be run frequently during store open hours,
perhaps every five minutes.
See also: Coop Cred History Task
'
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/CoopCred/tasks/CoopCredUpdateBalanceTask.php