Modifier and Type | Method and Description |
---|---|
Address |
ContactManagerServiceImpl.getAddress(AddressRequest parameters)
Returns a specified address
|
Modifier and Type | Method and Description |
---|---|
void |
AgentTerminalServiceImpl.callSupervisor(SsoToken ssoToken,
Terminal terminal,
Address address) |
void |
SessionServiceImpl.callSupervisor(SsoToken ssoToken,
Terminal terminal,
Address address) |
void |
RoutePointAddressServiceImpl.control(SsoToken ssoToken,
Address routePointAddress) |
Contact |
SessionServiceImpl.createContact(SsoToken ssoToken,
Terminal terminal,
Address origAddress,
Address destAddress) |
Contact |
SessionServiceImpl.initiateConference(SsoToken ssoToken,
Terminal terminal,
Contact contact,
Address destAddress) |
Contact |
SessionServiceImpl.initiateSupervisedTransfer(SsoToken ssoToken,
Terminal terminal,
Contact contact,
Address destAddress) |
BooleanResponse |
RoutePointAddressServiceImpl.isControlled(SsoToken ssoToken,
Address routePointAddress) |
Contact |
TerminalServiceImpl.originate(SsoToken ssoToken,
Terminal terminal,
Address address,
java.lang.String destinationAddress) |
TerminalConnectionResponse |
TerminalServiceImpl.pickupFromAddress(SsoToken ssoToken,
Terminal terminal,
Address destAddress,
Address terminalAddress) |
TerminalConnectionResponse |
TerminalServiceImpl.pickupFromGroup(SsoToken ssoToken,
Terminal terminal,
java.lang.String pickupGroup,
Address terminalAddress) |
TerminalConnectionResponse |
TerminalServiceImpl.pickupFromTerminal(SsoToken ssoToken,
Terminal terminal,
TerminalConnection termConnection,
Address termAddress) |
void |
RoutePointAddressServiceImpl.releaseControl(SsoToken ssoToken,
Address routePointAddress) |
void |
RoutePointConnectionServiceImpl.routePointRetrieve(SsoToken ssoToken,
Connection routePointConnection,
Address address) |
void |
SessionServiceImpl.transferContact(SsoToken ssoToken,
Terminal terminal,
Contact contact,
Address destAddress) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createAddressPropertyNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
AddressProperty property,
AddressPropertyAcquireStatus acquireStatus,
AddressPropertyDoNotDisturb doNotDisturb,
AddressPropertyAddressTerminalAssociation addressTerminalAssociation,
AddressPropertyForwardingArray forwardingArray,
AddressPropertyMessageWaiting messageWaiting,
AddressPropertyUri uri,
AddressPropertyPresence presence,
Address address,
AddressCapabilities capabilities,
javax.xml.datatype.XMLGregorianCalendar timestamp)
This helper method creates the notification for address property event.
|
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createAddressStateNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
ResourceState state,
java.lang.String reason,
Address address,
AddressCapabilities capabilities,
javax.xml.datatype.XMLGregorianCalendar timestamp) |
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createConnectionStateNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
Address address,
Connection connection,
Contact contact,
boolean isRemote,
ConnectionState newState,
ConnectionState previousState,
Reason reason,
Address sendingAddress,
ConnectionCapabilities capabilities,
javax.xml.datatype.XMLGregorianCalendar timestamp)
This helper method creates the notification for connection state event.
|
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createContactPropertyNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
ContactProperty property,
ContactPropertyAttachedData attachedData,
ContactPropertyCalledAddress calledAddress,
ContactPropertyCalledAlias calledAlias,
ContactPropertyCallingAddress callingAddress,
ContactPropertyCallingTerminal callingTerminal,
ContactPropertyCcmId ccmId,
ContactPropertyContactTypeArray contactTypeArray,
ContactPropertyIntrinsicArray intrinsicArray,
ContactPropertyLastRedirectedAddress lastRedirectedAddress,
ContactPropertyNetworkDialledAddress networkDialledAddress,
ContactPropertyNodeId nodeId,
ContactPropertyRoute route,
ContactPropertySourceSiteGroupId sourceSiteGroupId,
ContactPropertySpExternalId spExternalId,
ContactPropertyTargetAgentPositionId targetAgentPositionId,
ContactPropertyUui uui,
Contact contact,
Address address,
ContactCapabilities capabilities,
javax.xml.datatype.XMLGregorianCalendar timestamp)
This helper method creates the notification for contact property event.
|
Modifier and Type | Method and Description |
---|---|
Address |
ObjectFactory.createAddress()
Create an instance of
Address |
Address |
ContactPropertyRoute.getAddress()
Gets the value of the address property.
|
Address |
AddressPropertyAddressTerminalAssociation.getAddress()
Gets the value of the address property.
|
Address |
ContactPropertyCalledAddress.getCalledAddress()
Gets the value of the calledAddress property.
|
Address |
ContactInfo.getCalledAddress()
Gets the value of the calledAddress property.
|
Address |
ContactPropertyCallingAddress.getCallingAddress()
Gets the value of the callingAddress property.
|
Address |
ContactInfo.getCallingAddress()
Gets the value of the callingAddress property.
|
Address |
ContactPropertyLastRedirectedAddress.getLastRedirectedAddress()
Gets the value of the lastRedirectedAddress property.
|
Address |
ContactInfo.getLastRedirectedAddress()
Gets the value of the lastRedirectedAddress property.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<Address> |
ContactPropertyListenerSet.getEntitySet() |
java.util.HashSet<Address> |
ConnectionStateListenerSet.getEntitySet() |
java.util.HashSet<Address> |
AddressPropertyListenerSet.getEntitySet() |
java.util.HashSet<Address> |
AddressEntitySet.getEntitySet() |
java.util.List<Address> |
AddressArray.getItem()
Gets the value of the item property.
|
java.util.Iterator<Address> |
ContactPropertyListenerSet.iterator() |
java.util.Iterator<Address> |
ConnectionStateListenerSet.iterator() |
java.util.Iterator<Address> |
AddressPropertyListenerSet.iterator() |
java.util.Iterator<Address> |
AddressEntitySet.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ContactPropertyListenerSet.add(Address entity) |
boolean |
ConnectionStateListenerSet.add(Address entity) |
boolean |
AddressPropertyListenerSet.add(Address entity) |
boolean |
AddressEntitySet.add(Address entity) |
boolean |
ContactPropertyListenerSet.contains(Address entity) |
boolean |
ConnectionStateListenerSet.contains(Address entity) |
boolean |
AddressPropertyListenerSet.contains(Address entity) |
boolean |
AddressEntitySet.contains(Address entity) |
void |
ContactPropertyRoute.setAddress(Address value)
Sets the value of the address property.
|
void |
AddressPropertyAddressTerminalAssociation.setAddress(Address value)
Sets the value of the address property.
|
void |
ContactPropertyCalledAddress.setCalledAddress(Address value)
Sets the value of the calledAddress property.
|
void |
ContactInfo.setCalledAddress(Address value)
Sets the value of the calledAddress property.
|
void |
ContactPropertyCallingAddress.setCallingAddress(Address value)
Sets the value of the callingAddress property.
|
void |
ContactInfo.setCallingAddress(Address value)
Sets the value of the callingAddress property.
|
void |
ContactPropertyLastRedirectedAddress.setLastRedirectedAddress(Address value)
Sets the value of the lastRedirectedAddress property.
|
void |
ContactInfo.setLastRedirectedAddress(Address value)
Sets the value of the lastRedirectedAddress property.
|
Modifier and Type | Method and Description |
---|---|
Address |
ConnectionRequest.getAddress()
Gets the value of the address property.
|
Address |
AddressOriginateRequest.getAddress()
Gets the value of the address property.
|
Address |
SetMessageWaitingRequest.getAddress()
Gets the value of the address property.
|
Address |
SetForwardingRequest.getAddress()
Gets the value of the address property.
|
Address |
SetDoNotDisturbRequest.getAddress()
Gets the value of the address property.
|
Address |
PresenceSubscribeRequest.getAddress()
Gets the value of the address property.
|
Address |
AddressRequest.getAddress()
Gets the value of the address property.
|
Address |
InstantMessageRequest.getDestinationAddress()
Gets the value of the destinationAddress property.
|
Address |
InstantMessageRequest.getSourceAddress()
Gets the value of the sourceAddress property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
AddressOriginateRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
SetMessageWaitingRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
SetForwardingRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
SetDoNotDisturbRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
PresenceSubscribeRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
AddressRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
InstantMessageRequest.setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
void |
InstantMessageRequest.setSourceAddress(Address value)
Sets the value of the sourceAddress property.
|
Modifier and Type | Method and Description |
---|---|
Address |
TerminalAddressRequest.getAddress()
Gets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
GetRelatedAddressesResponse.getAddress()
Gets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminalAddressRequest.setAddress(Address value)
Sets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
Address |
AddressResponse.getAddress()
Gets the value of the address property.
|
Address |
ParkRequest.getDestinationAddress()
Gets the value of the destinationAddress property.
|
Address |
RedirectRequest.getDestinationAddress()
Gets the value of the destinationAddress property.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressResponse.setAddress(Address value)
Sets the value of the address property.
|
void |
ParkRequest.setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
void |
RedirectRequest.setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Address> |
ObjectFactory.createGetAddressResponse(Address value)
|
java.util.List<Address> |
AddressesResponse.getAddresses()
Gets the value of the addresses property.
|
java.util.List<Address> |
StartCallEventListenerRequest.getAddressList()
Gets the value of the addressList property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Address> |
ObjectFactory.createGetAddressResponse(Address value)
|
Modifier and Type | Method and Description |
---|---|
Address |
ObserveTargetConnectionRequest.getAddress()
Gets the value of the address property.
|
Address |
ObserveRequest.getAddress()
Gets the value of the address property.
|
Address |
BargeInRequest.getAddress()
Gets the value of the address property.
|
Address |
GiveTreatmentRequest.getAddress()
Gets the value of the address property.
|
Address |
ContactAddressRequest.getAddress()
Gets the value of the address property.
|
Address |
AddressResponse.getAddress()
Gets the value of the address property.
|
Address |
WhisperTargetConnectionRequest.getDesitnationAddress()
Gets the value of the desitnationAddress property.
|
Address |
WhisperRequest.getDesitnationAddress()
Gets the value of the desitnationAddress property.
|
Address |
WhisperTargetConnectionRequest.getSourceAddress()
Gets the value of the sourceAddress property.
|
Address |
WhisperRequest.getSourceAddress()
Gets the value of the sourceAddress property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObserveTargetConnectionRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
ObserveRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
BargeInRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
GiveTreatmentRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
ContactAddressRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
AddressResponse.setAddress(Address value)
Sets the value of the address property.
|
void |
WhisperTargetConnectionRequest.setDesitnationAddress(Address value)
Sets the value of the desitnationAddress property.
|
void |
WhisperRequest.setDesitnationAddress(Address value)
Sets the value of the desitnationAddress property.
|
void |
WhisperTargetConnectionRequest.setSourceAddress(Address value)
Sets the value of the sourceAddress property.
|
void |
WhisperRequest.setSourceAddress(Address value)
Sets the value of the sourceAddress property.
|
Modifier and Type | Method and Description |
---|---|
Address |
RoutePointAddressRequest.getRoutePointAddress()
Gets the value of the routePointAddress property.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutePointAddressRequest.setRoutePointAddress(Address value)
Sets the value of the routePointAddress property.
|
Modifier and Type | Method and Description |
---|---|
Address |
RoutePointRetrieveRequest.getAddress()
Gets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutePointRetrieveRequest.setAddress(Address value)
Sets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
Address |
TerminalAddressRequest.getAddress()
Gets the value of the address property.
|
Address |
TerminalContactAddressRequest.getAddress()
Gets the value of the address property.
|
Address |
AddressResponse.getAddressResponse()
Gets the value of the addressResponse property.
|
Address |
CreateContactRequest.getDstAddress()
Gets the value of the dstAddress property.
|
Address |
CreateContactRequest.getSrcAddress()
Gets the value of the srcAddress property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
AddressList.getAddresses()
Gets the value of the addresses property.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminalAddressRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
TerminalContactAddressRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
AddressResponse.setAddressResponse(Address value)
Sets the value of the addressResponse property.
|
void |
CreateContactRequest.setDstAddress(Address value)
Sets the value of the dstAddress property.
|
void |
CreateContactRequest.setSrcAddress(Address value)
Sets the value of the srcAddress property.
|
Modifier and Type | Method and Description |
---|---|
Address |
TerminalOriginateRequest.getAddress()
Gets the value of the address property.
|
Address |
PickupFromAddressRequest.getDestinationAddress()
Gets the value of the destinationAddress property.
|
Address |
PickupFromTerminalRequest.getTerminalAddress()
Gets the value of the terminalAddress property.
|
Address |
PickupFromAddressRequest.getTerminalAddress()
Gets the value of the terminalAddress property.
|
Address |
PickupFromGroupRequest.getTerminalAddress()
Gets the value of the terminalAddress property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
GetRelatedAddressesResponse.getAddress()
Gets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminalOriginateRequest.setAddress(Address value)
Sets the value of the address property.
|
void |
PickupFromAddressRequest.setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
void |
PickupFromTerminalRequest.setTerminalAddress(Address value)
Sets the value of the terminalAddress property.
|
void |
PickupFromAddressRequest.setTerminalAddress(Address value)
Sets the value of the terminalAddress property.
|
void |
PickupFromGroupRequest.setTerminalAddress(Address value)
Sets the value of the terminalAddress property.
|
Modifier and Type | Method and Description |
---|---|
Contact |
OpenQImpl.createContact(Provider provider,
java.lang.String externalContactId,
Reason contactReasonCode,
Address outOfProviderAddress,
java.lang.String outOfProviderExternalId,
Reason outOfProviderReasonCode,
Address routePointAddress,
java.lang.String routePointAddressExternalId,
Reason routePointAddressReasonCode,
ContactTypeArray contactTypes,
IntrinsicArray intrinsics,
SsoToken ssoToken)
The number of
intrinsics is limited to 20. |
Copyright © 2010 All Rights Reserved.