|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWriteCallerRepository
This type is used for repositories which allow write access to their caller information.
| Method Summary | |
|---|---|
void |
removeCaller(ICaller caller)
Removes a certain caller from a repository. |
void |
removeCaller(ICallerList callerList)
Removes a list of caller objects from a repository. |
void |
setCaller(ICaller caller)
Sets a caller object to a repository. |
void |
setCaller(ICallerList callerList)
Sets a list of caller objects to a repository. |
void |
updateCaller(ICaller caller)
Updates a caller with the new data. |
| Method Detail |
|---|
void setCaller(ICaller caller)
caller - caller to be setvoid setCaller(ICallerList callerList)
callerList - list of caller objectsvoid updateCaller(ICaller caller)
caller - caller to be updatedvoid removeCaller(ICaller caller)
caller - caller to be removedvoid removeCaller(ICallerList callerList)
callerList - list of callers to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||