| Line 6... |
Line 6... |
| 6 |
import com.spice.profitmandi.dao.entity.cs.*;
|
6 |
import com.spice.profitmandi.dao.entity.cs.*;
|
| 7 |
import com.spice.profitmandi.dao.entity.fofo.ActivityType;
|
7 |
import com.spice.profitmandi.dao.entity.fofo.ActivityType;
|
| 8 |
import com.spice.profitmandi.dao.enumuration.auth.CollectionRemark;
|
8 |
import com.spice.profitmandi.dao.enumuration.auth.CollectionRemark;
|
| 9 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
9 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
| 10 |
import com.spice.profitmandi.dao.model.ActivityMediaModel;
|
10 |
import com.spice.profitmandi.dao.model.ActivityMediaModel;
|
| - |
|
11 |
import com.spice.profitmandi.dao.model.FofoRBMReportingModel;
|
| 11 |
import com.spice.profitmandi.dao.model.FofoReportingModel;
|
12 |
import com.spice.profitmandi.dao.model.FofoReportingModel;
|
| 12 |
import org.springframework.stereotype.Service;
|
13 |
import org.springframework.stereotype.Service;
|
| 13 |
|
14 |
|
| 14 |
import java.util.List;
|
15 |
import java.util.List;
|
| 15 |
import java.util.Map;
|
16 |
import java.util.Map;
|
| Line 87... |
Line 88... |
| 87 |
|
88 |
|
| 88 |
List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
|
89 |
List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
|
| 89 |
|
90 |
|
| 90 |
Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders();
|
91 |
Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders();
|
| 91 |
|
92 |
|
| - |
|
93 |
Map<Integer, FofoRBMReportingModel> getPartnerIdRBMHeaders();
|
| - |
|
94 |
|
| 92 |
Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds, boolean activeOnly);
|
95 |
Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds, boolean activeOnly);
|
| 93 |
|
96 |
|
| 94 |
|
97 |
|
| 95 |
}
|
98 |
}
|