Subversion Repositories SmartDukaan

Rev

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

Rev 21735 Rev 21740
Line 16... Line 16...
16
import org.springframework.web.bind.annotation.RequestParam;
16
import org.springframework.web.bind.annotation.RequestParam;
17
 
17
 
18
import com.spice.profitmandi.common.ResponseCodeHolder;
18
import com.spice.profitmandi.common.ResponseCodeHolder;
19
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
19
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
20
import com.spice.profitmandi.common.model.ProfitMandiConstants;
20
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
21
import com.spice.profitmandi.common.web.util.ResponseSender;
21
import com.spice.profitmandi.dao.entity.dtr.Shop;
22
import com.spice.profitmandi.dao.entity.dtr.Shop;
22
import com.spice.profitmandi.dao.repository.dtr.RetailerRepository;
23
import com.spice.profitmandi.dao.repository.dtr.RetailerRepository;
23
import com.spice.profitmandi.dao.repository.dtr.ShopRepository;
24
import com.spice.profitmandi.dao.repository.dtr.ShopRepository;
24
import com.spice.profitmandi.web.util.ResponseSender;
-
 
25
 
25
 
26
@Controller
26
@Controller
27
@Transactional
27
@Transactional
28
public class ShopController {
28
public class ShopController {
29
	
29