Uses of Class
com.techventus.server.voice.datatypes.PhoneOld

Packages that use PhoneOld
com.techventus.server.voice   
com.techventus.server.voice.datatypes   
 

Uses of PhoneOld in com.techventus.server.voice
 

Methods in com.techventus.server.voice that return types with arguments of type PhoneOld
 java.util.List<PhoneOld> Voice.getPhoneList(boolean forceUpdate)
          Returns the phone list - Lazy TODO move this function in the Settings class
 

Uses of PhoneOld in com.techventus.server.voice.datatypes
 

Methods in com.techventus.server.voice.datatypes that return PhoneOld
static PhoneOld[] PhoneOld.jsonObjectToPhone(gvjava.org.json.JSONObject jsonObject)
          Deprecated.  
 

Methods in com.techventus.server.voice.datatypes that return types with arguments of type PhoneOld
 java.util.List<PhoneOld> Settings.getPhoneList()
          Deprecated.