Subversion Repositories SmartDukaan

Rev

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

Rev 21735 Rev 21740
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.common.web.util.ResponseSender;
24
import com.spice.profitmandi.dao.entity.dtr.Brand;
25
import com.spice.profitmandi.dao.entity.dtr.Brand;
25
import com.spice.profitmandi.dao.entity.dtr.Document;
26
import com.spice.profitmandi.dao.entity.dtr.Document;
26
import com.spice.profitmandi.dao.entity.dtr.Retailer;
27
import com.spice.profitmandi.dao.entity.dtr.Retailer;
27
import com.spice.profitmandi.dao.entity.dtr.RetailerBrand;
28
import com.spice.profitmandi.dao.entity.dtr.RetailerBrand;
28
import com.spice.profitmandi.dao.entity.dtr.RetailerRegisteredAddress;
29
import com.spice.profitmandi.dao.entity.dtr.RetailerRegisteredAddress;
Line 43... Line 44...
43
import com.spice.profitmandi.thrift.clients.UserClient;
44
import com.spice.profitmandi.thrift.clients.UserClient;
44
import com.spice.profitmandi.web.req.Category;
45
import com.spice.profitmandi.web.req.Category;
45
import com.spice.profitmandi.web.req.CreateRetailerAddressRequest;
46
import com.spice.profitmandi.web.req.CreateRetailerAddressRequest;
46
import com.spice.profitmandi.web.req.CreateRetailerRequest;
47
import com.spice.profitmandi.web.req.CreateRetailerRequest;
47
import com.spice.profitmandi.web.req.RetailerAddBrandRequest;
48
import com.spice.profitmandi.web.req.RetailerAddBrandRequest;
48
import com.spice.profitmandi.web.util.ResponseSender;
-
 
49
 
49
 
50
import in.shop2020.model.v1.user.Sex;
50
import in.shop2020.model.v1.user.Sex;
51
import in.shop2020.model.v1.user.UserContextException;
51
import in.shop2020.model.v1.user.UserContextException;
52
import io.swagger.annotations.ApiImplicitParam;
52
import io.swagger.annotations.ApiImplicitParam;
53
import io.swagger.annotations.ApiImplicitParams;
53
import io.swagger.annotations.ApiImplicitParams;