Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup.ProdSubstnGrpTxt
Packages that use ProdSubstnGrpTxt
Package
Description
-
Uses of ProdSubstnGrpTxt in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup with type parameters of type ProdSubstnGrpTxtModifier and TypeFieldDescriptionstatic final SimpleProperty<ProdSubstnGrpTxt>ProdSubstnGrpTxt.ALL_FIELDSSelector for all available fields of ProdSubstnGrpTxt.static final SimpleProperty.String<ProdSubstnGrpTxt>ProdSubstnGrpTxt.LANGUAGEstatic final SimpleProperty.String<ProdSubstnGrpTxt>ProdSubstnGrpTxt.MD_SUBSTN_GROUPstatic final SimpleProperty.String<ProdSubstnGrpTxt>ProdSubstnGrpTxt.MD_SUBSTN_GROUP_DESCRIPTIONstatic final SimpleProperty.String<ProdSubstnGrpTxt>ProdSubstnGrpTxt.MD_SUBSTN_OBJECT_TYPEstatic final NavigationProperty.Single<ProdSubstnGrpTxt,ProdSubstnGrp> ProdSubstnGrpTxt.TO__GROUPUse with available request builders to apply the _Group navigation property to query operations.static final NavigationProperty.Collection<ProdSubstnGrp,ProdSubstnGrpTxt> ProdSubstnGrp.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.productsubstitutiongroup that return ProdSubstnGrpTxtMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup that return types with arguments of type ProdSubstnGrpTxtModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProdSubstnGrpTxt>>ProdSubstnGrp.getTextIfPresent()Retrieval of associated ProdSubstnGrpTxt entities (one to many).ProdSubstnGrpTxt.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup with parameters of type ProdSubstnGrpTxtModifier and TypeMethodDescriptionvoidProdSubstnGrp.addText(ProdSubstnGrpTxt... entity) Adds elements to the list of associated ProdSubstnGrpTxt entities.ProdSubstnGrp.ProdSubstnGrpBuilder.text(ProdSubstnGrpTxt... value) Navigation property _Text for ProdSubstnGrp to multiple ProdSubstnGrpTxt.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup with type arguments of type ProdSubstnGrpTxtModifier and TypeMethodDescriptionvoidProdSubstnGrp.setText(List<ProdSubstnGrpTxt> value) Overwrites the list of associated ProdSubstnGrpTxt entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutiongroup with type arguments of type ProdSubstnGrpTxtModifierConstructorDescriptionProdSubstnGrp(String mDSubstnObjectType, String mDSubstnGroup, String mDSubstnStatus, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, Collection<SAP__Message> _Messages, List<ProdSubstnGrpTxt> to_Text) -
Uses of ProdSubstnGrpTxt 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 ProdSubstnGrpTxtModifier and TypeMethodDescriptionDefaultProductSubstitutionGroupService.countProdSubstnGrpText()Deprecated.ProductSubstitutionGroupService.countProdSubstnGrpText()Deprecated.Fetch the number of entries from theProdSubstnGrpTxtentity collection matching the filter and search expressions.DefaultProductSubstitutionGroupService.deleteProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.ProductSubstitutionGroupService.deleteProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.Deletes an existingProdSubstnGrpTxtentity in the S/4HANA system.DefaultProductSubstitutionGroupService.getAllProdSubstnGrpText()Deprecated.ProductSubstitutionGroupService.getAllProdSubstnGrpText()Deprecated.Fetch multipleProdSubstnGrpTxtentities.DefaultProductSubstitutionGroupService.getProdSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.ProductSubstitutionGroupService.getProdSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Fetch a singleProdSubstnGrpTxtentity using key fields.DefaultProductSubstitutionGroupService.updateProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.ProductSubstitutionGroupService.updateProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.Update an existingProdSubstnGrpTxtentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProdSubstnGrpTxtModifier and TypeMethodDescriptionDefaultProductSubstitutionGroupService.deleteProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.ProductSubstitutionGroupService.deleteProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.Deletes an existingProdSubstnGrpTxtentity in the S/4HANA system.DefaultProductSubstitutionGroupService.updateProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.ProductSubstitutionGroupService.updateProdSubstnGrpText(ProdSubstnGrpTxt prodSubstnGrpTxt) Deprecated.Update an existingProdSubstnGrpTxtentity and save it to the S/4HANA system.