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

Packages that use LocalDataSourceAccessException
org.filteredpush.mapper.datapolicymapper   
 

Uses of LocalDataSourceAccessException in org.filteredpush.mapper.datapolicymapper
 

Methods in org.filteredpush.mapper.datapolicymapper that throw LocalDataSourceAccessException
 java.lang.String SpecifyAdapter.add(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Insert a record into the data source with the specified type and value.
 java.lang.String DataPolicyAdapter.add(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Insert a record into the data source with the specified type and value.
 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 SpecifyAdapter.delete(java.lang.String objType, java.lang.String identifier)
          Delete a record in the data source with the specified type and primary key.
 void DataPolicyAdapter.delete(java.lang.String objType, java.lang.String identifier)
          Delete a record in the data source with the specified type and primary key.
 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.lang.String> SpecifyAdapter.find(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Find the record that is in the specified type and has the specified value and return their primary keys.
 java.util.List<java.lang.String> DataPolicyAdapter.find(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Find the record that is in the specified type and has the specified value and return their primary keys.
 java.util.List<java.lang.String> SpecifyAdapter.findByIdentifiers(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.lang.String> DataPolicyAdapter.findByIdentifiers(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.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.Map<java.lang.String,java.lang.String> SpecifyAdapter.get(java.lang.String objType, java.lang.String identifier)
          Return the object with the specified type and the primary key.
 java.util.Map<java.lang.String,java.lang.String> DataPolicyAdapter.get(java.lang.String objType, java.lang.String identifier)
          Return the object with the specified type and the primary key.
 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 SpecifyAdapter.update(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Update a record in the data source with the specified type and value.
 void DataPolicyAdapter.update(java.lang.String objType, java.util.Map<java.lang.String,java.lang.Object> obj)
          Update a record in the data source with the specified type and value.
 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.