|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phone | |
org.opengroupware.jogi.connect.xmlrpc | |
org.opengroupware.jogi.ogo |
Uses of Phone in org.opengroupware.jogi.connect.xmlrpc |
Classes in org.opengroupware.jogi.connect.xmlrpc that implement Phone | |
class |
XmlRpcPhone
This Class represents one Phone entry with its entities: info, number, telephoneId, type |
Methods in org.opengroupware.jogi.connect.xmlrpc that return Phone | |
Phone |
XmlRpcEnterprise.insertPhone(java.lang.String type,
java.lang.String number,
java.lang.String info)
|
Phone |
XmlRpcPerson.insertPhone(java.lang.String type,
java.lang.String number,
java.lang.String info)
|
Methods in org.opengroupware.jogi.connect.xmlrpc with parameters of type Phone | |
boolean |
XmlRpcEnterprise.removePhone(Phone phone)
|
boolean |
XmlRpcPerson.removePhone(Phone phone)
|
Uses of Phone in org.opengroupware.jogi.ogo |
Methods in org.opengroupware.jogi.ogo that return Phone | |
Phone |
Person.insertPhone(java.lang.String type,
java.lang.String number,
java.lang.String info)
|
Phone |
Enterprise.insertPhone(java.lang.String type,
java.lang.String number,
java.lang.String info)
Inserts a new Phone into the Enterprise. |
Methods in org.opengroupware.jogi.ogo with parameters of type Phone | |
boolean |
Person.removePhone(Phone phone)
|
boolean |
Enterprise.removePhone(Phone phone)
Removes the Phone from this
Enterprise. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |