| Line 19... |
Line 19... |
| 19 |
|
19 |
|
| 20 |
import com.spice.profitmandi.common.ResponseCodeHolder;
|
20 |
import com.spice.profitmandi.common.ResponseCodeHolder;
|
| 21 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
21 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 22 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
22 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
| 23 |
import com.spice.profitmandi.common.model.UserInfo;
|
23 |
import com.spice.profitmandi.common.model.UserInfo;
|
| 24 |
import com.spice.profitmandi.dao.entity.Address;
|
- |
|
| 25 |
import com.spice.profitmandi.dao.entity.Brand;
|
24 |
import com.spice.profitmandi.dao.entity.dtr.Brand;
|
| 26 |
import com.spice.profitmandi.dao.entity.Document;
|
25 |
import com.spice.profitmandi.dao.entity.dtr.Document;
|
| 27 |
import com.spice.profitmandi.dao.entity.Retailer;
|
26 |
import com.spice.profitmandi.dao.entity.dtr.Retailer;
|
| 28 |
import com.spice.profitmandi.dao.entity.RetailerBrand;
|
27 |
import com.spice.profitmandi.dao.entity.dtr.RetailerBrand;
|
| 29 |
import com.spice.profitmandi.dao.entity.RetailerRegisteredAddress;
|
28 |
import com.spice.profitmandi.dao.entity.dtr.RetailerRegisteredAddress;
|
| 30 |
import com.spice.profitmandi.dao.entity.Shop;
|
29 |
import com.spice.profitmandi.dao.entity.dtr.Shop;
|
| 31 |
import com.spice.profitmandi.dao.entity.ShopAddress;
|
30 |
import com.spice.profitmandi.dao.entity.dtr.ShopAddress;
|
| 32 |
import com.spice.profitmandi.dao.entity.User;
|
31 |
import com.spice.profitmandi.dao.entity.dtr.User;
|
| 33 |
import com.spice.profitmandi.dao.repository.AddressRepository;
|
32 |
import com.spice.profitmandi.dao.entity.user.Address;
|
| 34 |
import com.spice.profitmandi.dao.repository.BrandRepository;
|
33 |
import com.spice.profitmandi.dao.repository.dtr.BrandRepository;
|
| 35 |
import com.spice.profitmandi.dao.repository.DocumentRepository;
|
34 |
import com.spice.profitmandi.dao.repository.dtr.DocumentRepository;
|
| 36 |
import com.spice.profitmandi.dao.repository.RetailerAddressRepository;
|
35 |
import com.spice.profitmandi.dao.repository.dtr.RetailerAddressRepository;
|
| 37 |
import com.spice.profitmandi.dao.repository.RetailerBrandRepository;
|
36 |
import com.spice.profitmandi.dao.repository.dtr.RetailerBrandRepository;
|
| 38 |
import com.spice.profitmandi.dao.repository.RetailerRegisteredAddressRepository;
|
37 |
import com.spice.profitmandi.dao.repository.dtr.RetailerRegisteredAddressRepository;
|
| 39 |
import com.spice.profitmandi.dao.repository.RetailerRepository;
|
38 |
import com.spice.profitmandi.dao.repository.dtr.RetailerRepository;
|
| 40 |
import com.spice.profitmandi.dao.repository.ShopAddressRepository;
|
39 |
import com.spice.profitmandi.dao.repository.dtr.ShopAddressRepository;
|
| 41 |
import com.spice.profitmandi.dao.repository.ShopRepository;
|
40 |
import com.spice.profitmandi.dao.repository.dtr.ShopRepository;
|
| 42 |
import com.spice.profitmandi.dao.repository.UserRepository;
|
41 |
import com.spice.profitmandi.dao.repository.dtr.UserRepository;
|
| - |
|
42 |
import com.spice.profitmandi.dao.repository.user.AddressRepository;
|
| 43 |
import com.spice.profitmandi.thrift.clients.UserClient;
|
43 |
import com.spice.profitmandi.thrift.clients.UserClient;
|
| 44 |
import com.spice.profitmandi.web.req.Category;
|
44 |
import com.spice.profitmandi.web.req.Category;
|
| 45 |
import com.spice.profitmandi.web.req.CreateRetailerAddressRequest;
|
45 |
import com.spice.profitmandi.web.req.CreateRetailerAddressRequest;
|
| 46 |
import com.spice.profitmandi.web.req.CreateRetailerRequest;
|
46 |
import com.spice.profitmandi.web.req.CreateRetailerRequest;
|
| 47 |
import com.spice.profitmandi.web.req.RetailerAddBrandRequest;
|
47 |
import com.spice.profitmandi.web.req.RetailerAddBrandRequest;
|