public class CustomerReturnProcessStepByKeyFluentHelper extends FluentHelperByKey<CustomerReturnProcessStepByKeyFluentHelper,CustomerReturnProcessStep,CustomerReturnProcessStepSelectable>
CustomerReturnProcessStep
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself.Constructor and Description |
---|
CustomerReturnProcessStepByKeyFluentHelper(String servicePath,
String retsMgmtProcess,
String retsMgmtProcessItem,
String retsMgmtProcItmQtySplit,
String retsMgmtProcessStep,
String returnsDocumentType,
String returnsDocument,
String returnsDocumentItem)
Creates a fluent helper object that will fetch a single
CustomerReturnProcessStep entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<CustomerReturnProcessStep> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public CustomerReturnProcessStepByKeyFluentHelper(@Nonnull String servicePath, String retsMgmtProcess, String retsMgmtProcessItem, String retsMgmtProcItmQtySplit, String retsMgmtProcessStep, String returnsDocumentType, String returnsDocument, String returnsDocumentItem)
CustomerReturnProcessStep
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.returnsDocumentType
- Specifies the returns document type, such as a returns order, goods movement, or credit memo.
Constraints: Not nullable, Maximum length: 2
retsMgmtProcessStep
- Describes a given document, such as a returns order, an inbound delivery, or a purchase order, in the
advanced returns process. Table MSR_I_STEP contains all valid step IDs.
Constraints: Not nullable, Maximum length: 4
returnsDocumentItem
- Specifies an item of the displayed document.
Constraints: Not nullable, Maximum length: 10
retsMgmtProcess
- Specifies the unique identifier of the advanced returns process.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single CustomerReturnProcessStep
retsMgmtProcessItem
- Specifies an item in the start document of a returns process. This can be a returns order, a returns
purchase order, or a returns stock transport order.
Constraints: Not nullable, Maximum length: 6
retsMgmtProcItmQtySplit
- Identifies partial qantities of a specific returns item.
Constraints: Not nullable, Maximum length: 3
returnsDocument
- Specifies the document number of a returns document.
Constraints: Not nullable, Maximum length: 30
@Nonnull protected Class<CustomerReturnProcessStep> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<CustomerReturnProcessStepByKeyFluentHelper,CustomerReturnProcessStep,CustomerReturnProcessStep>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<CustomerReturnProcessStepByKeyFluentHelper,CustomerReturnProcessStep,CustomerReturnProcessStepSelectable>
Copyright © 2019 SAP SE. All rights reserved.