Subversion Repositories SmartDukaan

Rev

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

Rev 34905 Rev 34921
Line 18... Line 18...
18
import java.util.Map;
18
import java.util.Map;
19
import java.util.Set;
19
import java.util.Set;
20
 
20
 
21
@Service
21
@Service
22
public interface CsService {
22
public interface CsService {
-
 
23
    int getAuthUserIdWithoutTicketAssignee(int categoryId, EscalationType escalationType, int fofoId) throws ProfitMandiBusinessException;
-
 
24
 
23
    // Sends happy code to customer
25
    // Sends happy code to customer
24
    void addActivity(Ticket ticket, Activity activity);
26
    void addActivity(Ticket ticket, Activity activity);
25
 
27
 
26
    void createTicket(int fofoId, int categoryId, int subcategoryId, String message) throws ProfitMandiBusinessException;
28
    void createTicket(int fofoId, int categoryId, int subcategoryId, String message) throws ProfitMandiBusinessException;
27
 
29