Class OutboundRequestModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.integrationservices.model.MonitoredRequestModel
de.hybris.platform.outboundservices.model.OutboundRequestModel
- All Implemented Interfaces:
Serializable
Generated model class for type OutboundRequest first defined at extension outboundservices.
- 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 ofOutboundRequest.destinationattribute defined at extensionoutboundservices.static final StringGenerated constant - Attribute key ofOutboundRequest.errorattribute defined at extensionoutboundservices.static final StringGenerated constant - Attribute key ofOutboundRequest.sourceattribute defined at extensionoutboundservices.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.OutboundRequestModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextOutboundRequestModel(String _destination, 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 parametersOutboundRequestModel(String _destination, 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 parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theOutboundRequest.destinationattribute defined at extensionoutboundservices.getError()Generated method - Getter of theOutboundRequest.errorattribute defined at extensionoutboundservices.Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.voidsetDestination(String value) Generated method - Setter ofOutboundRequest.destinationattribute defined at extensionoutboundservices.voidGenerated method - Setter ofOutboundRequest.errorattribute defined at extensionoutboundservices.voidsetSource(OutboundSource value) Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.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:
-
DESTINATION
Generated constant - Attribute key ofOutboundRequest.destinationattribute defined at extensionoutboundservices.- See Also:
-
SOURCE
Generated constant - Attribute key ofOutboundRequest.sourceattribute defined at extensionoutboundservices.- See Also:
-
ERROR
Generated constant - Attribute key ofOutboundRequest.errorattribute defined at extensionoutboundservices.- See Also:
-
-
Constructor Details
-
OutboundRequestModel
public OutboundRequestModel()Generated constructor - Default constructor for generic creation. -
OutboundRequestModel
public OutboundRequestModel(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
-
OutboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(String _destination, 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:
_destination- initial attribute declared by typeOutboundRequestat extensionoutboundservices_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
OutboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(String _destination, 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:
_destination- initial attribute declared by typeOutboundRequestat extensionoutboundservices_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
-
getDestination
Generated method - Getter of theOutboundRequest.destinationattribute defined at extensionoutboundservices.- Returns:
- the destination
-
getError
Generated method - Getter of theOutboundRequest.errorattribute defined at extensionoutboundservices.- Returns:
- the error
-
getSource
Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.- Returns:
- the source
-
setDestination
Generated method - Setter ofOutboundRequest.destinationattribute defined at extensionoutboundservices.- Parameters:
value- the destination
-
setError
Generated method - Setter ofOutboundRequest.errorattribute defined at extensionoutboundservices.- Parameters:
value- the error
-
setSource
Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.- Parameters:
value- the source
-