| Methods in org.filteredpush.mapper.datapolicymapper that throw ObjectExistException |
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.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. |