Subversion Repositories SmartDukaan

Rev

Rev 5484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5484 Rev 8127
Line 36... Line 36...
36
 * in such cases and Outbound team intimates them regarding the delay.
36
 * in such cases and Outbound team intimates them regarding the delay.
37
 */
37
 */
38
public class DelayedOrderProcessorTask {
38
public class DelayedOrderProcessorTask {
39
    private static Log log = LogFactory.getLog(DelayedOrderProcessorTask.class);
39
    private static Log log = LogFactory.getLog(DelayedOrderProcessorTask.class);
40
    private static final long   ADMIN_AGENT_ID   = 1;
40
    private static final long   ADMIN_AGENT_ID   = 1;
41
    private static final long   OUTBOUND_DEFAULT_ASSIGNEE_ID   = 19;
41
    private static final long   OUTBOUND_DEFAULT_ASSIGNEE_ID   = 47;
42
 
42
 
43
    private TicketHandler      ticketHandler;
43
    private TicketHandler      ticketHandler;
44
    private ActivityHandler    activityHandler;
44
    private ActivityHandler    activityHandler;
45
 
45
 
46
    public DelayedOrderProcessorTask()
46
    public DelayedOrderProcessorTask()