Class AppointmentAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,E>
-
- org.apache.openmeetings.db.bind.adapter.EntityAdapter<Appointment>
-
- org.apache.openmeetings.db.bind.adapter.AppointmentAdapter
-
public class AppointmentAdapter extends EntityAdapter<Appointment>
-
-
Constructor Summary
Constructors Constructor Description AppointmentAdapter()AppointmentAdapter(AppointmentDao dao, Map<Long,Long> idMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AppointmentnewEntity()-
Methods inherited from class org.apache.openmeetings.db.bind.adapter.EntityAdapter
marshal, unmarshal
-
-
-
-
Constructor Detail
-
AppointmentAdapter
public AppointmentAdapter()
-
AppointmentAdapter
public AppointmentAdapter(AppointmentDao dao, Map<Long,Long> idMap)
-
-
Method Detail
-
newEntity
protected Appointment newEntity()
- Specified by:
newEntityin classEntityAdapter<Appointment>
-
-