|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage
com.genesyslab.platform.contacts.protocol.contactserver.requests.RequestUpdateStandardResponse
@Deprecated public final class RequestUpdateStandardResponse
Used to update a Standard Response in a Category. Scenario: - update an existing version of standard response, by providing existing StandardResponseId and Version. - save an existing version of standard response to a new version, by providing existing StandardResponse and non-existing Version. - restore an existing version of standard response to version 0, by updating Version 0 of Standard Response with content of other Version.
Field Summary | |
---|---|
static int |
ID
Deprecated. |
static java.lang.String |
NAME
Deprecated. |
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
REF_ID_KEY |
Constructor Summary | |
---|---|
RequestUpdateStandardResponse()
Deprecated. |
Method Summary | |
---|---|
java.util.Map |
attributes()
Deprecated. |
static RequestUpdateStandardResponse |
create()
Deprecated. |
com.genesyslab.platform.commons.protocol.runtime.DataSupport |
createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
Deprecated. |
boolean |
equals(java.lang.Object obj)
Deprecated. |
java.util.Map |
getCompounds()
Deprecated. |
java.util.List |
getCustomPackagers()
Deprecated. |
com.genesyslab.platform.commons.protocol.runtime.MetaData |
getMetaData()
Deprecated. |
StandardResponse |
getStandardResponse()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setStandardResponse(StandardResponse value)
Deprecated. |
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
getEndpoint, getLazyParser, getMessageAttribute, getProtocolId, getReferenceId, getRequestorInfo, retreiveReference, setEndpoint, setProtocolId, setReferenceId, setReferenceId, setRequestorInfo, toString, toString, toString, toString, updateReference |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getProtocolDescription, messageId, messageName, setProtocolDescription |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport |
---|
getProtocolDescription |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Constructor Detail |
---|
public RequestUpdateStandardResponse()
Method Detail |
---|
public static RequestUpdateStandardResponse create()
public StandardResponse getStandardResponse()
public void setStandardResponse(StandardResponse value)
public com.genesyslab.platform.commons.protocol.runtime.MetaData getMetaData()
public java.util.List getCustomPackagers()
getCustomPackagers
in interface com.genesyslab.platform.commons.protocol.runtime.DataSupport
getCustomPackagers
in class AbstractMessage
public java.util.Map attributes()
public java.util.Map getCompounds()
public com.genesyslab.platform.commons.protocol.runtime.DataSupport createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
public int hashCode()
hashCode
in class DataObject
public boolean equals(java.lang.Object obj)
equals
in class DataObject
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |