Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processsupplieractivities | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierActivityLink<SuplrActySupplier> |
SupplierActivity.TO_SUPLR_ACTY_SUPPLIER
Use with available fluent helpers to apply the to_SuplrActySupplier navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SuplrActySupplier |
SuplrActySupplier.SuplrActySupplierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SuplrActySupplier> |
SupplierActivity.fetchSuplrActySupplier()
Fetches the SuplrActySupplier entities (one to many) associated with this entity.
|
List<SuplrActySupplier> |
SupplierActivity.getSuplrActySupplierOrFetch()
Retrieval of associated SuplrActySupplier entities (one to many).
|
com.google.common.base.Optional<List<SuplrActySupplier>> |
SupplierActivity.getSuplrActySupplierOrNull()
Retrieval of associated SuplrActySupplier entities (one to many).
|
Class<SuplrActySupplier> |
SuplrActySupplier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.addSuplrActySupplier(SuplrActySupplier... entity)
Adds elements to the list of associated SuplrActySupplier entities.
|
SupplierActivity.SupplierActivityBuilder |
SupplierActivity.SupplierActivityBuilder.suplrActySupplier(SuplrActySupplier... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.setSuplrActySupplier(List<SuplrActySupplier> value)
Overwrites the list of associated SuplrActySupplier entities for the loaded navigation property to_SuplrActySupplier.
|
Constructor and Description |
---|
SuplrActySupplierCreateFluentHelper(SuplrActySupplier entity) |
SuplrActySupplierDeleteFluentHelper(SuplrActySupplier entity) |
SuplrActySupplierUpdateFluentHelper(SuplrActySupplier entity) |
Constructor and Description |
---|
SupplierActivity(UUID suplrActyUUID,
String supplierActivity,
UUID purgCatUUID,
String suplrActyName,
Calendar startDate,
Calendar endDate,
String suplrActyPriority,
String suplrActyType,
String createdByUser,
Calendar creationDateTime,
String lastChangedByUser,
Calendar lastChangeDateTime,
String suplrActyLifecycleStatus,
String language,
ErpConfigContext erpConfigContext,
List<SuplrActyDescription> toSuplrActyDescription,
SuplrActyParticipant toSuplrActyParticipant,
SuplrActyPurchaserResp toSuplrActyPurchaserResp,
List<SuplrActySupplier> toSuplrActySupplier) |
Modifier and Type | Method and Description |
---|---|
SuplrActySupplierCreateFluentHelper |
ProcessSupplierActivitiesService.createSuplrActySupplier(SuplrActySupplier suplrActySupplier)
Create a new
SuplrActySupplier entity and save it to the S/4HANA system. |
SuplrActySupplierCreateFluentHelper |
DefaultProcessSupplierActivitiesService.createSuplrActySupplier(SuplrActySupplier suplrActySupplier) |
SuplrActySupplierDeleteFluentHelper |
ProcessSupplierActivitiesService.deleteSuplrActySupplier(SuplrActySupplier suplrActySupplier)
Deletes an existing
SuplrActySupplier entity in the S/4HANA system. |
SuplrActySupplierDeleteFluentHelper |
DefaultProcessSupplierActivitiesService.deleteSuplrActySupplier(SuplrActySupplier suplrActySupplier) |
SuplrActySupplierUpdateFluentHelper |
ProcessSupplierActivitiesService.updateSuplrActySupplier(SuplrActySupplier suplrActySupplier)
Update an existing
SuplrActySupplier entity and save it to the S/4HANA system. |
SuplrActySupplierUpdateFluentHelper |
DefaultProcessSupplierActivitiesService.updateSuplrActySupplier(SuplrActySupplier suplrActySupplier) |
Copyright © 2018 SAP SE. All rights reserved.