Subversion Repositories SmartDukaan

Rev

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

Rev 24991 Rev 25112
Line 36... Line 36...
36
    protected static Logger log = Logger.getLogger(BaseController.class);
36
    protected static Logger log = Logger.getLogger(BaseController.class);
37
    
37
    
38
    //TODO get it from db
38
    //TODO get it from db
39
    public static final List<Long>PHYSICAL_WAREHOUSES = new ArrayList<Long>(Arrays.asList(7573L,7678L, 7681L, 8468L));
39
    public static final List<Long>PHYSICAL_WAREHOUSES = new ArrayList<Long>(Arrays.asList(7573L,7678L, 7681L, 8468L));
40
    
40
    
-
 
41
    private String output;
-
 
42
    
-
 
43
    
-
 
44
    
-
 
45
    public String getOutput() {
-
 
46
		return output;
-
 
47
	}
-
 
48
 
-
 
49
	public void setOutput(String output) {
-
 
50
		this.output = output;
-
 
51
	}
-
 
52
 
41
    protected static final String INPUT = "input";
53
	protected static final String INPUT = "input";
42
    protected static final String INDEX = "index";
54
    protected static final String INDEX = "index";
43
    protected static final String EDIT_NEW = "editNew";
55
    protected static final String EDIT_NEW = "editNew";
44
    protected static final String EDIT = "edit";
56
    protected static final String EDIT = "edit";
45
    protected static final String SHOW = "show";
57
    protected static final String SHOW = "show";
46
    protected static final String EXCEPTION = "exception";
58
    protected static final String EXCEPTION = "exception";