Subversion Repositories SmartDukaan

Rev

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

Rev 6176 Rev 6667
Line 29... Line 29...
29
	private TicketHandler      ticketHandler;
29
	private TicketHandler      ticketHandler;
30
    private ActivityHandler    activityHandler;
30
    private ActivityHandler    activityHandler;
31
    private static List<UserCommunication> userCommunications;
31
    private static List<UserCommunication> userCommunications;
32
    
32
    
33
    private static final long     ADMIN_AGENT_ID = 1;
33
    private static final long     ADMIN_AGENT_ID = 1;
34
    private static final long	  DEF_ASSIGNEE_FOR_ORDER_CANCEL = 17; //Assigning to Suraj 
34
    private static final long	  DEF_ASSIGNEE_FOR_ORDER_CANCEL = 34; //Assigning to Suraj 
35
    //TODO Above field should be configurable
35
    //TODO Above field should be configurable
36
 
36
 
37
	
37
	
38
	public UserCommunicationProcessorTask()
38
	public UserCommunicationProcessorTask()
39
    {
39
    {