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 EntityFieldAll<SuplrActyDescription> |
SuplrActyDescription.ALL_FIELDS
Selector for all available fields of SuplrActyDescription.
|
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() |
Modifier and Type | Method and Description |
---|---|
List<SuplrActyDescription> |
SupplierActivity.fetchSuplrActyDescription()
Fetches the SuplrActyDescription entities (one to many) associated with this entity.
|
List<SuplrActyDescription> |
SupplierActivity.getSuplrActyDescriptionOrFetch()
Retrieval of associated SuplrActyDescription entities (one to many).
|
com.google.common.base.Optional<List<SuplrActyDescription>> |
SupplierActivity.getSuplrActyDescriptionOrNull()
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(SuplrActyDescription entity) |
SuplrActyDescriptionUpdateFluentHelper(SuplrActyDescription 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 |
---|---|
SuplrActyDescriptionCreateFluentHelper |
ProcessSupplierActivitiesService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Create a new
SuplrActyDescription entity and save it to the S/4HANA system. |
SuplrActyDescriptionCreateFluentHelper |
DefaultProcessSupplierActivitiesService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
SuplrActyDescriptionUpdateFluentHelper |
ProcessSupplierActivitiesService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Update an existing
SuplrActyDescription entity and save it to the S/4HANA system. |
SuplrActyDescriptionUpdateFluentHelper |
DefaultProcessSupplierActivitiesService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
Copyright © 2017 SAP SE. All rights reserved.