Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static Messages |
ImportExport.PublishService.delete(AbstractClient client,
String is24PublishId)
Calls the DELETEbyID 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 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 | Field and Description |
---|---|
Messages |
RequestFailedException.responseMessages
Messages , that were received in the body of the HTTP response. |
Modifier and Type | Method and Description |
---|---|
static Resource |
Resource.getCreatedResource(Messages messages)
Loads resource informations from the response
Messages of a created
object. |
static Resource |
Resource.getMessageResource(Messages messages)
Loads resource informations from the response
Messages . |
protected void |
ExportHandler.putContactMessage(String externalContactId,
ExportMessage.Code code,
Messages msgs)
Registers messages for a contact person.
|
protected void |
ExportHandler.putGeneralMessage(ExportMessage.Code code,
Messages msgs)
Registers general messages.
|
protected void |
ExportHandler.putObjectMessage(String externalObjectId,
ExportMessage.Code code,
Messages msgs)
Registers messages for a real estate.
|
Modifier and Type | Method and Description |
---|---|
Messages |
ObjectFactory.createMessages()
Create an instance of
Messages |
Copyright © 2014 OpenEstate. All rights reserved.