Subversion Repositories SmartDukaan

Rev

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

Rev 27410 Rev 27545
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
	Activity createActivity(ActivityType activityType, String message, int createdBy);
72
	public List<AuthUser> getAuthUserByPartners(int fofoId);
73
 
73
 
-
 
74
	Activity createActivity(ActivityType activityType, String message, int createdBy);
74
 
75
 
75
}
76
}