Uses of Class
org.filteredpush.mapper.exception.ConverterException

Packages that use ConverterException
org.filteredpush.mapper.converter   
org.filteredpush.mapper.datapolicymapper   
 

Uses of ConverterException in org.filteredpush.mapper.converter
 

Methods in org.filteredpush.mapper.converter that throw ConverterException
 java.lang.Object Converter.getAsObject(java.lang.String value)
          Convert data from the webUI to the format accepted by the driver.
 java.lang.Object BooleanConverter.getAsObject(java.lang.String value)
           
 java.lang.String Converter.getAsString(java.lang.Object value)
          Convert data from the driver to the format accepted by the webUI.
 java.lang.String BooleanConverter.getAsString(java.lang.Object value)
           
 

Uses of ConverterException in org.filteredpush.mapper.datapolicymapper
 

Methods in org.filteredpush.mapper.datapolicymapper that throw ConverterException
 java.lang.String DataPolicyMapperImpl.add(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Add the record of specified type in the local data source.
 java.lang.String DataPolicyMapper.add(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Add the record of specified type in the local data source.
 void DataPolicyMapperImpl.delete(java.lang.String objType, java.lang.String identifier)
          Delete the record in specified type with the specified identifier from the local data source.
 void DataPolicyMapper.delete(java.lang.String objType, java.lang.String identifier)
          Delete the record in specified type with the specified identifier from the local data source.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapperImpl.get(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Find the records of the specified type and with the specified value.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapper.get(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Find the records of the specified type and with the specified value.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapperImpl.getByIdentifiers(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> identifiers)
          Find the record in the local data source with the specified type and identified by the specific identifiers.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapper.getByIdentifiers(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> identifiers)
          Find the record in the local data source with the specified type and identified by the specific identifiers.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapperImpl.getFillin(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Get the possible fill-in from the local data source for the input proposed change.
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> DataPolicyMapper.getFillin(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Get the possible fill-in from the local data source for the input proposed change.
 void DataPolicyMapperImpl.update(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Update the record in specified type with the specified type and value in the local data source.
 void DataPolicyMapper.update(java.lang.String objType, java.util.Map<java.lang.String,java.lang.String> data)
          Update the record in specified type with the specified type and value in the local data source.