Modifier and Type | Field and Description |
---|---|
static CustProjSlsOrdLink<CustProjSlsOrdText> |
CustProjSlsOrd.TO_CUST_PROJ_SLS_ORD_TEXT
Use with available fluent helpers to apply the to_CustProjSlsOrdText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustProjSlsOrdText |
CustProjSlsOrdText.CustProjSlsOrdTextBuilder.build() |
protected CustProjSlsOrdText |
CustProjSlsOrdTextUpdateFluentHelper.getEntity() |
protected CustProjSlsOrdText |
CustProjSlsOrdTextCreateFluentHelper.getEntity() |
protected CustProjSlsOrdText |
CustProjSlsOrdTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustProjSlsOrdText> |
CustProjSlsOrd.fetchCustProjSlsOrdText()
Fetches the CustProjSlsOrdText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustProjSlsOrdText>> |
CustProjSlsOrd.getCustProjSlsOrdTextIfPresent()
Retrieval of associated CustProjSlsOrdText entities (one to many).
|
List<CustProjSlsOrdText> |
CustProjSlsOrd.getCustProjSlsOrdTextOrFetch()
Retrieval of associated CustProjSlsOrdText entities (one to many).
|
protected Class<CustProjSlsOrdText> |
CustProjSlsOrdTextByKeyFluentHelper.getEntityClass() |
protected Class<CustProjSlsOrdText> |
CustProjSlsOrdTextFluentHelper.getEntityClass() |
Class<CustProjSlsOrdText> |
CustProjSlsOrdText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustProjSlsOrd.addCustProjSlsOrdText(CustProjSlsOrdText... entity)
Adds elements to the list of associated CustProjSlsOrdText entities.
|
CustProjSlsOrd.CustProjSlsOrdBuilder |
CustProjSlsOrd.CustProjSlsOrdBuilder.custProjSlsOrdText(CustProjSlsOrdText... value)
Navigation property to_CustProjSlsOrdText for CustProjSlsOrd to multiple
CustProjSlsOrdText.
|
Modifier and Type | Method and Description |
---|---|
void |
CustProjSlsOrd.setCustProjSlsOrdText(List<CustProjSlsOrdText> value)
Overwrites the list of associated CustProjSlsOrdText entities for the loaded navigation property
to_CustProjSlsOrdText.
|
Constructor and Description |
---|
CustProjSlsOrdTextCreateFluentHelper(String servicePath,
CustProjSlsOrdText entity)
Creates a fluent helper object that will create a
CustProjSlsOrdText entity on the OData endpoint. |
CustProjSlsOrdTextDeleteFluentHelper(String servicePath,
CustProjSlsOrdText entity)
Creates a fluent helper object that will delete a
CustProjSlsOrdText entity on the OData endpoint. |
CustProjSlsOrdTextUpdateFluentHelper(String servicePath,
CustProjSlsOrdText entity)
Creates a fluent helper object that will update a
CustProjSlsOrdText entity on the OData endpoint. |
Constructor and Description |
---|
CustProjSlsOrd(String customerProject,
String salesOrder,
String soldToParty,
BigDecimal totalNetAmount,
String transactionCurrency,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String salesOffice,
String salesGroup,
String customerPaymentTerms,
String customerAccountAssignmentGroup,
String headerBillingBlockReason,
String salesOrganization,
String distributionChannel,
String organizationDivision,
List<CustProjSlsOrdItem> toCustProjSlsOrdItem,
List<CustProjSlsOrdPartner> toCustProjSlsOrdPartner,
List<CustProjSlsOrdText> toCustProjSlsOrdText) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Create a new
CustProjSlsOrdText entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Create a new
CustProjSlsOrdText entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.deleteCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Deletes an existing
CustProjSlsOrdText entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.deleteCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Deletes an existing
CustProjSlsOrdText entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Update an existing
CustProjSlsOrdText entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateCustProjSlsOrdText(CustProjSlsOrdText custProjSlsOrdText)
Update an existing
CustProjSlsOrdText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustProjSlsOrdText> |
CustProjSlsOrdTextOneToOneLink.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 CustProjSlsOrdTextLink<ObjectT> |
CustProjSlsOrdTextLink.translateLinkType(EntityLink<CustProjSlsOrdTextLink<ObjectT>,CustProjSlsOrdText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.