Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
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.
|
Copyright © 2014 OpenEstate. All rights reserved.