Modifier and Type | Field and Description |
---|---|
static SupplierActivityLink<SuplrActyDescription> |
SupplierActivity.TO_SUPLR_ACTY_DESCRIPTION
Use with available fluent helpers to apply the to_SuplrActyDescription navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SuplrActyDescription |
SuplrActyDescription.SuplrActyDescriptionBuilder.build() |
protected SuplrActyDescription |
SuplrActyDescriptionUpdateFluentHelper.getEntity() |
protected SuplrActyDescription |
SuplrActyDescriptionCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SuplrActyDescription> |
SupplierActivity.fetchSuplrActyDescription()
Fetches the SuplrActyDescription entities (one to many) associated with this entity.
|
protected Class<SuplrActyDescription> |
SuplrActyDescriptionFluentHelper.getEntityClass() |
protected Class<SuplrActyDescription> |
SuplrActyDescriptionByKeyFluentHelper.getEntityClass() |
Optional<List<SuplrActyDescription>> |
SupplierActivity.getSuplrActyDescriptionIfPresent()
Retrieval of associated SuplrActyDescription entities (one to many).
|
List<SuplrActyDescription> |
SupplierActivity.getSuplrActyDescriptionOrFetch()
Retrieval of associated SuplrActyDescription entities (one to many).
|
Class<SuplrActyDescription> |
SuplrActyDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.addSuplrActyDescription(SuplrActyDescription... entity)
Adds elements to the list of associated SuplrActyDescription entities.
|
SupplierActivity.SupplierActivityBuilder |
SupplierActivity.SupplierActivityBuilder.suplrActyDescription(SuplrActyDescription... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.setSuplrActyDescription(List<SuplrActyDescription> value)
Overwrites the list of associated SuplrActyDescription entities for the loaded navigation property
to_SuplrActyDescription.
|
Constructor and Description |
---|
SuplrActyDescriptionCreateFluentHelper(String servicePath,
SuplrActyDescription entity)
Creates a fluent helper object that will create a
SuplrActyDescription entity on the OData endpoint. |
SuplrActyDescriptionUpdateFluentHelper(String servicePath,
SuplrActyDescription entity)
Creates a fluent helper object that will update a
SuplrActyDescription entity on the OData endpoint. |
Constructor and Description |
---|
SupplierActivity(UUID suplrActyUUID,
String supplierActivity,
UUID purgCatUUID,
String suplrActyName,
LocalDateTime startDate,
LocalDateTime endDate,
String suplrActyPriority,
String suplrActyType,
String createdByUser,
ZonedDateTime creationDateTime,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
String suplrActyLifecycleStatus,
String language,
List<SuplrActyDescription> toSuplrActyDescription,
SuplrActyParticipant toSuplrActyParticipant,
SuplrActyPurchaserResp toSuplrActyPurchaserResp,
List<SuplrActySupplier> toSuplrActySupplier) |
Modifier and Type | Method and Description |
---|---|
SupplierActivityServiceBatchChangeSet |
SupplierActivityServiceBatchChangeSet.createSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Create a new
SuplrActyDescription entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
DefaultSupplierActivityServiceBatchChangeSet.createSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Create a new
SuplrActyDescription entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
SupplierActivityServiceBatchChangeSet.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Update an existing
SuplrActyDescription entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
DefaultSupplierActivityServiceBatchChangeSet.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Update an existing
SuplrActyDescription entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SuplrActyDescription> |
SuplrActyDescriptionOneToOneLink.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 SuplrActyDescriptionLink<ObjectT> |
SuplrActyDescriptionLink.translateLinkType(EntityLink<SuplrActyDescriptionLink<ObjectT>,SuplrActyDescription,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SuplrActyDescriptionCreateFluentHelper |
SupplierActivityService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Create a new
SuplrActyDescription entity and save it to the S/4HANA system. |
SuplrActyDescriptionCreateFluentHelper |
DefaultSupplierActivityService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
SuplrActyDescriptionUpdateFluentHelper |
SupplierActivityService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Update an existing
SuplrActyDescription entity and save it to the S/4HANA system. |
SuplrActyDescriptionUpdateFluentHelper |
DefaultSupplierActivityService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
Copyright © 2019 SAP SE. All rights reserved.