Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition.PolymerComposition
Packages that use PolymerComposition
Package
Description
-
Uses of PolymerComposition 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 PolymerCompositionModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<PolymerComposition,SAP__Message> PolymerComposition._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<PolymerComposition>PolymerComposition.ALL_FIELDSSelector for all available fields of PolymerComposition.static final SimpleProperty.String<PolymerComposition>PolymerComposition.CHML_COMPOSITION_STATUSstatic final SimpleProperty.Guid<PolymerComposition>PolymerComposition.CHML_COMPOSITION_UUIDstatic final SimpleProperty.String<PolymerComposition>PolymerComposition.COMPANY_SUBSTANCEstatic final SimpleProperty.String<PolymerComposition>PolymerComposition.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.static final SimpleProperty.DateTime<PolymerComposition>PolymerComposition.VALIDITY_END_DATE_TIMEstatic final SimpleProperty.DateTime<PolymerComposition>PolymerComposition.VALIDITY_START_DATE_TIMEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition that return PolymerCompositionMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition that return types with arguments of type PolymerCompositionModifier and TypeMethodDescriptionPolymerComposition.createAndReleaseVersion(String companySubstance, String polymerCompositionName, Collection<D_PolymerCmpstnCreateCompP> _Components) Action that can be applied to a collection of entities of this class.PolymerComposition.createAndReleaseVersion(String companySubstance, String polymerCompositionName, Collection<D_PolymerCmpstnCreateCompP> _Components) Action that can be applied to a collection of entities of this class.io.vavr.control.Option<PolymerComposition>PolymerComponent.getCompositionIfPresent()Retrieval of associated PolymerComposition entity (one to one).PolymerComposition.getType()PolymerComposition.validate(String companySubstance, String polymerCompositionName, Collection<D_PolymerCmpstnCreateCompP> _Components) Action that can be applied to a collection of entities of this class.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with parameters of type PolymerCompositionModifier and TypeMethodDescriptionPolymerComponent.PolymerComponentBuilder.composition(PolymerComposition value) Navigation property _Composition for PolymerComponent to single PolymerComposition.voidPolymerComponent.setComposition(PolymerComposition value) Overwrites the associated PolymerComposition entity for the loaded navigation property _Composition.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.polymercomposition with parameters of type PolymerCompositionModifierConstructorDescriptionPolymerComponent(UUID chmlCompUUID, UUID chmlCompositionUUID, String companySubstance, String chmlCompType, BigDecimal chmlCompQty, String chmlCompQtyAsText, String chmlCompQtySAPUnit, String chmlCompQtyISOUnit, String chmlCompOperatorLowerLimit, BigDecimal chmlCompQtyLowerLimit, String chmlCompQtyLowerLimitAsText, String chmlCompOperatorUpperLimit, BigDecimal chmlCompQtyUpperLimit, String chmlCompQtyUpperLimitAsText, String polymerCompositionName, PolymerComposition to_Composition) -
Uses of PolymerComposition 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 PolymerCompositionModifier and TypeMethodDescriptionDefaultPolymerCompositionService.countPolymerComposition()Deprecated.PolymerCompositionService.countPolymerComposition()Deprecated.Fetch the number of entries from thePolymerCompositionentity collection matching the filter and search expressions.DefaultPolymerCompositionService.getAllPolymerComposition()Deprecated.PolymerCompositionService.getAllPolymerComposition()Deprecated.Fetch multiplePolymerCompositionentities.DefaultPolymerCompositionService.getPolymerCompositionByKey(UUID chmlCompositionUUID) Deprecated.PolymerCompositionService.getPolymerCompositionByKey(UUID chmlCompositionUUID) Deprecated.Fetch a singlePolymerCompositionentity using key fields.