Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 37167 |
amit |
1 |
package com.spice.profitmandi.service;
|
|
|
2 |
|
|
|
3 |
public interface AgendaAutoRuleService {
|
|
|
4 |
|
|
|
5 |
/**
|
|
|
6 |
* Nightly sync: evaluate the 5 AUTO rules for every active external
|
|
|
7 |
* franchise store and open/close AUTO agenda instances accordingly.
|
|
|
8 |
* Runs at 23:45, after the 23:30 activation-type cron, so the REVIVAL
|
|
|
9 |
* mirror sees today's state. One store failing must not stop the rest.
|
|
|
10 |
*/
|
|
|
11 |
AgendaSyncResult syncAllPartners();
|
|
|
12 |
}
|