de.starface.integration.uci.java.v30.messages.requests
Interface UciFmcPhoneRequests


@UciService(value="ucp.v30.requests.fmcPhone")
@RpcInterface(value="ucp.v30.requests.fmcPhone")
@RpcValueTranslation(version=30)
public interface UciFmcPhoneRequests

This interface defines the FMC phone requests provided by the UCI server.


Method Summary
 void deleteFmcPhone(FmcPhone phone)
          Deleting an FMC phone.
 List<FmcPhone> getFmcPhones()
          Getting all FMC phones of this user.
 void saveFmcPhone(FmcPhone phone)
          Saving a new FMC phone or updating one.
 

Method Detail

saveFmcPhone

void saveFmcPhone(FmcPhone phone)
                  throws UciException
Saving a new FMC phone or updating one.

Parameters:
phone -
Throws:
UciException

deleteFmcPhone

void deleteFmcPhone(FmcPhone phone)
                    throws UciException
Deleting an FMC phone.

Parameters:
phone -
Throws:
UciException

getFmcPhones

List<FmcPhone> getFmcPhones()
                            throws UciException
Getting all FMC phones of this user.

Throws:
UciException


Copyright © 2012 STARFACE GmbH. All rights reserved.