Modifier and Type | Field and Description |
---|---|
static SupplierActivityOneToOneLink<SuplrActyParticipant> |
SupplierActivity.TO_SUPLR_ACTY_PARTICIPANT
Use with available fluent helpers to apply the to_SuplrActyParticipant navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SuplrActyParticipant |
SuplrActyParticipant.SuplrActyParticipantBuilder.build() |
SuplrActyParticipant |
SupplierActivity.fetchSuplrActyParticipant()
Fetches the SuplrActyParticipant entity (one to one) associated with this entity.
|
protected SuplrActyParticipant |
SuplrActyParticipantDeleteFluentHelper.getEntity() |
protected SuplrActyParticipant |
SuplrActyParticipantCreateFluentHelper.getEntity() |
protected SuplrActyParticipant |
SuplrActyParticipantUpdateFluentHelper.getEntity() |
SuplrActyParticipant |
SupplierActivity.getSuplrActyParticipantOrFetch()
Retrieval of associated SuplrActyParticipant entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<SuplrActyParticipant> |
SuplrActyParticipantByKeyFluentHelper.getEntityClass() |
protected Class<SuplrActyParticipant> |
SuplrActyParticipantFluentHelper.getEntityClass() |
io.vavr.control.Option<SuplrActyParticipant> |
SupplierActivity.getSuplrActyParticipantIfPresent()
Retrieval of associated SuplrActyParticipant entity (one to one).
|
Class<SuplrActyParticipant> |
SuplrActyParticipant.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.setSuplrActyParticipant(SuplrActyParticipant value)
Overwrites the associated SuplrActyParticipant entity for the loaded navigation property
to_SuplrActyParticipant.
|
SupplierActivity.SupplierActivityBuilder |
SupplierActivity.SupplierActivityBuilder.suplrActyParticipant(SuplrActyParticipant value)
Navigation property to_SuplrActyParticipant for SupplierActivity to single
SuplrActyParticipant.
|
Constructor and Description |
---|
SuplrActyParticipantCreateFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will create a
SuplrActyParticipant entity on the OData endpoint. |
SuplrActyParticipantDeleteFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will delete a
SuplrActyParticipant entity on the OData endpoint. |
SuplrActyParticipantUpdateFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will update a
SuplrActyParticipant entity on the OData endpoint. |
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 |
DefaultSupplierActivityServiceBatchChangeSet.createSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Create a new
SuplrActyParticipant entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
SupplierActivityServiceBatchChangeSet.createSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Create a new
SuplrActyParticipant entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
DefaultSupplierActivityServiceBatchChangeSet.deleteSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Deletes an existing
SuplrActyParticipant entity in the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
SupplierActivityServiceBatchChangeSet.deleteSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Deletes an existing
SuplrActyParticipant entity in the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
DefaultSupplierActivityServiceBatchChangeSet.updateSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Update an existing
SuplrActyParticipant entity and save it to the S/4HANA system. |
SupplierActivityServiceBatchChangeSet |
SupplierActivityServiceBatchChangeSet.updateSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant)
Update an existing
SuplrActyParticipant entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SuplrActyParticipant> |
SuplrActyParticipantOneToOneLink.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 SuplrActyParticipantLink<ObjectT> |
SuplrActyParticipantLink.translateLinkType(EntityLink<SuplrActyParticipantLink<ObjectT>,SuplrActyParticipant,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.