Package | Description |
---|---|
org.openestate.is24.restapi.utils |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
ExportMessage.Code |
ExportMessage.getCode()
Returns message code.
|
static ExportMessage.Code |
ExportMessage.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportMessage.Code[] |
ExportMessage.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExportMessage |
ExportMessage.newContactMessage(String contactId,
ExportMessage.Code code,
String message)
Creates a message for a contact person.
|
static ExportMessage |
ExportMessage.newGeneralMessage(String message,
ExportMessage.Code code)
Creates a general message.
|
static ExportMessage |
ExportMessage.newObjectMessage(String objectId,
ExportMessage.Code code,
String message)
Creates a message for a real estate.
|
protected void |
ExportHandler.putContactMessage(String externalContactId,
ExportMessage.Code code,
Messages msgs)
Registers messages for a contact person.
|
protected void |
ExportHandler.putContactMessage(String externalContactId,
ExportMessage.Code code,
String msg)
Registers a message for a contact person.
|
protected void |
ExportHandler.putGeneralMessage(ExportMessage.Code code,
Messages msgs)
Registers general messages.
|
protected void |
ExportHandler.putGeneralMessage(ExportMessage.Code code,
String msg)
Registers a general message.
|
protected void |
ExportHandler.putObjectMessage(String externalObjectId,
ExportMessage.Code code,
Messages msgs)
Registers messages for a real estate.
|
protected void |
ExportHandler.putObjectMessage(String externalObjectId,
ExportMessage.Code code,
String msg)
Registers a message for a real estate.
|
Copyright © 2014 OpenEstate. All rights reserved.