Subversion Repositories SmartDukaan

Rev

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

Rev 22009 Rev 22014
Line 9... Line 9...
9
import org.apache.commons.collections.CollectionUtils;
9
import org.apache.commons.collections.CollectionUtils;
10
import org.springframework.beans.factory.annotation.Autowired;
10
import org.springframework.beans.factory.annotation.Autowired;
11
import org.springframework.stereotype.Component;
11
import org.springframework.stereotype.Component;
12
 
12
 
13
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
13
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
14
import com.spice.profitmandi.dao.entity.fofo.TagListing;
14
import com.spice.profitmandi.dao.entity.catalog.TagListing;
15
import com.spice.profitmandi.dao.entity.user.Address;
15
import com.spice.profitmandi.dao.entity.user.Address;
-
 
16
import com.spice.profitmandi.dao.repository.catalog.PinCodeTagRepository;
-
 
17
import com.spice.profitmandi.dao.repository.catalog.RetailerTagRepository;
-
 
18
import com.spice.profitmandi.dao.repository.catalog.TagListingRepository;
16
import com.spice.profitmandi.dao.repository.dtr.RetailerRegisteredAddressRepository;
19
import com.spice.profitmandi.dao.repository.dtr.RetailerRegisteredAddressRepository;
17
import com.spice.profitmandi.dao.repository.fofo.PinCodeTagRepository;
-
 
18
import com.spice.profitmandi.dao.repository.fofo.RetailerTagRepository;
-
 
19
import com.spice.profitmandi.dao.repository.fofo.TagListingRepository;
-
 
20
import com.spice.profitmandi.dao.repository.user.AddressRepository;
20
import com.spice.profitmandi.dao.repository.user.AddressRepository;
21
import com.spice.profitmandi.service.tag.TagService;
21
import com.spice.profitmandi.service.tag.TagService;
22
 
22
 
23
@Component
23
@Component
24
public class PricingServiceImpl implements PricingService{
24
public class PricingServiceImpl implements PricingService{