com.arunta.base.settings
Class InternalDialPlan

java.lang.Object
  extended by com.arunta.base.settings.InternalDialPlan
All Implemented Interfaces:
java.io.Serializable

public class InternalDialPlan
extends java.lang.Object
implements java.io.Serializable

Total Recall VR system Internal Dial Plan configuration.

A collection of valid regular expressions that define the internal dial plan used in the organisation. The Total Recall VR system uses the entries in this set to determine whether calls originate or terminate on internal phones.

See Also:
Serialized Form

Constructor Summary
InternalDialPlan()
           
InternalDialPlan(java.lang.String[] ruleStrings)
           
 
Method Summary
 void addRule(java.lang.String rule)
           
 void clear()
           
 java.lang.String[] getRules()
           
 java.lang.String getRuleString(int n)
           
 boolean isInternal(java.lang.String id)
           
 void removeRule(int n)
           
 void setRules(java.lang.String[] sRules)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalDialPlan

public InternalDialPlan()

InternalDialPlan

public InternalDialPlan(java.lang.String[] ruleStrings)
Method Detail

clear

public void clear()

size

public int size()

addRule

public void addRule(java.lang.String rule)

removeRule

public void removeRule(int n)

getRuleString

public java.lang.String getRuleString(int n)

getRules

public java.lang.String[] getRules()

setRules

public void setRules(java.lang.String[] sRules)

isInternal

public boolean isInternal(java.lang.String id)


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.