#include <PtAddessCapabilities.h>
Public Member Functions | |
| PtAddessCapabilities () | |
| PtAddessCapabilities (const PtAddessCapabilities &rPtAddessCapabilities) | |
| virtual | ~PtAddessCapabilities () |
| PtAddessCapabilities & | operator= (const PtAddessCapabilities &rhs) |
| UtlBoolean | isObservable () |
| UtlBoolean | canSetForwarding () |
| retcode: TRUE if this Address can be observed retcode: FALSE otherwise. More... | |
| UtlBoolean | canGetForwarding () |
| retcode: TRUE if the application can set the forwarding on this Address retcode: FALSE otherwise. More... | |
| UtlBoolean | canCancelForwarding () |
| retcode: True if the application can obtain the current forwarding status on this Address retcode: false otherwise. More... | |
| UtlBoolean | canGetDoNotDisturb () |
| retcode: True if the application can cancel the forwarding on this Address retcode: false otherwise. More... | |
| UtlBoolean | canSetDoNotDisturb () |
| retcode: True if the application can obtain the do not disturb state retcode: false otherwise. More... | |
| UtlBoolean | canGetMessageWaiting () |
| retcode: True if the application can set the do not disturb state retcode: false otherwise. More... | |
| UtlBoolean | canSetMessageWaiting () |
| retcode: True if the application can obtain the message waiting state retcode: false otherwise. More... | |
| PtAddessCapabilities | ( | const PtAddessCapabilities & | rPtAddessCapabilities | ) |
|
virtual |
| UtlBoolean canCancelForwarding | ( | ) |
retcode: True if the application can obtain the current forwarding status on this Address retcode: false otherwise.
| UtlBoolean canGetDoNotDisturb | ( | ) |
retcode: True if the application can cancel the forwarding on this Address retcode: false otherwise.
| UtlBoolean canGetForwarding | ( | ) |
retcode: TRUE if the application can set the forwarding on this Address retcode: FALSE otherwise.
| UtlBoolean canGetMessageWaiting | ( | ) |
retcode: True if the application can set the do not disturb state retcode: false otherwise.
| UtlBoolean canSetDoNotDisturb | ( | ) |
retcode: True if the application can obtain the do not disturb state retcode: false otherwise.
| UtlBoolean canSetForwarding | ( | ) |
retcode: TRUE if this Address can be observed retcode: FALSE otherwise.
| UtlBoolean canSetMessageWaiting | ( | ) |
retcode: True if the application can obtain the message waiting state retcode: false otherwise.
| UtlBoolean isObservable | ( | ) |
| PtAddessCapabilities& operator= | ( | const PtAddessCapabilities & | rhs | ) |