Subversion Repositories SmartDukaan

Rev

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

Rev 4490 Rev 4689
Line 1... Line 1...
1
package in.shop2020.serving.controllers;
1
package in.shop2020.serving.controllers;
2
 
2
 
3
import in.shop2020.serving.auth.CRMAuthorizingRealm;
3
import in.shop2020.serving.auth.CRMAuthorizingRealm;
-
 
4
import in.shop2020.util.CRMConstants;
-
 
5
import in.shop2020.util.CRMConstants.CODCancelMatrix;
4
 
6
 
5
import java.text.SimpleDateFormat;
7
import java.text.SimpleDateFormat;
6
import java.util.Date;
8
import java.util.Date;
7
import java.util.Map;
9
import java.util.Map;
8
 
10
 
Line 113... Line 115...
113
    }
115
    }
114
 
116
 
115
    public String edit() {
117
    public String edit() {
116
        return EDIT;
118
        return EDIT;
117
    }
119
    }
-
 
120
    
-
 
121
    public CODCancelMatrix[] getCODCancelMatrix () {
-
 
122
        return CRMConstants.CODCancelMatrix.values();
-
 
123
    }
118
}
124
}