Subversion Repositories SmartDukaan

Rev

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

Rev 24699 Rev 24701
Line 1... Line 1...
1
package com.spice.profitmandi.dao.repository.cs;
1
package com.spice.profitmandi.dao.repository.cs;
2
 
2
 
3
import java.util.List;
3
import java.util.List;
4
import java.util.Map;
4
import java.util.Map;
5
import java.util.Optional;
-
 
6
 
-
 
7
import javax.swing.SortOrder;
-
 
8
 
5
 
9
import org.springframework.stereotype.Service;
6
import org.springframework.stereotype.Service;
10
 
7
 
11
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
8
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
12
import com.spice.profitmandi.common.model.CustomRetailer;
9
import com.spice.profitmandi.common.model.CustomRetailer;
Line 15... Line 12...
15
import com.spice.profitmandi.dao.entity.cs.Position;
12
import com.spice.profitmandi.dao.entity.cs.Position;
16
import com.spice.profitmandi.dao.entity.cs.Region;
13
import com.spice.profitmandi.dao.entity.cs.Region;
17
import com.spice.profitmandi.dao.entity.cs.Ticket;
14
import com.spice.profitmandi.dao.entity.cs.Ticket;
18
import com.spice.profitmandi.dao.entity.cs.TicketAssigned;
15
import com.spice.profitmandi.dao.entity.cs.TicketAssigned;
19
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
16
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
20
import com.spice.profitmandi.dao.entity.cs.TicketSearchType;
-
 
21
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
17
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
22
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
-
 
23
 
18
 
24
@Service
19
@Service
25
public interface CsService {
20
public interface CsService {
26
	// Sends happy code to customer
21
	// Sends happy code to customer
27
	void addActivity(int ticketId, Activity activity);
22
	void addActivity(int ticketId, Activity activity);