Subversion Repositories SmartDukaan

Rev

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

Rev 26460 Rev 26978
Line 14... Line 14...
14
import com.spice.profitmandi.dao.entity.cs.Region;
14
import com.spice.profitmandi.dao.entity.cs.Region;
15
import com.spice.profitmandi.dao.entity.cs.Ticket;
15
import com.spice.profitmandi.dao.entity.cs.Ticket;
16
import com.spice.profitmandi.dao.entity.cs.TicketAssigned;
16
import com.spice.profitmandi.dao.entity.cs.TicketAssigned;
17
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
17
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
18
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
18
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
-
 
19
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
19
 
20
 
20
@Service
21
@Service
21
public interface CsService {
22
public interface CsService {
22
	// Sends happy code to customer
23
	// Sends happy code to customer
23
	void addActivity(int ticketId, Activity activity);
24
	void addActivity(int ticketId, Activity activity);
Line 59... Line 60...
59
 
60
 
60
	public Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping();
61
	public Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping();
61
 
62
 
62
	public List<String> getAuthUserByPartnerId(int fofoId);
63
	public List<String> getAuthUserByPartnerId(int fofoId);
63
 
64
 
64
	public Map<Integer, List<Integer>> getL2L1Mapping();
65
	public Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId);
65
 
66
 
-
 
67
	public Map<Integer, List<Integer>> getL2L1Mapping();
66
 
68
 
67
}
69
}