View Javadoc

1   package org.kuali.student.enrollment.class2.population.util;
2   
3   
4   public class PopulationConstants {
5   
6       //Attributes defined in PopulationWrapper
7       public static final class PopulationWrapper {
8           public static final String POPULATION_NAME = "dataObject.populationInfo.name";
9       }
10      //Message keys
11      public static final String POPULATION_MSG_ERROR_NAME_IS_NOT_UNIQUE = "error.enroll.population.nameIsNotUnique";
12      public static final String POPULATION_MSG_ERROR_NEED_TWO_DIFFERENT_POPULATIONS = "error.enroll.population.needTwoDifferentPopulations";
13      public static final String POPULATION_MSG_ERROR_NEED_ONE_POPULATIONS = "error.enroll.population.needAtLeastOnePopulations";
14      public static final String POPULATION_MSG_ERROR_REF_NOT_ALLOWED_IN_SOURCE_POPULATIONS = "error.enroll.population.refNotAllowedInSourcePopulations";
15      public static final String POPULATION_MSG_ERROR_POPULATION_NOT_FOUND = "error.enroll.population.PopulationNotFound";
16  
17      public static final String POPULATION_LOOKUP_VIEW_ID = "KS-Population-LookupView";
18      public static final String POPULATION_LOOKUP_VIEW_NAME = "Manage Populations";
19  
20  }