Class DefaultVariantConfigurationCharacteristicGroupService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,VariantConfigurationCharacteristicGroupService
For each characteristic group, you can maintain language-dependent texts and assign/unassign characteristics to it. Currently, time dependent versioning is not supported yet..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_VARCNFCHARCGROUP_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Lifecycle Management - Variant Configuration Integration(SAP_COM_0751) |
| Scope Items: | Set Up Configurable Model using Variant Configuration(22T) |
| Authentication Methods: | x509 |
| Service Group Name: | API_VARCNFCHARCGROUP |
| Business Object: | Variant Configuration Characteristic Group |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.VariantConfigurationCharacteristicGroupService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingVariantConfigurationCharacteristicGroupService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theVarConfignCharacteristicGroupentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarConfignCharacGroupAllocationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarConfignCharcGroupTextentity collection matching the filter and search expressions.createVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Create a newVarConfignCharacteristicGroupentity and save it to the S/4HANA system.deleteVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Deletes an existingVarConfignCharacteristicGroupentity in the S/4HANA system.deleteVarConfignCharcGroupAlloc(VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Deletes an existingVarConfignCharacGroupAllocationentity in the S/4HANA system.deleteVarConfignCharcGroupText(VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Deletes an existingVarConfignCharcGroupTextentity in the S/4HANA system.Deprecated.Fetch multipleVarConfignCharacteristicGroupentities.Deprecated.Fetch multipleVarConfignCharacGroupAllocationentities.Deprecated.Fetch multipleVarConfignCharcGroupTextentities.Deprecated.getVarConfignCharacteristicGroupByKey(String confignCharacteristicGroup, String changeNumber) Deprecated.Fetch a singleVarConfignCharacteristicGroupentity using key fields.getVarConfignCharcGroupAllocByKey(String confignCharacteristicGroup, String changeNumber, String charcInternalID) Deprecated.Fetch a singleVarConfignCharacGroupAllocationentity using key fields.getVarConfignCharcGroupTextByKey(String confignCharacteristicGroup, String changeNumber, String language) Deprecated.Fetch a singleVarConfignCharcGroupTextentity using key fields.updateVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Update an existingVarConfignCharacteristicGroupentity and save it to the S/4HANA system.updateVarConfignCharcGroupAlloc(VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Update an existingVarConfignCharacGroupAllocationentity and save it to the S/4HANA system.updateVarConfignCharcGroupText(VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Update an existingVarConfignCharcGroupTextentity 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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultVariantConfigurationCharacteristicGroupService
public DefaultVariantConfigurationCharacteristicGroupService()Deprecated.Creates a service usingVariantConfigurationCharacteristicGroupService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultVariantConfigurationCharacteristicGroupService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceCreates a batch request builder object.- Specified by:
batchin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllVarConfignCharacteristicGroup
@Nonnull public GetAllRequestBuilder<VarConfignCharacteristicGroup> getAllVarConfignCharacteristicGroup()Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch multipleVarConfignCharacteristicGroupentities.- Specified by:
getAllVarConfignCharacteristicGroupin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch multiple
VarConfignCharacteristicGroupentities. 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.
-
countVarConfignCharacteristicGroup
@Nonnull public CountRequestBuilder<VarConfignCharacteristicGroup> countVarConfignCharacteristicGroup()Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch the number of entries from theVarConfignCharacteristicGroupentity collection matching the filter and search expressions.- Specified by:
countVarConfignCharacteristicGroupin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch the count of
VarConfignCharacteristicGroupentities. 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.
-
getVarConfignCharacteristicGroupByKey
@Nonnull public GetByKeyRequestBuilder<VarConfignCharacteristicGroup> getVarConfignCharacteristicGroupByKey(String confignCharacteristicGroup, String changeNumber) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch a singleVarConfignCharacteristicGroupentity using key fields.- Specified by:
getVarConfignCharacteristicGroupByKeyin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
VarConfignCharacteristicGroupentity 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.
-
createVarConfignCharacteristicGroup
@Nonnull public CreateRequestBuilder<VarConfignCharacteristicGroup> createVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceCreate a newVarConfignCharacteristicGroupentity and save it to the S/4HANA system.- Specified by:
createVarConfignCharacteristicGroupin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
updateVarConfignCharacteristicGroup
@Nonnull public UpdateRequestBuilder<VarConfignCharacteristicGroup> updateVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceUpdate an existingVarConfignCharacteristicGroupentity and save it to the S/4HANA system.- Specified by:
updateVarConfignCharacteristicGroupin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharacteristicGroup
@Nonnull public DeleteRequestBuilder<VarConfignCharacteristicGroup> deleteVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceDeletes an existingVarConfignCharacteristicGroupentity in the S/4HANA system.- Specified by:
deleteVarConfignCharacteristicGroupin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarConfignCharcGroupAlloc
@Nonnull public GetAllRequestBuilder<VarConfignCharacGroupAllocation> getAllVarConfignCharcGroupAlloc()Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch multipleVarConfignCharacGroupAllocationentities.- Specified by:
getAllVarConfignCharcGroupAllocin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch multiple
VarConfignCharacGroupAllocationentities. 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.
-
countVarConfignCharcGroupAlloc
@Nonnull public CountRequestBuilder<VarConfignCharacGroupAllocation> countVarConfignCharcGroupAlloc()Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch the number of entries from theVarConfignCharacGroupAllocationentity collection matching the filter and search expressions.- Specified by:
countVarConfignCharcGroupAllocin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch the count of
VarConfignCharacGroupAllocationentities. 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.
-
getVarConfignCharcGroupAllocByKey
@Nonnull public GetByKeyRequestBuilder<VarConfignCharacGroupAllocation> getVarConfignCharcGroupAllocByKey(String confignCharacteristicGroup, String changeNumber, String charcInternalID) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch a singleVarConfignCharacGroupAllocationentity using key fields.- Specified by:
getVarConfignCharcGroupAllocByKeyin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
charcInternalID- Internal Characteristic IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
VarConfignCharacGroupAllocationentity 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.
-
updateVarConfignCharcGroupAlloc
@Nonnull public UpdateRequestBuilder<VarConfignCharacGroupAllocation> updateVarConfignCharcGroupAlloc(@Nonnull VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceUpdate an existingVarConfignCharacGroupAllocationentity and save it to the S/4HANA system.- Specified by:
updateVarConfignCharcGroupAllocin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharacGroupAllocation-VarConfignCharacGroupAllocationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharacGroupAllocationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharcGroupAlloc
@Nonnull public DeleteRequestBuilder<VarConfignCharacGroupAllocation> deleteVarConfignCharcGroupAlloc(@Nonnull VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceDeletes an existingVarConfignCharacGroupAllocationentity in the S/4HANA system.- Specified by:
deleteVarConfignCharcGroupAllocin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharacGroupAllocation-VarConfignCharacGroupAllocationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharacGroupAllocationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarConfignCharcGroupText
Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch multipleVarConfignCharcGroupTextentities.- Specified by:
getAllVarConfignCharcGroupTextin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch multiple
VarConfignCharcGroupTextentities. 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.
-
countVarConfignCharcGroupText
Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch the number of entries from theVarConfignCharcGroupTextentity collection matching the filter and search expressions.- Specified by:
countVarConfignCharcGroupTextin interfaceVariantConfigurationCharacteristicGroupService- Returns:
- A request builder to fetch the count of
VarConfignCharcGroupTextentities. 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.
-
getVarConfignCharcGroupTextByKey
@Nonnull public GetByKeyRequestBuilder<VarConfignCharcGroupText> getVarConfignCharcGroupTextByKey(String confignCharacteristicGroup, String changeNumber, String language) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceFetch a singleVarConfignCharcGroupTextentity using key fields.- Specified by:
getVarConfignCharcGroupTextByKeyin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
VarConfignCharcGroupTextentity 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.
-
updateVarConfignCharcGroupText
@Nonnull public UpdateRequestBuilder<VarConfignCharcGroupText> updateVarConfignCharcGroupText(@Nonnull VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceUpdate an existingVarConfignCharcGroupTextentity and save it to the S/4HANA system.- Specified by:
updateVarConfignCharcGroupTextin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharcGroupText-VarConfignCharcGroupTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharcGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharcGroupText
@Nonnull public DeleteRequestBuilder<VarConfignCharcGroupText> deleteVarConfignCharcGroupText(@Nonnull VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Description copied from interface:VariantConfigurationCharacteristicGroupServiceDeletes an existingVarConfignCharcGroupTextentity in the S/4HANA system.- Specified by:
deleteVarConfignCharcGroupTextin interfaceVariantConfigurationCharacteristicGroupService- Parameters:
varConfignCharcGroupText-VarConfignCharcGroupTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharcGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-