de.starface.integration.uci.java.v30.ucp.messages.requests
Interface UcpFmcPhoneRequests


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

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


Field Summary
static String SERVICE_NAME
          The UCI service name used for this interface
 
Method Summary
 void deleateFmcPhone(FmcPhone phone)
          Deleting an FMC phone.
 Map<String,Object> getFmcPhones()
          Getting all FMC phones of this user.
 void saveFmcPhone(FmcPhone phone)
          Saving a new FMC phone or updating one.
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
The UCI service name used for this interface

See Also:
Constant Field Values
Method Detail

saveFmcPhone

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

Parameters:
phone -
Throws:
UciException

deleateFmcPhone

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

Parameters:
phone -
Throws:
UciException

getFmcPhones

Map<String,Object> getFmcPhones()
                                throws UciException
Getting all FMC phones of this user.

Throws:
UciException


Copyright © 2012 STARFACE GmbH. All rights reserved.