Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FreightOrderItemSeal
Packages that use FreightOrderItemSeal
Package
Description
-
Uses of FreightOrderItemSeal in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with type parameters of type FreightOrderItemSealModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightOrderItemSeal>FreightOrderItemSeal.ALL_FIELDSSelector for all available fields of FreightOrderItemSeal.static final NavigationProperty.Single<FreightOrderItemSeal,FreightOrder> FreightOrderItemSeal.TO__FREIGHT_ORDERUse with available request builders to apply the _FreightOrder navigation property to query operations.static final NavigationProperty.Single<FreightOrderItemSeal,FreightOrderItem> FreightOrderItemSeal.TO__FREIGHT_ORDER_ITEMUse with available request builders to apply the _FreightOrderItem navigation property to query operations.FreightOrderItem.TO__FREIGHT_ORDER_ITEM_SEALUse with available request builders to apply the _FreightOrderItemSeal navigation property to query operations.static final SimpleProperty.String<FreightOrderItemSeal>FreightOrderItemSeal.TRANSP_ORD_ITEM_SEAL_NUMBERstatic final SimpleProperty.Guid<FreightOrderItemSeal>FreightOrderItemSeal.TRANSP_ORD_ITEM_SEAL_UUIDstatic final SimpleProperty.DateTime<FreightOrderItemSeal>FreightOrderItemSeal.TRANSP_ORD_ITEM_SEALING_DATE_TIMEstatic final SimpleProperty.Guid<FreightOrderItemSeal>FreightOrderItemSeal.TRANSPORTATION_ORDER_ITEM_UUIDstatic final SimpleProperty.Guid<FreightOrderItemSeal>FreightOrderItemSeal.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration that return FreightOrderItemSealMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration that return types with arguments of type FreightOrderItemSealModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightOrderItemSeal>>FreightOrderItem.getFreightOrderItemSealIfPresent()Retrieval of associated FreightOrderItemSeal entities (one to many).FreightOrderItemSeal.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with parameters of type FreightOrderItemSealModifier and TypeMethodDescriptionvoidFreightOrderItem.addFreightOrderItemSeal(FreightOrderItemSeal... entity) Adds elements to the list of associated FreightOrderItemSeal entities.FreightOrderItem.FreightOrderItemBuilder.freightOrderItemSeal(FreightOrderItemSeal... value) Navigation property _FreightOrderItemSeal for FreightOrderItem to multiple FreightOrderItemSeal.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with type arguments of type FreightOrderItemSealModifier and TypeMethodDescriptionvoidFreightOrderItem.setFreightOrderItemSeal(List<FreightOrderItemSeal> value) Overwrites the list of associated FreightOrderItemSeal entities for the loaded navigation property _FreightOrderItemSeal. -
Uses of FreightOrderItemSeal 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 FreightOrderItemSealModifier and TypeMethodDescriptionDefaultFreightOrderIntegrationService.countFreightOrderItemSeal()Deprecated.FreightOrderIntegrationService.countFreightOrderItemSeal()Deprecated.Fetch the number of entries from theFreightOrderItemSealentity collection matching the filter and search expressions.DefaultFreightOrderIntegrationService.deleteFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.FreightOrderIntegrationService.deleteFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.Deletes an existingFreightOrderItemSealentity in the S/4HANA system.DefaultFreightOrderIntegrationService.getAllFreightOrderItemSeal()Deprecated.FreightOrderIntegrationService.getAllFreightOrderItemSeal()Deprecated.Fetch multipleFreightOrderItemSealentities.DefaultFreightOrderIntegrationService.getFreightOrderItemSealByKey(UUID transpOrdItemSealUUID) Deprecated.FreightOrderIntegrationService.getFreightOrderItemSealByKey(UUID transpOrdItemSealUUID) Deprecated.Fetch a singleFreightOrderItemSealentity using key fields.DefaultFreightOrderIntegrationService.updateFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.FreightOrderIntegrationService.updateFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.Update an existingFreightOrderItemSealentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightOrderItemSealModifier and TypeMethodDescriptionDefaultFreightOrderIntegrationService.deleteFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.FreightOrderIntegrationService.deleteFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.Deletes an existingFreightOrderItemSealentity in the S/4HANA system.DefaultFreightOrderIntegrationService.updateFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.FreightOrderIntegrationService.updateFreightOrderItemSeal(FreightOrderItemSeal freightOrderItemSeal) Deprecated.Update an existingFreightOrderItemSealentity and save it to the S/4HANA system.