Interface PhoneSystemConnectorTabViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface PhoneSystemConnectorTabViewContext extends ViewContext
APhoneSystemConnectorTabViewContext
provides aPhoneSystemModifier
which is used to change the underlyingPhoneSystem
.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhoneSystemModifier
getPhoneSystemModifier()
java.lang.String
getType()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getPhoneSystemModifier
PhoneSystemModifier getPhoneSystemModifier()
- Returns:
- the
PhoneSystemModifier
to make persistent changes on itsPhoneSystem
- Since:
- 11.27
-
getType
java.lang.String getType()
- Returns:
- the type of the
PhoneSystem
- Since:
- 11.27
-
-