Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory.MerchandiseCategoryText
Packages that use MerchandiseCategoryText
Package
Description
-
Uses of MerchandiseCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory with type parameters of type MerchandiseCategoryTextModifier and TypeFieldDescriptionstatic final SimpleProperty<MerchandiseCategoryText>MerchandiseCategoryText.ALL_FIELDSSelector for all available fields of MerchandiseCategoryText.static final SimpleProperty.String<MerchandiseCategoryText>MerchandiseCategoryText.LANGUAGEstatic final SimpleProperty.String<MerchandiseCategoryText>MerchandiseCategoryText.MERCHANDISE_CATEGORYstatic final SimpleProperty.String<MerchandiseCategoryText>MerchandiseCategoryText.MERCHANDISE_CATEGORY_NAMEstatic final SimpleProperty.String<MerchandiseCategoryText>MerchandiseCategoryText.MERCHANDISE_CATEGORY_TEXTMerchandiseCategory.TO__MERCHANDISE_CATEGORY_TEXT_TPUse with available request builders to apply the _MerchandiseCategoryTextTP navigation property to query operations.MerchandiseCategoryText.TO__MERCHANDISE_CATEGORY_TPUse with available request builders to apply the _MerchandiseCategoryTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory that return MerchandiseCategoryTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory that return types with arguments of type MerchandiseCategoryTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<MerchandiseCategoryText>>MerchandiseCategory.getMerchandiseCategoryTextTPIfPresent()Retrieval of associated MerchandiseCategoryText entities (one to many).MerchandiseCategoryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory with parameters of type MerchandiseCategoryTextModifier and TypeMethodDescriptionvoidMerchandiseCategory.addMerchandiseCategoryTextTP(MerchandiseCategoryText... entity) Adds elements to the list of associated MerchandiseCategoryText entities.MerchandiseCategory.MerchandiseCategoryBuilder.merchandiseCategoryTextTP(MerchandiseCategoryText... value) Navigation property _MerchandiseCategoryTextTP for MerchandiseCategory to multiple MerchandiseCategoryText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory with type arguments of type MerchandiseCategoryTextModifier and TypeMethodDescriptionvoidMerchandiseCategory.setMerchandiseCategoryTextTP(List<MerchandiseCategoryText> value) Overwrites the list of associated MerchandiseCategoryText entities for the loaded navigation property _MerchandiseCategoryTextTP.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory with type arguments of type MerchandiseCategoryTextModifierConstructorDescriptionMerchandiseCategory(String merchandiseCategory, String contactPersonStdDepartment, String division, String authorizationGroup, String materialGroupRefMaterial, String valuationClass, String purchasingValueKey, OffsetDateTime lastChangeDateTime, String mrchdsCategoryHierarchyNode, Collection<SAP__Message> _Messages, List<MerchandiseCategoryText> to_MerchandiseCategoryTextTP, List<MrchdsCatCharacteristic> to_MrchdsCatCharacteristicTP, List<MrchdsCatCharcValRstrcn> to_MrchdsCatCharcValRstrcnTP) -
Uses of MerchandiseCategoryText 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 MerchandiseCategoryTextModifier and TypeMethodDescriptionDefaultMerchandiseCategoryService.countMerchandiseCategoryText()Deprecated.MerchandiseCategoryService.countMerchandiseCategoryText()Deprecated.Fetch the number of entries from theMerchandiseCategoryTextentity collection matching the filter and search expressions.DefaultMerchandiseCategoryService.deleteMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.MerchandiseCategoryService.deleteMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.Deletes an existingMerchandiseCategoryTextentity in the S/4HANA system.DefaultMerchandiseCategoryService.getAllMerchandiseCategoryText()Deprecated.MerchandiseCategoryService.getAllMerchandiseCategoryText()Deprecated.Fetch multipleMerchandiseCategoryTextentities.DefaultMerchandiseCategoryService.getMerchandiseCategoryTextByKey(String merchandiseCategory, String language) Deprecated.MerchandiseCategoryService.getMerchandiseCategoryTextByKey(String merchandiseCategory, String language) Deprecated.Fetch a singleMerchandiseCategoryTextentity using key fields.DefaultMerchandiseCategoryService.updateMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.MerchandiseCategoryService.updateMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.Update an existingMerchandiseCategoryTextentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type MerchandiseCategoryTextModifier and TypeMethodDescriptionDefaultMerchandiseCategoryService.deleteMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.MerchandiseCategoryService.deleteMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.Deletes an existingMerchandiseCategoryTextentity in the S/4HANA system.DefaultMerchandiseCategoryService.updateMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.MerchandiseCategoryService.updateMerchandiseCategoryText(MerchandiseCategoryText merchandiseCategoryText) Deprecated.Update an existingMerchandiseCategoryTextentity and save it to the S/4HANA system.