Class InboundRequestModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.integrationservices.model.MonitoredRequestModel
-
- de.hybris.platform.inboundservices.model.InboundRequestModel
-
- All Implemented Interfaces:
java.io.Serializable
public class InboundRequestModel extends MonitoredRequestModel
Generated model class for type InboundRequest first defined at extension inboundservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringERRORSGenerated constant - Attribute key ofInboundRequest.errorsattribute defined at extensioninboundservices.static java.lang.StringHTTPMETHODGenerated constant - Attribute key ofInboundRequest.httpMethodattribute defined at extensioninboundservices.-
Fields inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
INTEGRATIONKEY, MESSAGEID, PAYLOAD, STATUS, TYPE
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description InboundRequestModel()Generated constructor - Default constructor for generic creation.InboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundRequestModel(IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundRequestModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<InboundRequestErrorModel>getErrors()Generated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices.HttpMethodgetHttpMethod()Generated method - Getter of theInboundRequest.httpMethodattribute defined at extensioninboundservices.voidsetErrors(java.util.Set<InboundRequestErrorModel> value)Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices.voidsetHttpMethod(HttpMethod value)Generated method - Initial setter ofInboundRequest.httpMethodattribute defined at extensioninboundservices.-
Methods inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
getIntegrationKey, getMessageId, getPayload, getStatus, getType, setIntegrationKey, setMessageId, setPayload, setStatus, setType
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
HTTPMETHOD
public static final java.lang.String HTTPMETHOD
Generated constant - Attribute key ofInboundRequest.httpMethodattribute defined at extensioninboundservices.- See Also:
- Constant Field Values
-
ERRORS
public static final java.lang.String ERRORS
Generated constant - Attribute key ofInboundRequest.errorsattribute defined at extensioninboundservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InboundRequestModel
public InboundRequestModel()
Generated constructor - Default constructor for generic creation.
-
InboundRequestModel
public InboundRequestModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
InboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public InboundRequestModel(IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
InboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public InboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_httpMethod- initial attribute declared by typeInboundRequestat extensioninboundservices_owner- initial attribute declared by typeItemat extensioncore_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
-
Method Detail
-
getErrors
@Accessor(qualifier="errors", type=GETTER) public java.util.Set<InboundRequestErrorModel> getErrors()
Generated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the errors
-
getHttpMethod
@Accessor(qualifier="httpMethod", type=GETTER) public HttpMethod getHttpMethod()
Generated method - Getter of theInboundRequest.httpMethodattribute defined at extensioninboundservices.- Returns:
- the httpMethod - Indicates what HTTP method was used for this inbound request
-
setErrors
@Accessor(qualifier="errors", type=SETTER) public void setErrors(java.util.Set<InboundRequestErrorModel> value)
Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices.- Parameters:
value- the errors
-
setHttpMethod
@Accessor(qualifier="httpMethod", type=SETTER) public void setHttpMethod(HttpMethod value)
Generated method - Initial setter ofInboundRequest.httpMethodattribute defined at extensioninboundservices. Can only be used at creation of model - before first save.- Parameters:
value- the httpMethod - Indicates what HTTP method was used for this inbound request
-
-