| Line 7... |
Line 7... |
| 7 |
|
7 |
|
| 8 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
8 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 9 |
import com.spice.profitmandi.common.model.CustomRetailer;
|
9 |
import com.spice.profitmandi.common.model.CustomRetailer;
|
| 10 |
import com.spice.profitmandi.dao.entity.auth.AuthUser;
|
10 |
import com.spice.profitmandi.dao.entity.auth.AuthUser;
|
| 11 |
import com.spice.profitmandi.dao.entity.cs.Activity;
|
11 |
import com.spice.profitmandi.dao.entity.cs.Activity;
|
| - |
|
12 |
import com.spice.profitmandi.dao.entity.cs.Position;
|
| - |
|
13 |
import com.spice.profitmandi.dao.entity.cs.Region;
|
| 12 |
import com.spice.profitmandi.dao.entity.cs.Ticket;
|
14 |
import com.spice.profitmandi.dao.entity.cs.Ticket;
|
| 13 |
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
|
15 |
import com.spice.profitmandi.dao.entity.cs.TicketCategory;
|
| 14 |
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
|
16 |
import com.spice.profitmandi.dao.entity.cs.TicketSubCategory;
|
| 15 |
|
17 |
|
| 16 |
@Service
|
18 |
@Service
|
| Line 21... |
Line 23... |
| 21 |
public void addPartnerToRegion(int regionId, List<Integer> fofoIds) ;
|
23 |
public void addPartnerToRegion(int regionId, List<Integer> fofoIds) ;
|
| 22 |
public Map<Integer,TicketSubCategory> getSubCategoryIdAndSubCategoryMap(List<Ticket> tickets);
|
24 |
public Map<Integer,TicketSubCategory> getSubCategoryIdAndSubCategoryMap(List<Ticket> tickets);
|
| 23 |
public Map<Integer,AuthUser> getAuthUserIdAndAuthUserMap(List<Ticket> tickets);
|
25 |
public Map<Integer,AuthUser> getAuthUserIdAndAuthUserMap(List<Ticket> tickets);
|
| 24 |
public Map<Integer,CustomRetailer> getPartnerByFofoIds(List<Ticket> tickets);
|
26 |
public Map<Integer,CustomRetailer> getPartnerByFofoIds(List<Ticket> tickets);
|
| 25 |
public List<TicketCategory> getAllTicketCategotyFromSubCategory();
|
27 |
public List<TicketCategory> getAllTicketCategotyFromSubCategory();
|
| - |
|
28 |
public Map<Integer, AuthUser> getAuthUserIdAndAuthUserMapUsingPositions(List<Position> positions);
|
| - |
|
29 |
public Map<Integer, TicketCategory> getCategoryIdAndCategoryUsingPositions(List<Position> positions);
|
| - |
|
30 |
public Map<Integer,Region> getRegionIdAndRegionMap(List<Position> positions);
|
| 26 |
}
|
31 |
}
|