|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FmcPhone | |
|---|---|
| de.starface.integration.uci.java.v30.messages.events | This package contains the events that the UCI client implementation can receive from STARFACE. |
| de.starface.integration.uci.java.v30.messages.requests | This package contains the requests that the UCI client implementation can send to STARFACE. |
| de.starface.integration.uci.java.v30.ucp.messages.requests | This package contains the UCP server interfaces that define the UCI requests provided by the server. |
| Uses of FmcPhone in de.starface.integration.uci.java.v30.messages.events |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type FmcPhone | |
|---|---|
void |
UciFmcPhoneEvents.fmcPhonesChangedEvent(FmcPhone phones)
This event provides Information about changes of FMC phones of this user. |
| Uses of FmcPhone in de.starface.integration.uci.java.v30.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type FmcPhone | |
|---|---|
List<FmcPhone> |
UciFmcPhoneRequests.getFmcPhones()
Getting all FMC phones of this user. |
| Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type FmcPhone | |
|---|---|
void |
UciFmcPhoneRequests.deleteFmcPhone(FmcPhone phone)
Deleting an FMC phone. |
void |
UciFmcPhoneRequests.saveFmcPhone(FmcPhone phone)
Saving a new FMC phone or updating one. |
| Uses of FmcPhone in de.starface.integration.uci.java.v30.ucp.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.ucp.messages.requests with parameters of type FmcPhone | |
|---|---|
void |
UcpFmcPhoneRequests.deleateFmcPhone(FmcPhone phone)
Deleting an FMC phone. |
void |
UcpFmcPhoneRequests.saveFmcPhone(FmcPhone phone)
Saving a new FMC phone or updating one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||