001    /*
002     * Copyright 2011 The Kuali Foundation.
003     * 
004     * Licensed under the Educational Community License, Version 2.0 (the "License");
005     * you may not use this file except in compliance with the License.
006     * You may obtain a copy of the License at
007     * 
008     * http://www.opensource.org/licenses/ecl2.php
009     * 
010     * Unless required by applicable law or agreed to in writing, software
011     * distributed under the License is distributed on an "AS IS" BASIS,
012     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013     * See the License for the specific language governing permissions and
014     * limitations under the License.
015     */
016    package org.kuali.kfs.sec;
017    
018    public class SecKeyConstants {
019        public static final String ERROR_ACCOUNTING_LINE_ADD_OR_UPDATE = "error.sec.accountingLine.addOrUpdate";
020        public static final String ERROR_MODEL_DEFINITION_MISSING = "error.sec.modelDefinition.missing";
021        public static final String ERROR_MODEL_DEFINITION_MULTI_ATTR_VALUE = "error.sec.modelDefinition.multiAttrValue";
022        public static final String ERROR_DEFINITION_NAME_NON_UNIQUE = "error.sec.definition.nameNonUnique";
023        public static final String ERROR_MODEL_NAME_NON_UNIQUE = "error.sec.model.nameNonUnique";
024        public static final String ERROR_MODEL_DEFINITION_WILDCARD_ATTR_VALUE = "error.sec.modelDefinition.wildcardAttrValue";
025        public static final String ERROR_MODEL_DEFINITION_OPERATOR_CODE_NOT_EQUAL = "error.sec.modelDefinition.operatorCodeNotEqual";
026        public static final String ERROR_MODEL_MEMBER_ID_NOT_VALID = "error.sec.model.memberIdNotValid";
027        public static final String ERROR_ATTRIBUTE_VALUE_EXISTENCE = "error.sec.attributeValue.existence";
028        
029        public static final String MESSAGE_ACCOUNTING_LINE_VIEW_RESTRICTED = "message.sec.accountingLines.viewRestricted";
030        public static final String MESSAGE_ACCOUNTING_LINE_EDIT_RESTRICTED = "message.sec.accountingLines.editRestricted";
031        public static final String MESSAGE_DOCUMENT_NOTES_RESTRICTED = "message.sec.document.notesRestricted";
032        public static final String MESSAGE_DOCUMENT_COPY_RESTRICTED = "message.sec.document.copyRestricted";
033        public static final String MESSAGE_DOCUMENT_ERROR_CORRECT_RESTRICTED = "message.sec.document.errorCorrectRestricted";
034        public static final String MESSAGE_BALANCE_INQUIRY_RESULTS_RESTRICTED = "message.sec.balanceInquiry.resultsRestricted";
035        public static final String MESSAGE_LOOKUP_RESULTS_RESTRICTED = "message.sec.lookup.resultsRestricted";
036        public static final String MESSAGE_OPEN_DOCUMENT_RESTRICTED = "message.sec.document.openRestricted";
037    }