Subversion Repositories SmartDukaan

Rev

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

Rev 27545 Rev 27548
Line 67... Line 67...
67
 
67
 
68
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
68
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
69
 
69
 
70
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
70
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
71
 
71
 
72
	public List<AuthUser> getAuthUserByPartners(int fofoId);
72
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);
73
 
73
 
74
	Activity createActivity(ActivityType activityType, String message, int createdBy);
74
	Activity createActivity(ActivityType activityType, String message, int createdBy);
75
 
75
 
76
}
76
}