|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UniqueIdentificationException | |
|---|---|
| org.filteredpush.mapper.datapolicymapper | |
| Uses of UniqueIdentificationException in org.filteredpush.mapper.datapolicymapper |
|---|
| Methods in org.filteredpush.mapper.datapolicymapper that throw UniqueIdentificationException | |
|---|---|
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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||