Package | Description |
---|---|
org.openestate.is24.restapi.utils |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
ExportMessage[] |
ExportHandler.export(AbstractClient client,
ExportPool pool,
boolean disableUnpublishedObjects,
boolean unpublishUntouchedObjects)
Start the bulk export of an
ExportPool . |
ExportMessage[] |
ExportHandler.getMessages()
Return messages, that occured during the last export process.
|
ExportMessage[] |
ExportHandler.getMessagesForContact(String externalContactId)
Return messages for a certain contact person, that occured during the last
export process.
|
ExportMessage[] |
ExportHandler.getMessagesForObject(String externalObjectId)
Return messages for a certain real estate, that occured during the last
export process.
|
ExportMessage[] |
ExportHandler.getMessagesGeneral()
Return general messages, that occured during the last export process.
|
static ExportMessage |
ExportMessage.newContactMessage(String contactId,
ExportMessage.Code code,
String message)
Create a message for a contact person.
|
static ExportMessage |
ExportMessage.newContactMessage(String contactId,
ExportMessage.Code code,
String message,
String errorRequestRefNumber)
Create a message for a contact person.
|
static ExportMessage |
ExportMessage.newGeneralMessage(String message,
ExportMessage.Code code)
Create a general message.
|
static ExportMessage |
ExportMessage.newGeneralMessage(String message,
ExportMessage.Code code,
String errorRequestRefNumber)
Create a general message.
|
static ExportMessage |
ExportMessage.newObjectMessage(String objectId,
ExportMessage.Code code,
String message)
Create a message for a real estate.
|
static ExportMessage |
ExportMessage.newObjectMessage(String objectId,
ExportMessage.Code code,
String message,
String errorRequestRefNumber)
Create a message for a real estate.
|
Copyright © 2016 OpenEstate. All rights reserved.