public LookUp getLookUpByMeaning(Locale locale, String type, String meaning)
     throws ALNTApplicationException, ALNTSystemException {
   LookUp values = null;
   values = lookupService.getLookupByTypeMeaning(type, meaning);
   return values;
 }