Subversion Repositories SmartDukaan

Rev

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

Rev 32737 Rev 32889
Line 1273... Line 1273...
1273
        thisDtrUser.setEmailId(newEmail);
1273
        thisDtrUser.setEmailId(newEmail);
1274
    }
1274
    }
1275
 
1275
 
1276
 
1276
 
1277
 
1277
 
1278
    @Override
1278
//    @Override
1279
    @Cacheable(value = "getContactsByFofoId", cacheManager = "oneDayCacheManager")
1279
    @Cacheable(value = "getContactsByFofoId", cacheManager = "oneDayCacheManager")
1280
    public List<RetailerContact> getContactsByFofoId(int fofoId, boolean activeOnly) throws ProfitMandiBusinessException {
1280
    public List<RetailerContact> getContactsByFofoId(int fofoId, boolean activeOnly) throws ProfitMandiBusinessException {
1281
        List<RetailerContact> retailerContacts = retailerContactRepository.selectAllByRetailerId(fofoId, activeOnly);
1281
        List<RetailerContact> retailerContacts = retailerContactRepository.selectAllByRetailerId(fofoId, activeOnly);
1282
        com.spice.profitmandi.dao.entity.user.User user = userUserRepository.selectById(fofoId);
1282
        com.spice.profitmandi.dao.entity.user.User user = userUserRepository.selectById(fofoId);
1283
        RetailerContact retailerContact = new RetailerContact();
1283
        RetailerContact retailerContact = new RetailerContact();