Subversion Repositories SmartDukaan

Rev

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

Rev 34921 Rev 35058
Line 9... Line 9...
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.FofoAbmReportingModel;
11
import com.spice.profitmandi.dao.model.FofoAbmReportingModel;
12
import com.spice.profitmandi.dao.model.FofoRBMReportingModel;
12
import com.spice.profitmandi.dao.model.FofoRBMReportingModel;
13
import com.spice.profitmandi.dao.model.FofoReportingModel;
13
import com.spice.profitmandi.dao.model.FofoReportingModel;
14
import org.springframework.cache.annotation.Cacheable;
-
 
15
import org.springframework.stereotype.Service;
14
import org.springframework.stereotype.Service;
16
 
15
 
17
import java.util.List;
16
import java.util.List;
18
import java.util.Map;
17
import java.util.Map;
19
import java.util.Set;
18
import java.util.Set;
Line 99... Line 98...
99
 
98
 
100
    List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
99
    List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
101
 
100
 
102
    Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders() throws ProfitMandiBusinessException;
101
    Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders() throws ProfitMandiBusinessException;
103
 
102
 
104
    @Cacheable(value = "partnerABMHeader", cacheManager = "oneDayCacheManager")
-
 
105
    Map<Integer, FofoAbmReportingModel> getPartnerIdABMHeaders() throws ProfitMandiBusinessException;
103
    Map<Integer, FofoAbmReportingModel> getPartnerIdABMHeaders() throws ProfitMandiBusinessException;
106
 
104
 
107
    Map<Integer, FofoRBMReportingModel> getPartnerIdRBMHeaders() throws ProfitMandiBusinessException;
105
    Map<Integer, FofoRBMReportingModel> getPartnerIdRBMHeaders() throws ProfitMandiBusinessException;
108
 
106
 
109
    Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds, boolean activeOnly) throws ProfitMandiBusinessException;
107
    Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds, boolean activeOnly) throws ProfitMandiBusinessException;