Subversion Repositories SmartDukaan

Rev

Rev 13213 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13213 Rev 13220
Line 1... Line 1...
1
package in.shop2020.serving.controllers;
1
package in.shop2020.serving.controllers;
2
 
2
 
3
import in.shop2020.thrift.clients.HelperClient;
3
import in.shop2020.thrift.clients.HelperClient;
4
import in.shop2020.utils.Campaigns;
4
import in.shop2020.utils.Campaigns;
5
 
5
 
6
import java.util.ArrayList;
-
 
7
 
-
 
8
 
-
 
9
 
6
 
10
public class GosfController extends BaseController{
7
public class GosfController extends BaseController{
11
 
8
 
-
 
9
    /**
-
 
10
     * 
-
 
11
     */
-
 
12
    private static final long serialVersionUID = 1L;
12
    public static final String INDEX = "index";
13
    public static final String INDEX = "index";
13
    private String email;
14
    private String email;
14
    private String newStatus;
15
    private String newStatus;
15
 
16
 
16
    public String index(){
17
    public String index(){