Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct.CnsldtnProductText
Packages that use CnsldtnProductText
Package
Description
-
Uses of CnsldtnProductText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct with type parameters of type CnsldtnProductTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnProductText>CnsldtnProductText.ALL_FIELDSSelector for all available fields of CnsldtnProductText.static final SimpleProperty.Boolean<CnsldtnProductText>CnsldtnProductText.CNSLDTN_IS_ADDITIONAL_MASTER_DATAstatic final SimpleProperty.String<CnsldtnProductText>CnsldtnProductText.LANGUAGEstatic final SimpleProperty.String<CnsldtnProductText>CnsldtnProductText.PRODUCTstatic final SimpleProperty.String<CnsldtnProductText>CnsldtnProductText.PRODUCT_NAMEstatic final NavigationProperty.Single<CnsldtnProductText,CnsldtnProduct> CnsldtnProductText.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Collection<CnsldtnProduct,CnsldtnProductText> CnsldtnProduct.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct that return CnsldtnProductTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct that return types with arguments of type CnsldtnProductTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CnsldtnProductText>>CnsldtnProduct.getTextIfPresent()Retrieval of associated CnsldtnProductText entities (one to many).CnsldtnProductText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct with parameters of type CnsldtnProductTextModifier and TypeMethodDescriptionvoidCnsldtnProduct.addText(CnsldtnProductText... entity) Adds elements to the list of associated CnsldtnProductText entities.CnsldtnProduct.CnsldtnProductBuilder.text(CnsldtnProductText... value) Navigation property _Text for CnsldtnProduct to multiple CnsldtnProductText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct with type arguments of type CnsldtnProductTextModifier and TypeMethodDescriptionvoidCnsldtnProduct.setText(List<CnsldtnProductText> value) Overwrites the list of associated CnsldtnProductText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct with type arguments of type CnsldtnProductTextModifierConstructorDescriptionCnsldtnProduct(String product, Boolean cnsldtnIsAdditionalMasterData, Collection<SAP__Message> _Messages, List<CnsldtnProductText> to_Text) -
Uses of CnsldtnProductText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type CnsldtnProductTextModifier and TypeMethodDescriptionConsolidationProductService.countCnsldtnProductText()Deprecated.Fetch the number of entries from theCnsldtnProductTextentity collection matching the filter and search expressions.DefaultConsolidationProductService.countCnsldtnProductText()Deprecated.ConsolidationProductService.deleteCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Deletes an existingCnsldtnProductTextentity in the S/4HANA system.DefaultConsolidationProductService.deleteCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.ConsolidationProductService.getAllCnsldtnProductText()Deprecated.Fetch multipleCnsldtnProductTextentities.DefaultConsolidationProductService.getAllCnsldtnProductText()Deprecated.ConsolidationProductService.getCnsldtnProductTextByKey(String language, String product) Deprecated.Fetch a singleCnsldtnProductTextentity using key fields.DefaultConsolidationProductService.getCnsldtnProductTextByKey(String language, String product) Deprecated.ConsolidationProductService.updateCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Update an existingCnsldtnProductTextentity and save it to the S/4HANA system.DefaultConsolidationProductService.updateCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type CnsldtnProductTextModifier and TypeMethodDescriptionConsolidationProductService.deleteCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Deletes an existingCnsldtnProductTextentity in the S/4HANA system.DefaultConsolidationProductService.deleteCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.ConsolidationProductService.updateCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Update an existingCnsldtnProductTextentity and save it to the S/4HANA system.DefaultConsolidationProductService.updateCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.