Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
org.openestate.is24.restapi.hc42 |
Additional classes for Apache HttpComponents 4.2.
|
org.openestate.is24.restapi.hc43 |
Additional classes for Apache HttpComponents 4.3.
|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.webapp |
Classes for the example web application.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClient
An implementation of
AbstractClient , that makes use of
HttpURLConnection for HTTP transfers. |
Modifier and Type | Method and Description |
---|---|
static Messages |
ImportExport.PublishService.delete(AbstractClient client,
String is24PublishId)
Calls the DELETEbyID method of the Publish Webservice.
|
static PublishObjects |
ImportExport.PublishService.delete(AbstractClient client,
String[] is24PublishIds)
Calls the DELETEbyList method of the Publish Webservice.
|
static Messages |
ImportExport.ContactAddressService.deleteByExternalId(AbstractClient client,
String externalContactId)
Calls the DELETEbyID method of the Contact Webservice.
|
static Messages |
ImportExport.RealEstateService.deleteByExternalId(AbstractClient client,
String externalRealEstateId)
Calls the DELETEbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.ContactAddressService.deleteByExternalId(AbstractClient client,
String externalContactId,
String assignToExternalContactId)
Calls the DELETEbyID method of the Contact Webservice.
|
static Messages |
ImportExport.AttachmentService.deleteById(AbstractClient client,
long is24RealEstateIdId,
long is24AttachmentId)
Calls the DELETEbyID method of the Attachment Webservice.
|
static Messages |
ImportExport.PublishService.deleteById(AbstractClient client,
String is24PublishId)
Deprecated.
|
static Messages |
ImportExport.AttachmentService.deleteById(AbstractClient client,
String externalRealEstateId,
long is24AttachmentId)
Calls the DELETEbyID method of the Attachment Webservice.
|
static Messages |
ImportExport.ContactAddressService.deleteByIs24Id(AbstractClient client,
long is24ContactId)
Calls the DELETEbyID method of the Contact Webservice.
|
static Messages |
ImportExport.RealEstateService.deleteByIs24Id(AbstractClient client,
long is24RealEstateId)
Calls the DELETEbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.ContactAddressService.deleteByIs24Id(AbstractClient client,
long is24ContactId,
long assignToIs24ContactId)
Calls the DELETEbyID method of the Contact Webservice.
|
static String |
ImportExport.VideoUploadService.doVideoUpload(AbstractClient client,
InputStream videoInput,
String videoFileName,
long videoFileSize)
Upload a video.
|
static PublishChannels |
ImportExport.PublishChannelService.get(AbstractClient client)
Calls the GET method of the PublishChannel Webservice.
|
static RealEstateCounts |
ImportExport.RealEstatesCountsService.get(AbstractClient client)
Calls the GET method of the RealEstatesCounts Webservice.
|
static VideoUploadTicket |
ImportExport.VideoUploadService.get(AbstractClient client)
Calls the GET method of the VideoUploadTicket Webservice.
|
static List |
ImportExport.AttachmentsOrderService.get(AbstractClient client,
long is24RealEstateIdId)
Calls the GET method of the AttachmentsOrder Webservice.
|
static PublishObjects |
ImportExport.PublishService.get(AbstractClient client,
long is24RealEstateIdId,
long is24PublishChannelId)
Calls the GET method of the Publish Webservice.
|
static List |
ImportExport.AttachmentsOrderService.get(AbstractClient client,
String externalRealEstateId)
Calls the GET method of the AttachmentsOrder Webservice.
|
static RealtorContactDetailsList |
ImportExport.ContactAddressService.getAll(AbstractClient client)
Calls the GETall method of the Contact Webservice.
|
static Attachments |
ImportExport.AttachmentService.getAll(AbstractClient client,
long is24RealEstateIdId)
Calls the GETall method of the Attachment Webservice.
|
static Attachments |
ImportExport.AttachmentService.getAll(AbstractClient client,
String externalRealEstateId)
Calls the GETall method of the Attachment Webservice.
|
static RealEstates |
ImportExport.RealEstateService.getAll(AbstractClient client,
String inPublishChannel,
String notInPublishChannel,
int pageSize,
int pageNumber,
boolean archivedObjectsIncluded)
Calls the GETall method of the RealEstate Webservice.
|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByExternalId(AbstractClient client,
String externalContactId)
Calls the GETbyID method of the Contact Webservice.
|
static RealEstate |
ImportExport.RealEstateService.getByExternalId(AbstractClient client,
String externalRealEstateId)
Calls the GETbyID method of the RealEstate Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24RealEstateIdId,
long is24AttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24RealEstateIdId,
String externalAttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static PublishObject |
ImportExport.PublishService.getById(AbstractClient client,
String is24PublishId)
Calls the GETbyID method of the Publish Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalRealEstateId,
long is24AttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalRealEstateId,
String externalAttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByIs24Id(AbstractClient client,
long is24ContactId)
Calls the GETbyID method of the Contact Webservice.
|
static RealEstate |
ImportExport.RealEstateService.getByIs24Id(AbstractClient client,
long is24RealEstateId)
Calls the GETbyID method of the RealEstate Webservice.
|
static long |
ImportExport.AttachmentService.post(AbstractClient client,
long is24RealEstateIdId,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method of the Attachment Webservice.
|
static String |
ImportExport.PublishService.post(AbstractClient client,
PublishObject publishObject)
Calls the POSTbyID method of the Publish Webservice.
|
static PublishObjects |
ImportExport.PublishService.post(AbstractClient client,
PublishObjects publishObjects)
Calls the POST method of the Publish Webservice.
|
static long |
ImportExport.RealEstateService.post(AbstractClient client,
RealEstate realEstate)
Calls the POST method of the RealEstate Webservice.
|
static long |
ImportExport.RealEstateService.post(AbstractClient client,
RealEstate realEstate,
boolean useNewEnergySourceEnev2014Values)
Calls the POST method of the RealEstate Webservice.
|
static long |
ImportExport.ContactAddressService.post(AbstractClient client,
RealtorContactDetails contact)
Calls the POST method of the Contact Webservice.
|
static long |
ImportExport.AttachmentService.post(AbstractClient client,
String externalRealEstateId,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method of the Attachment Webservice.
|
static Messages |
ImportExport.AttachmentsOrderService.put(AbstractClient client,
long is24RealEstateIdId,
List list)
Calls the PUT method of the AttachmentsOrder Webservice.
|
static Messages |
ImportExport.AttachmentsOrderService.put(AbstractClient client,
String externalRealEstateId,
List list)
Calls the PUT method of the AttachmentsOrder Webservice.
|
static Messages |
ImportExport.RealEstateService.putByExternalId(AbstractClient client,
RealEstate realEstate,
String externalRealEstateId)
Calls the PUTbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.RealEstateService.putByExternalId(AbstractClient client,
RealEstate realEstate,
String externalRealEstateId,
boolean useNewEnergySourceEnev2014Values)
Calls the PUTbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.ContactAddressService.putByExternalId(AbstractClient client,
RealtorContactDetails contact,
String externalContactId)
Calls the PUTbyID method of the Contact Webservice.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
long is24RealEstateIdId,
long is24AttachmentId,
Attachment attachment)
Calls the PUTbyID method of the Attachment Webservice.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
String externalRealEstateId,
long is24AttachmentId,
Attachment attachment)
Calls the PUTbyID method of the Attachment Webservice.
|
static Messages |
ImportExport.RealEstateService.putByIs24Id(AbstractClient client,
RealEstate realEstate,
long is24RealEstateId)
Calls the PUTbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.RealEstateService.putByIs24Id(AbstractClient client,
RealEstate realEstate,
long is24RealEstateId,
boolean useNewEnergySourceEnev2014Values)
Calls the PUTbyID method of the RealEstate Webservice.
|
static Messages |
ImportExport.ContactAddressService.putByIs24Id(AbstractClient client,
RealtorContactDetails contact,
long is24ContactId)
Calls the PUTbyID method of the Contact Webservice.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpComponents42Client
An implementation of
AbstractClient , that makes use of
Apache HttpComponents 4.2
for HTTP transfers. |
Modifier and Type | Class and Description |
---|---|
class |
HttpComponents43Client
An implementation of
AbstractClient , that makes use of
Apache HttpComponents 4.3
for HTTP transfers. |
Modifier and Type | Method and Description |
---|---|
protected AbstractClient |
ExportHandler.getClient()
Returns the client of the current export process.
|
Modifier and Type | Method and Description |
---|---|
ExportMessage[] |
ExportHandler.export(AbstractClient client,
ExportPool pool,
boolean archivateUnpublishedObjects,
boolean unpublishUntouchedObjects)
Starts the export of an
ExportPool . |
Modifier and Type | Method and Description |
---|---|
protected AbstractClient |
VerificationServlet.getClient()
Create a client for communication with the IS24-Webservice.
|
Copyright © 2014 OpenEstate. All rights reserved.