Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant.CnsldtnPlantText
Packages that use CnsldtnPlantText
Package
Description
-
Uses of CnsldtnPlantText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant with type parameters of type CnsldtnPlantTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnPlantText>CnsldtnPlantText.ALL_FIELDSSelector for all available fields of CnsldtnPlantText.static final SimpleProperty.Boolean<CnsldtnPlantText>CnsldtnPlantText.CNSLDTN_IS_ADDITIONAL_MASTER_DATAstatic final SimpleProperty.String<CnsldtnPlantText>CnsldtnPlantText.LANGUAGEstatic final SimpleProperty.String<CnsldtnPlantText>CnsldtnPlantText.PLANTstatic final SimpleProperty.String<CnsldtnPlantText>CnsldtnPlantText.PLANT_NAMEstatic final NavigationProperty.Single<CnsldtnPlantText,CnsldtnPlant> CnsldtnPlantText.TO__PLANTUse with available request builders to apply the _Plant navigation property to query operations.static final NavigationProperty.Collection<CnsldtnPlant,CnsldtnPlantText> CnsldtnPlant.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.consolidationplant that return CnsldtnPlantTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant that return types with arguments of type CnsldtnPlantTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CnsldtnPlantText>>CnsldtnPlant.getTextIfPresent()Retrieval of associated CnsldtnPlantText entities (one to many).CnsldtnPlantText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant with parameters of type CnsldtnPlantTextModifier and TypeMethodDescriptionvoidCnsldtnPlant.addText(CnsldtnPlantText... entity) Adds elements to the list of associated CnsldtnPlantText entities.CnsldtnPlant.CnsldtnPlantBuilder.text(CnsldtnPlantText... value) Navigation property _Text for CnsldtnPlant to multiple CnsldtnPlantText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant with type arguments of type CnsldtnPlantTextModifier and TypeMethodDescriptionvoidCnsldtnPlant.setText(List<CnsldtnPlantText> value) Overwrites the list of associated CnsldtnPlantText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant with type arguments of type CnsldtnPlantTextModifierConstructorDescriptionCnsldtnPlant(String plant, Boolean cnsldtnIsAdditionalMasterData, Collection<SAP__Message> _Messages, List<CnsldtnPlantText> to_Text) -
Uses of CnsldtnPlantText 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 CnsldtnPlantTextModifier and TypeMethodDescriptionConsolidationPlantService.countCnsldtnPlantText()Deprecated.Fetch the number of entries from theCnsldtnPlantTextentity collection matching the filter and search expressions.DefaultConsolidationPlantService.countCnsldtnPlantText()Deprecated.ConsolidationPlantService.deleteCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Deletes an existingCnsldtnPlantTextentity in the S/4HANA system.DefaultConsolidationPlantService.deleteCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.ConsolidationPlantService.getAllCnsldtnPlantText()Deprecated.Fetch multipleCnsldtnPlantTextentities.DefaultConsolidationPlantService.getAllCnsldtnPlantText()Deprecated.ConsolidationPlantService.getCnsldtnPlantTextByKey(String language, String plant) Deprecated.Fetch a singleCnsldtnPlantTextentity using key fields.DefaultConsolidationPlantService.getCnsldtnPlantTextByKey(String language, String plant) Deprecated.ConsolidationPlantService.updateCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Update an existingCnsldtnPlantTextentity and save it to the S/4HANA system.DefaultConsolidationPlantService.updateCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type CnsldtnPlantTextModifier and TypeMethodDescriptionConsolidationPlantService.deleteCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Deletes an existingCnsldtnPlantTextentity in the S/4HANA system.DefaultConsolidationPlantService.deleteCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.ConsolidationPlantService.updateCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Update an existingCnsldtnPlantTextentity and save it to the S/4HANA system.DefaultConsolidationPlantService.updateCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.