Subversion Repositories SmartDukaan

Rev

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

Rev 28908 Rev 28977
Line 65... Line 65...
65
 
65
 
66
	public Map<Integer, List<Integer>> getL2L1Mapping();
66
	public Map<Integer, List<Integer>> getL2L1Mapping();
67
 
67
 
68
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
68
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
69
 
69
 
70
	List<AuthUser> getAuthUserIds(int categoryId, EscalationType escalationType);
70
	List<AuthUser> getAuthUserIds(int categoryId, List<EscalationType> escalationType);
71
 
71
 
72
	public List<AuthUser> getAuthUserByCategoryId(int categoryId);
72
	public List<AuthUser> getAuthUserByCategoryId(int categoryId);
73
 
73
 
74
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
74
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
75
 
75