Subversion Repositories SmartDukaan

Rev

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

Rev 6176 Rev 6181
Line 26... Line 26...
26
 */
26
 */
27
 
27
 
28
@SuppressWarnings("serial")
28
@SuppressWarnings("serial")
29
public class ContactUsController extends BaseController {
29
public class ContactUsController extends BaseController {
30
 
30
 
31
    private static final long     ADMIN_AGENT_ID = 1;
-
 
32
    
-
 
33
    private static final long	  DEF_ASSIGNEE_FOR_ORDER_CANCEL = 17; //Assigning to Suraj 
-
 
34
    //TODO Above field should be configurable
-
 
35
 
-
 
36
    private String                id;
31
    private String                id;
37
 
32
 
38
    private static Logger         log        = Logger.getLogger(Class.class);
33
    private static Logger         log        = Logger.getLogger(Class.class);
39
 
34
 
40
    private UserCommunicationType formType   = null;
35
    private UserCommunicationType formType   = null;