|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AbstractDnSummary
Light static representation of a DN (in the Config Layer acception).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Returns the alias of this DN, as defined in the Configuration Layer. |
java.util.Map |
getAnnex()
Returns the options from the Annex of the
DN object defined in the Configuration Layer. |
java.lang.String |
getAssociation()
Returns the association property defined in the Configuration Layer. |
java.lang.String |
getCallableNumber()
Returns the callable number of this DN. |
Dn.Media |
getMedia()
Deprecated. since 7.0 - Dns are Voice media, others are none. |
java.lang.String |
getName()
Returns this DN name as defined in the Configuration Layer. |
Switch |
getSwitch()
Deprecated. since 7.5 Please use AilFactory.getSwitch(java.lang.String). |
java.lang.String |
getSwitchName()
Returns the name of the switch to which this DN belongs. |
AbstractDn.Type |
getType()
Returns the type. |
boolean |
isEnabled()
Returns the Configuration Layer status. |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getId, getObjectType |
| Method Detail |
|---|
java.lang.String getAlias()
java.util.Map getAnnex()
Annex of the
DN object defined in the Configuration Layer.
java.lang.String getAssociation()
Switch getSwitch()
AilFactory.getSwitch(java.lang.String).
java.lang.String getSwitchName()
DN belongs.
AbstractDn.Type getType()
Dn.Media getMedia()
Dns are Voice media, others are none.
java.lang.String getCallableNumber()
null if the callable number can't be found.java.lang.String getName()
This name corresponds to the value for the
number option value set in the Configuration
Layer. This name does not include an "@switch" suffix.
Note: By default, use IdObject.getId().
boolean isEnabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||