|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWriteCallRepository
This type is used for repositories which allow write access to their call information.
| Method Summary | |
|---|---|
void |
removeCall(ICall call)
Removes a certain call from a repository. |
void |
removeCalls(ICallList callList)
Removes a list of calls objects from a repository. |
void |
setCall(ICall call)
Sets a call object to a repository. |
void |
setCalls(ICallList list)
Sets a list of call objects to a repository. |
void |
updateCall(ICall call)
Updates a call with the new data. |
void |
updateCalls(ICallList list)
Updates a call list with the new data. |
| Method Detail |
|---|
void setCall(ICall call)
call - call to be setvoid setCalls(ICallList list)
list - call list to be setvoid updateCall(ICall call)
call - call to be updatedvoid updateCalls(ICallList list)
list - call list to be updatedvoid removeCall(ICall call)
call - call to be removedvoid removeCalls(ICallList callList)
callList - list of calls to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||