Class InboundRequestModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class InboundRequestModel extends MonitoredRequestModel
Generated model class for type InboundRequest first defined at extension inboundservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ERRORS

      public static final String ERRORS
      Generated constant - Attribute key of InboundRequest.errors attribute defined at extension inboundservices.
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _status - initial attribute declared by type MonitoredRequest at extension integrationservices
      _type - initial attribute declared by type MonitoredRequest at extension integrationservices
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _httpMethod - initial attribute declared by type MonitoredRequest at extension integrationservices
      _owner - initial attribute declared by type Item at extension core
      _sapPassport - initial attribute declared by type MonitoredRequest at extension integrationservices
      _status - initial attribute declared by type MonitoredRequest at extension integrationservices
      _type - initial attribute declared by type MonitoredRequest at extension integrationservices
      _user - initial attribute declared by type MonitoredRequest at extension integrationservices
  • Method Details

    • getErrors

      @Accessor(qualifier="errors", type=GETTER) public Set<InboundRequestErrorModel> getErrors()
      Generated method - Getter of the InboundRequest.errors attribute defined at extension inboundservices. 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 of InboundRequest.errors attribute defined at extension inboundservices.
      Parameters:
      value - the errors