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:
Serializable
Generated model class for type InboundRequest first defined at extension inboundservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofInboundRequest.errorsattribute defined at extensioninboundservices.Fields inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
HTTPMETHOD, INTEGRATIONKEY, MESSAGEID, PAYLOAD, SAPPASSPORT, STATUS, TYPE, USERFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.InboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user) 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, 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(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices.voidsetErrors(Set<InboundRequestErrorModel> value) Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices.Methods inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
getHttpMethod, getIntegrationKey, getMessageId, getPayload, getSapPassport, getStatus, getType, getUser, setHttpMethod, setIntegrationKey, setMessageId, setPayload, setSapPassport, setStatus, setType, setUserMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ERRORS
Generated constant - Attribute key ofInboundRequest.errorsattribute defined at extensioninboundservices.- See Also:
-
-
Constructor Details
-
InboundRequestModel
public InboundRequestModel()Generated constructor - Default constructor for generic creation. -
InboundRequestModel
public InboundRequestModel(de.hybris.platform.servicelayer.model.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, 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, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user) 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 typeMonitoredRequestat extensionintegrationservices_owner- initial attribute declared by typeItemat extensioncore_sapPassport- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_user- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
-
Method Details
-
getErrors
Generated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the errors
-
setErrors
@Accessor(qualifier="errors", type=SETTER) public void setErrors(Set<InboundRequestErrorModel> value) Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices.- Parameters:
value- the errors
-