Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition.PolymerComponent
Packages that use PolymerComponent
Package
Description
-
Uses of PolymerComponent in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with type parameters of type PolymerComponentModifier and TypeFieldDescriptionstatic final SimpleProperty<PolymerComponent>PolymerComponent.ALL_FIELDSSelector for all available fields of PolymerComponent.static final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_OPERATOR_LOWER_LIMITstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_OPERATOR_UPPER_LIMITstatic final SimpleProperty.NumericDecimal<PolymerComponent>PolymerComponent.CHML_COMP_QTYstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_QTY_AS_TEXTstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_QTY_ISO_UNITstatic final SimpleProperty.NumericDecimal<PolymerComponent>PolymerComponent.CHML_COMP_QTY_LOWER_LIMITstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_QTY_LOWER_LIMIT_AS_TEXTstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_QTY_SAP_UNITstatic final SimpleProperty.NumericDecimal<PolymerComponent>PolymerComponent.CHML_COMP_QTY_UPPER_LIMITstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_QTY_UPPER_LIMIT_AS_TEXTstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.CHML_COMP_TYPEstatic final SimpleProperty.Guid<PolymerComponent>PolymerComponent.CHML_COMP_UUIDstatic final SimpleProperty.Guid<PolymerComponent>PolymerComponent.CHML_COMPOSITION_UUIDstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.COMPANY_SUBSTANCEstatic final SimpleProperty.String<PolymerComponent>PolymerComponent.POLYMER_COMPOSITION_NAMEstatic final NavigationProperty.Collection<PolymerComposition,PolymerComponent> PolymerComposition.TO__COMPONENTUse with available request builders to apply the _Component navigation property to query operations.static final NavigationProperty.Single<PolymerComponent,PolymerComposition> PolymerComponent.TO__COMPOSITIONUse with available request builders to apply the _Composition navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition that return PolymerComponentMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition that return types with arguments of type PolymerComponentModifier and TypeMethodDescriptionio.vavr.control.Option<List<PolymerComponent>>PolymerComposition.getComponentIfPresent()Retrieval of associated PolymerComponent entities (one to many).PolymerComponent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with parameters of type PolymerComponentModifier and TypeMethodDescriptionvoidPolymerComposition.addComponent(PolymerComponent... entity) Adds elements to the list of associated PolymerComponent entities.PolymerComposition.PolymerCompositionBuilder.component(PolymerComponent... value) Navigation property _Component for PolymerComposition to multiple PolymerComponent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with type arguments of type PolymerComponentModifier and TypeMethodDescriptionvoidPolymerComposition.setComponent(List<PolymerComponent> value) Overwrites the list of associated PolymerComponent entities for the loaded navigation property _Component.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with type arguments of type PolymerComponentModifierConstructorDescriptionPolymerComposition(UUID chmlCompositionUUID, String companySubstance, String polymerCompositionName, String chmlCompositionStatus, OffsetDateTime validityStartDateTime, OffsetDateTime validityEndDateTime, Collection<SAP__Message> _Messages, List<PolymerComponent> to_Component) -
Uses of PolymerComponent 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 PolymerComponentModifier and TypeMethodDescriptionDefaultPolymerCompositionService.countPolymerComponent()Deprecated.PolymerCompositionService.countPolymerComponent()Deprecated.Fetch the number of entries from thePolymerComponententity collection matching the filter and search expressions.DefaultPolymerCompositionService.getAllPolymerComponent()Deprecated.PolymerCompositionService.getAllPolymerComponent()Deprecated.Fetch multiplePolymerComponententities.DefaultPolymerCompositionService.getPolymerComponentByKey(UUID chmlCompUUID) Deprecated.PolymerCompositionService.getPolymerComponentByKey(UUID chmlCompUUID) Deprecated.Fetch a singlePolymerComponententity using key fields.