View Javadoc
1   /*
2    * Copyright 2011 The Kuali Foundation.
3    *
4    * Licensed under the Educational Community License, Version 1.0 (the "License");
5    * you may not use this file except in compliance with the License.
6    * You may obtain a copy of the License at
7    *
8    * http://www.opensource.org/licenses/ecl1.php
9    *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16  package org.kuali.ole.select.constants;
17  
18  public class OleSelectPropertyConstants {
19  
20      public static final String ERROR_USERID_SHOULD_BE_LOGGED_IN_USERID = "error.userId.should.be.logged.in.user.userId";
21  
22      public static final String ERROR_USERID_EXIST = "error.id.exist";
23  
24      public static final String ERROR_ROLE_EXIST = "error.role.exist";
25  
26      public static final String ERROR_SYSTEM_EXIST = "error.system.exist";
27  
28      public static final String ERROR_DOCUMENTTYPE_EXIST = "error.documenttype.exist";
29  
30      public static final String ERROR_USERID_SHOULD_BE_EMPTY_FOR_ROLE = "error.userid.should.be.empty.for.role";
31  
32      public static final String ERROR_DONOR_CODE = "err.donor.code.required";
33  
34      public static final String ERROR_USERID_SHOULD_BE_EMPTY_FOR_SYSTEM = "error.userid.should.be.empty.for.system";
35  
36      public static final String ERROR_ROLEID_SHOULD_BE_EMPTY_FOR_SYSTEM = "error.roleid.should.be.empty.for.system";
37  
38      public static final String ERROR_ROLEID_SHOULDNOT_BE_EMPTY = "error.roleid.shouldnot.be.empty";
39  
40      public static final String SET = "set";
41  
42      public static final String ERROR_ITEM_LIST_PRICE = "error.item.ListPrice.required";
43  
44      public static final String MAX_DISCOUNT_LIMIT = "error.document.item.discount.maxDiscountLimit";
45  
46      public static final String PERCENTAGE_MAX_LIMIT = "error.document.item.discount.percentageMaxLimit";
47  
48      public static final String MAX_DECIMAL_LIMIT = "error.document.item.discount.maxDecimalLimit";
49  
50      public static final String ERROR_ITEM_FOREIGN_LIST_PRICE = "error.item.foreignListPrice.required";
51  
52      public static final String STAFF_UPLOAD_MAXFILESIZE = "OLE_STAFFUPLOAD_MAXFILESIZE";
53      public static final String STAFF_UPLOAD_DESTINATIONPATH = "OLE_STAFFUPLOAD_DESTINATIONPATH";
54  
55      // added for Requistion Validation
56      public static final String ERROR_ITEM_LIST_PRICE_NON_ZERO = "error.item.ListPrice.nonZero";
57  
58      // accounting line percent jira OLE-2112.
59      public static final String ERROR_ACCOUNTINGLINE_PERCENT_GT_HUNDRED = "error.accountingLine.percent.validation";
60      public static final String ERROR_ACCOUNTINGLINE_PERCENT = "error.accountingLine.percent";
61      public static final String ERROR_ACCOUNT_NUMBER = "error.account.number";
62  
63      public static final String ERROR_INSUFF_FUND = "error.insuficient.fund";
64  
65      public static final String INSUFF_FUND = "preq.insuff.fund";
66      public static final String ERROR_PERCENT_ZERO = "errors.account.percent.zero";
67      public static final String ERROR_PERCENT_SHOULD_GREATER = "errors.account.line.percent.value";
68  
69  }