Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest.Scale
Packages that use Scale
Package
Description
-
Uses of Scale in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with type parameters of type ScaleModifier and TypeFieldDescriptionstatic final SimpleProperty<Scale>Scale.ALL_FIELDSSelector for all available fields of Scale.static final SimpleProperty.String<Scale>Scale.COMPANY_CODEstatic final SimpleProperty.String<Scale>Scale.DIVISION_OF_INTERESTstatic final SimpleProperty.Date<Scale>static final SimpleProperty.String<Scale>Scale.OWNER_INTEREST_SEQUENCEstatic final SimpleProperty.String<Scale>Scale.OWNER_INTEREST_TYPEstatic final SimpleProperty.String<Scale>static final SimpleProperty.String<Scale>Scale.PRA_JOINT_VENTUREstatic final SimpleProperty.String<Scale>Scale.PRA_OWNERstatic final SimpleProperty.String<Scale>Scale.PRA_SLIDING_SCALE_NUMBERstatic final SimpleProperty.NumericDecimal<Scale>static final SimpleProperty.NumericDecimal<Scale>static final SimpleProperty.NumericDecimal<Scale>static final NavigationProperty.Single<Scale,DOI> Use with available request builders to apply the _PRAMaintDOIHierNode navigation property to query operations.static final NavigationProperty.Single<Scale,ScaleHdr> Use with available request builders to apply the _PRAMaintSlidingScHdrHierNode navigation property to query operations.static final NavigationProperty.Collection<ScaleHdr,Scale> Use with available request builders to apply the _PRAMaintSlidingScaleHierNode navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest that return ScaleMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest that return types with arguments of type ScaleModifier and TypeMethodDescriptionScaleHdr.getPRAMaintSlidingScaleHierNodeIfPresent()Retrieval of associated Scale entities (one to many).Scale.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with parameters of type ScaleModifier and TypeMethodDescriptionvoidScaleHdr.addPRAMaintSlidingScaleHierNode(Scale... entity) Adds elements to the list of associated Scale entities.ScaleHdr.ScaleHdrBuilder.praMaintSlidingScaleHierNode(Scale... value) Navigation property _PRAMaintSlidingScaleHierNode for ScaleHdr to multiple Scale.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with type arguments of type ScaleModifier and TypeMethodDescriptionvoidScaleHdr.setPRAMaintSlidingScaleHierNode(List<Scale> value) Overwrites the list of associated Scale entities for the loaded navigation property _PRAMaintSlidingScaleHierNode.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with type arguments of type ScaleModifierConstructorDescriptionScaleHdr(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRACustomerSupplierCode, String pRAOwner, String ownerInterestType, String ownerInterestSequence, LocalDate dOIOwnerEffectiveFromDate, String pRASlidingScaleNumber, String pRASlidingScComprnOptrCode, String pRASlidingScaleMethod, String pRASlidingScaleRangeCode, BigDecimal pRASlidingScaleGravityVal, String pRADivisionOfInterestNmbr, DOI to_PRAMaintDOIHierNode, DOIOwner to_PRAMaintDOIOwnerHierNode, List<Scale> to_PRAMaintSlidingScaleHierNode) -
Uses of Scale 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 ScaleModifier and TypeMethodDescriptionDefaultPraDivisionOfInterestService.countScale()Deprecated.PraDivisionOfInterestService.countScale()Deprecated.Fetch the number of entries from theScaleentity collection matching the filter and search expressions.DefaultPraDivisionOfInterestService.getAllScale()Deprecated.PraDivisionOfInterestService.getAllScale()Deprecated.Fetch multipleScaleentities.DefaultPraDivisionOfInterestService.getScaleByKey(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRACustomerSupplierCode, String pRAOwner, String ownerInterestType, String ownerInterestSequence, LocalDate dOIOwnerEffectiveFromDate, String pRASlidingScaleNumber, BigDecimal pRASlidingScaleRangeFromVal) Deprecated.PraDivisionOfInterestService.getScaleByKey(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRACustomerSupplierCode, String pRAOwner, String ownerInterestType, String ownerInterestSequence, LocalDate dOIOwnerEffectiveFromDate, String pRASlidingScaleNumber, BigDecimal pRASlidingScaleRangeFromVal) Deprecated.Fetch a singleScaleentity using key fields.DefaultPraDivisionOfInterestService.updateScale(Scale scale) Deprecated.PraDivisionOfInterestService.updateScale(Scale scale) Deprecated.Update an existingScaleentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ScaleModifier and TypeMethodDescriptionDefaultPraDivisionOfInterestService.updateScale(Scale scale) Deprecated.PraDivisionOfInterestService.updateScale(Scale scale) Deprecated.Update an existingScaleentity and save it to the S/4HANA system.