Modifier and Type | Field and Description |
---|---|
static ProductSpecificationLink<ProdSpecDescription> |
ProductSpecification.TO_PROD_SPEC_DESCRIPTION
Use with available fluent helpers to apply the to_ProdSpecDescription navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProdSpecDescription |
ProdSpecDescription.ProdSpecDescriptionBuilder.build() |
protected ProdSpecDescription |
ProdSpecDescriptionCreateFluentHelper.getEntity() |
protected ProdSpecDescription |
ProdSpecDescriptionDeleteFluentHelper.getEntity() |
protected ProdSpecDescription |
ProdSpecDescriptionUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProdSpecDescription> |
ProductSpecification.fetchProdSpecDescription()
Fetches the ProdSpecDescription entities (one to many) associated with this entity.
|
protected Class<ProdSpecDescription> |
ProdSpecDescriptionFluentHelper.getEntityClass() |
protected Class<ProdSpecDescription> |
ProdSpecDescriptionByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProdSpecDescription>> |
ProductSpecification.getProdSpecDescriptionIfPresent()
Retrieval of associated ProdSpecDescription entities (one to many).
|
List<ProdSpecDescription> |
ProductSpecification.getProdSpecDescriptionOrFetch()
Retrieval of associated ProdSpecDescription entities (one to many).
|
Class<ProdSpecDescription> |
ProdSpecDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductSpecification.addProdSpecDescription(ProdSpecDescription... entity)
Adds elements to the list of associated ProdSpecDescription entities.
|
ProductSpecification.ProductSpecificationBuilder |
ProductSpecification.ProductSpecificationBuilder.prodSpecDescription(ProdSpecDescription... value)
Navigation property to_ProdSpecDescription for ProductSpecification to multiple
ProdSpecDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductSpecification.setProdSpecDescription(List<ProdSpecDescription> value)
Overwrites the list of associated ProdSpecDescription entities for the loaded navigation property
to_ProdSpecDescription.
|
Constructor and Description |
---|
ProdSpecDescriptionCreateFluentHelper(String servicePath,
ProdSpecDescription entity)
Creates a fluent helper object that will create a
ProdSpecDescription entity on the OData endpoint. |
ProdSpecDescriptionDeleteFluentHelper(String servicePath,
ProdSpecDescription entity)
Creates a fluent helper object that will delete a
ProdSpecDescription entity on the OData endpoint. |
ProdSpecDescriptionUpdateFluentHelper(String servicePath,
ProdSpecDescription entity)
Creates a fluent helper object that will update a
ProdSpecDescription entity on the OData endpoint. |
Constructor and Description |
---|
ProductSpecification(String productSpecificationInternalID,
String productSpecificationChgState,
String productSpecification,
LocalDateTime prodSpecValidityStartDate,
LocalDateTime prodSpecValidityEndDate,
String changeNumber,
String prodSpecCreatedByUser,
LocalDateTime prodSpecCreationDate,
LocalDateTime prodSpecLastChangeDate,
String prodSpecLastChangedByUser,
String prodSpecNote,
Boolean prodSpecIsDeleted,
String prodSpecRootLastChgDteTmeTxt,
List<ProdSpecAllergenCmpstnHeader> toProdSpecAllergenCmpstnHeader,
List<ProdSpecCmpstnHeader> toProdSpecCmpstnHeader,
List<ProdSpecDescription> toProdSpecDescription,
List<ProdSpecListingCmpstnHeader> toProdSpecLstgCmpstnHeader,
List<ProdSpecNutrientCmpstnHdr> toProdSpecNutrientCmpstnHdr,
List<ProdSpecPropertyHeader> toProdSpecPropertyHeader,
List<ProdSpecQltatvCmpstnHeader> toProdSpecQltatvCmpstnHeader,
List<ProdSpecQtytvCmpstnHeader> toProdSpecQtytvCmpstnHeader,
List<ProdSpecStdCmpstnHeader> toProdSpecStdCmpstnHeader) |
Modifier and Type | Method and Description |
---|---|
ProductSpecificationServiceBatchChangeSet |
ProductSpecificationServiceBatchChangeSet.createProdSpecDescription(ProdSpecDescription prodSpecDescription)
Create a new
ProdSpecDescription entity and save it to the S/4HANA system. |
ProductSpecificationServiceBatchChangeSet |
DefaultProductSpecificationServiceBatchChangeSet.createProdSpecDescription(ProdSpecDescription prodSpecDescription)
Create a new
ProdSpecDescription entity and save it to the S/4HANA system. |
ProductSpecificationServiceBatchChangeSet |
ProductSpecificationServiceBatchChangeSet.deleteProdSpecDescription(ProdSpecDescription prodSpecDescription)
Deletes an existing
ProdSpecDescription entity in the S/4HANA system. |
ProductSpecificationServiceBatchChangeSet |
DefaultProductSpecificationServiceBatchChangeSet.deleteProdSpecDescription(ProdSpecDescription prodSpecDescription)
Deletes an existing
ProdSpecDescription entity in the S/4HANA system. |
ProductSpecificationServiceBatchChangeSet |
ProductSpecificationServiceBatchChangeSet.updateProdSpecDescription(ProdSpecDescription prodSpecDescription)
Update an existing
ProdSpecDescription entity and save it to the S/4HANA system. |
ProductSpecificationServiceBatchChangeSet |
DefaultProductSpecificationServiceBatchChangeSet.updateProdSpecDescription(ProdSpecDescription prodSpecDescription)
Update an existing
ProdSpecDescription entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProdSpecDescription> |
ProdSpecDescriptionOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ProdSpecDescriptionLink<ObjectT> |
ProdSpecDescriptionLink.translateLinkType(EntityLink<ProdSpecDescriptionLink<ObjectT>,ProdSpecDescription,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.