Interface MerchandiseCategoryHierarchyNodeService
- All Known Implementing Classes:
DefaultMerchandiseCategoryHierarchyNodeService
This service enables you to create, read, update, and delete merchandise category hierarchy node data. It includes merchandise category hierarchy node description, assignment of characteristic to merchandise category hierarchy node, assignment of merchandise category hierarchy node to parent merchandise category hierarchy node, and characteristic value restriction. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_MRCHDSCATHIERARCHYNODE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | RFM - Merchandise Category and Merchandise Category Hierarchy Node Integration(SAP_COM_0799) |
| Scope Items: | Product Taxonomies for Retail(5FJ) |
| Authentication Methods: | x509 |
| Service Group Name: | API_MRCHDSCATHIERNODE |
| Business Object: | MerchandiseCategoryHierarchyNode |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theMrchdsCatHierNodeCVRstrnentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theMrchdsCatHierarchyNodeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theMrchdsCatHierNodeCharcentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theMrchdsCatHierNodeTextentity collection matching the filter and search expressions.createMrchdsCategoryHierarchyNode(MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Create a newMrchdsCatHierarchyNodeentity and save it to the S/4HANA system.deleteMCHierNodeCVRstrn(MrchdsCatHierNodeCVRstrn mrchdsCatHierNodeCVRstrn) Deprecated.Deletes an existingMrchdsCatHierNodeCVRstrnentity in the S/4HANA system.deleteMrchdsCategoryHierarchyNode(MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Deletes an existingMrchdsCatHierarchyNodeentity in the S/4HANA system.deleteMrchdsCatHierNodeCharc(MrchdsCatHierNodeCharc mrchdsCatHierNodeCharc) Deprecated.Deletes an existingMrchdsCatHierNodeCharcentity in the S/4HANA system.deleteMrchdsCatHierNodeText(MrchdsCatHierNodeText mrchdsCatHierNodeText) Deprecated.Deletes an existingMrchdsCatHierNodeTextentity in the S/4HANA system.Deprecated.Fetch multipleMrchdsCatHierNodeCVRstrnentities.Deprecated.Fetch multipleMrchdsCatHierarchyNodeentities.Deprecated.Fetch multipleMrchdsCatHierNodeCharcentities.Deprecated.Fetch multipleMrchdsCatHierNodeTextentities.getMCHierNodeCVRstrnByKey(String mrchdsCategoryHierarchyNode, String characteristic, String clfnCharcValuePositionNumber) Deprecated.Fetch a singleMrchdsCatHierNodeCVRstrnentity using key fields.getMrchdsCategoryHierarchyNodeByKey(String mrchdsCategoryHierarchyNode) Deprecated.Fetch a singleMrchdsCatHierarchyNodeentity using key fields.getMrchdsCatHierNodeCharcByKey(String mrchdsCategoryHierarchyNode, String characteristic) Deprecated.Fetch a singleMrchdsCatHierNodeCharcentity using key fields.getMrchdsCatHierNodeTextByKey(String mrchdsCategoryHierarchyNode, String language) Deprecated.Fetch a singleMrchdsCatHierNodeTextentity using key fields.updateMrchdsCategoryHierarchyNode(MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Update an existingMrchdsCatHierarchyNodeentity and save it to the S/4HANA system.updateMrchdsCatHierNodeText(MrchdsCatHierNodeText mrchdsCatHierNodeText) Deprecated.Update an existingMrchdsCatHierNodeTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllMCHierNodeCVRstrn
Deprecated.Fetch multipleMrchdsCatHierNodeCVRstrnentities.- Returns:
- A request builder to fetch multiple
MrchdsCatHierNodeCVRstrnentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countMCHierNodeCVRstrn
Deprecated.Fetch the number of entries from theMrchdsCatHierNodeCVRstrnentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
MrchdsCatHierNodeCVRstrnentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getMCHierNodeCVRstrnByKey
@Nonnull GetByKeyRequestBuilder<MrchdsCatHierNodeCVRstrn> getMCHierNodeCVRstrnByKey(String mrchdsCategoryHierarchyNode, String characteristic, String clfnCharcValuePositionNumber) Deprecated.Fetch a singleMrchdsCatHierNodeCVRstrnentity using key fields.- Parameters:
clfnCharcValuePositionNumber- Characteristic value counterConstraints: Not nullable, Maximum length: 3
mrchdsCategoryHierarchyNode- Merchandise Category Hierarchy NodeConstraints: Not nullable, Maximum length: 18
characteristic- Characteristic NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
MrchdsCatHierNodeCVRstrnentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
deleteMCHierNodeCVRstrn
@Nonnull DeleteRequestBuilder<MrchdsCatHierNodeCVRstrn> deleteMCHierNodeCVRstrn(@Nonnull MrchdsCatHierNodeCVRstrn mrchdsCatHierNodeCVRstrn) Deprecated.Deletes an existingMrchdsCatHierNodeCVRstrnentity in the S/4HANA system.- Parameters:
mrchdsCatHierNodeCVRstrn-MrchdsCatHierNodeCVRstrnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
MrchdsCatHierNodeCVRstrnentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllMrchdsCategoryHierarchyNode
Deprecated.Fetch multipleMrchdsCatHierarchyNodeentities.- Returns:
- A request builder to fetch multiple
MrchdsCatHierarchyNodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countMrchdsCategoryHierarchyNode
Deprecated.Fetch the number of entries from theMrchdsCatHierarchyNodeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
MrchdsCatHierarchyNodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getMrchdsCategoryHierarchyNodeByKey
@Nonnull GetByKeyRequestBuilder<MrchdsCatHierarchyNode> getMrchdsCategoryHierarchyNodeByKey(String mrchdsCategoryHierarchyNode) Deprecated.Fetch a singleMrchdsCatHierarchyNodeentity using key fields.- Parameters:
mrchdsCategoryHierarchyNode- Merchandise Category Hierarchy NodeConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
MrchdsCatHierarchyNodeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createMrchdsCategoryHierarchyNode
@Nonnull CreateRequestBuilder<MrchdsCatHierarchyNode> createMrchdsCategoryHierarchyNode(@Nonnull MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Create a newMrchdsCatHierarchyNodeentity and save it to the S/4HANA system.- Parameters:
mrchdsCatHierarchyNode-MrchdsCatHierarchyNodeentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
MrchdsCatHierarchyNodeentity. To perform execution, call theexecutemethod on the request builder object.
-
updateMrchdsCategoryHierarchyNode
@Nonnull UpdateRequestBuilder<MrchdsCatHierarchyNode> updateMrchdsCategoryHierarchyNode(@Nonnull MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Update an existingMrchdsCatHierarchyNodeentity and save it to the S/4HANA system.- Parameters:
mrchdsCatHierarchyNode-MrchdsCatHierarchyNodeentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
MrchdsCatHierarchyNodeentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteMrchdsCategoryHierarchyNode
@Nonnull DeleteRequestBuilder<MrchdsCatHierarchyNode> deleteMrchdsCategoryHierarchyNode(@Nonnull MrchdsCatHierarchyNode mrchdsCatHierarchyNode) Deprecated.Deletes an existingMrchdsCatHierarchyNodeentity in the S/4HANA system.- Parameters:
mrchdsCatHierarchyNode-MrchdsCatHierarchyNodeentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
MrchdsCatHierarchyNodeentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllMrchdsCatHierNodeCharc
Deprecated.Fetch multipleMrchdsCatHierNodeCharcentities.- Returns:
- A request builder to fetch multiple
MrchdsCatHierNodeCharcentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countMrchdsCatHierNodeCharc
Deprecated.Fetch the number of entries from theMrchdsCatHierNodeCharcentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
MrchdsCatHierNodeCharcentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getMrchdsCatHierNodeCharcByKey
@Nonnull GetByKeyRequestBuilder<MrchdsCatHierNodeCharc> getMrchdsCatHierNodeCharcByKey(String mrchdsCategoryHierarchyNode, String characteristic) Deprecated.Fetch a singleMrchdsCatHierNodeCharcentity using key fields.- Parameters:
mrchdsCategoryHierarchyNode- Merchandise Category Hierarchy NodeConstraints: Not nullable, Maximum length: 18
characteristic- Characteristic NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
MrchdsCatHierNodeCharcentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
deleteMrchdsCatHierNodeCharc
@Nonnull DeleteRequestBuilder<MrchdsCatHierNodeCharc> deleteMrchdsCatHierNodeCharc(@Nonnull MrchdsCatHierNodeCharc mrchdsCatHierNodeCharc) Deprecated.Deletes an existingMrchdsCatHierNodeCharcentity in the S/4HANA system.- Parameters:
mrchdsCatHierNodeCharc-MrchdsCatHierNodeCharcentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
MrchdsCatHierNodeCharcentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllMrchdsCatHierNodeText
Deprecated.Fetch multipleMrchdsCatHierNodeTextentities.- Returns:
- A request builder to fetch multiple
MrchdsCatHierNodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countMrchdsCatHierNodeText
Deprecated.Fetch the number of entries from theMrchdsCatHierNodeTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
MrchdsCatHierNodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getMrchdsCatHierNodeTextByKey
@Nonnull GetByKeyRequestBuilder<MrchdsCatHierNodeText> getMrchdsCatHierNodeTextByKey(String mrchdsCategoryHierarchyNode, String language) Deprecated.Fetch a singleMrchdsCatHierNodeTextentity using key fields.- Parameters:
mrchdsCategoryHierarchyNode- Merchandise Category Hierarchy NodeConstraints: Not nullable, Maximum length: 18
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
MrchdsCatHierNodeTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateMrchdsCatHierNodeText
@Nonnull UpdateRequestBuilder<MrchdsCatHierNodeText> updateMrchdsCatHierNodeText(@Nonnull MrchdsCatHierNodeText mrchdsCatHierNodeText) Deprecated.Update an existingMrchdsCatHierNodeTextentity and save it to the S/4HANA system.- Parameters:
mrchdsCatHierNodeText-MrchdsCatHierNodeTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
MrchdsCatHierNodeTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteMrchdsCatHierNodeText
@Nonnull DeleteRequestBuilder<MrchdsCatHierNodeText> deleteMrchdsCatHierNodeText(@Nonnull MrchdsCatHierNodeText mrchdsCatHierNodeText) Deprecated.Deletes an existingMrchdsCatHierNodeTextentity in the S/4HANA system.- Parameters:
mrchdsCatHierNodeText-MrchdsCatHierNodeTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
MrchdsCatHierNodeTextentity. To perform execution, call theexecutemethod on the request builder object.
-