|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openexchange.api.OXObjectTransformer
OXObject
Constructor Summary | |
OXObjectTransformer(OXObjectFactory oxobjectfactory)
Creates a new OXObjectTransformer with the given OXObjectFactory |
Method Summary | |
OXAppointment |
getOXAppointment(OXContact oxcontact)
Creates a new OXAppointment with the information from the OXContact |
OXAppointment |
getOXAppointment(OXTask oxtask)
Creates a new OXAppointment with the information from the OXTask |
OXContact |
getOXContact(OXAppointment oxappointment)
Creates a new OXContact with the information from the OXAppointment |
OXContact |
getOXContact(OXTask oxtask)
Creates a new OXContact with the information from the OXTask |
OXTask |
getOXTask(OXAppointment oxappointment)
Creates a new OXTask with the information from the OXAppointment |
OXTask |
getOXTask(OXContact oxcontact)
Creates a new OXTask with the information from the OXContact |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OXObjectTransformer(OXObjectFactory oxobjectfactory)
oxobjectfactory
- Method Detail |
public OXTask getOXTask(OXAppointment oxappointment) throws java.lang.Exception
oxappointment
-
java.lang.Exception
public OXTask getOXTask(OXContact oxcontact) throws java.lang.Exception
oxcontact
-
java.lang.Exception
public OXAppointment getOXAppointment(OXTask oxtask) throws java.lang.Exception
oxtask
-
java.lang.Exception
public OXAppointment getOXAppointment(OXContact oxcontact) throws java.lang.Exception
oxcontact
-
java.lang.Exception
public OXContact getOXContact(OXTask oxtask) throws java.lang.Exception
oxtask
-
java.lang.Exception
public OXContact getOXContact(OXAppointment oxappointment) throws java.lang.Exception
oxappointment
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |