View Javadoc
1   /*
2    * Copyright 2009 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.sec;
17  
18  public class SecKeyConstants {
19      public static final String ERROR_ACCOUNTING_LINE_ADD_OR_UPDATE = "error.sec.accountingLine.addOrUpdate";
20      public static final String ERROR_MODEL_DEFINITION_MISSING = "error.sec.modelDefinition.missing";
21      public static final String ERROR_MODEL_DEFINITION_MULTI_ATTR_VALUE = "error.sec.modelDefinition.multiAttrValue";
22      public static final String ERROR_DEFINITION_NAME_NON_UNIQUE = "error.sec.definition.nameNonUnique";
23      public static final String ERROR_MODEL_NAME_NON_UNIQUE = "error.sec.model.nameNonUnique";
24      public static final String ERROR_MODEL_DEFINITION_WILDCARD_ATTR_VALUE = "error.sec.modelDefinition.wildcardAttrValue";
25      public static final String ERROR_MODEL_DEFINITION_OPERATOR_CODE_NOT_EQUAL = "error.sec.modelDefinition.operatorCodeNotEqual";
26      public static final String ERROR_MODEL_MEMBER_ID_NOT_VALID = "error.sec.model.memberIdNotValid";
27      public static final String ERROR_ATTRIBUTE_VALUE_EXISTENCE = "error.sec.attributeValue.existence";
28      
29      public static final String MESSAGE_ACCOUNTING_LINE_VIEW_RESTRICTED = "message.sec.accountingLines.viewRestricted";
30      public static final String MESSAGE_ACCOUNTING_LINE_EDIT_RESTRICTED = "message.sec.accountingLines.editRestricted";
31      public static final String MESSAGE_DOCUMENT_NOTES_RESTRICTED = "message.sec.document.notesRestricted";
32      public static final String MESSAGE_DOCUMENT_COPY_RESTRICTED = "message.sec.document.copyRestricted";
33      public static final String MESSAGE_DOCUMENT_ERROR_CORRECT_RESTRICTED = "message.sec.document.errorCorrectRestricted";
34      public static final String MESSAGE_BALANCE_INQUIRY_RESULTS_RESTRICTED = "message.sec.balanceInquiry.resultsRestricted";
35      public static final String MESSAGE_LOOKUP_RESULTS_RESTRICTED = "message.sec.lookup.resultsRestricted";
36      public static final String MESSAGE_OPEN_DOCUMENT_RESTRICTED = "message.sec.document.openRestricted";
37  }