Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest.Bearer
Packages that use Bearer
Package
Description
-
Uses of Bearer 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 BearerModifier and TypeFieldDescriptionstatic final SimpleProperty<Bearer>Bearer.ALL_FIELDSSelector for all available fields of Bearer.static final SimpleProperty.String<Bearer>Bearer.COMPANY_CODEstatic final SimpleProperty.String<Bearer>Bearer.DIVISION_OF_INTERESTstatic final SimpleProperty.NumericDecimal<Bearer>Bearer.OWNER_BEARER_PERCENTstatic final SimpleProperty.String<Bearer>Bearer.OWNER_INTEREST_SEQUENCEstatic final SimpleProperty.String<Bearer>Bearer.OWNER_INTEREST_TYPEstatic final SimpleProperty.String<Bearer>Bearer.OWNER_NAMEstatic final SimpleProperty.String<Bearer>Bearer.PRA_BEARER_GROUPstatic final SimpleProperty.Date<Bearer>static final SimpleProperty.String<Bearer>static final SimpleProperty.String<Bearer>Bearer.PRA_JOINT_VENTUREstatic final SimpleProperty.String<Bearer>Bearer.PRA_OWNERstatic final NavigationProperty.Single<Bearer,BearerGroup> Use with available request builders to apply the _PRAMaintBearerGroupHierNode navigation property to query operations.static final NavigationProperty.Collection<BearerGroup,Bearer> BearerGroup.TO__P_R_A_MAINT_BEARER_HIER_NODEUse with available request builders to apply the _PRAMaintBearerHierNode navigation property to query operations.static final NavigationProperty.Single<Bearer,DOI> Use with available request builders to apply the _PRAMaintDOIHierNode navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest that return BearerMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest that return types with arguments of type BearerModifier and TypeMethodDescriptionBearerGroup.getPRAMaintBearerHierNodeIfPresent()Retrieval of associated Bearer entities (one to many).Bearer.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with parameters of type BearerModifier and TypeMethodDescriptionvoidBearerGroup.addPRAMaintBearerHierNode(Bearer... entity) Adds elements to the list of associated Bearer entities.BearerGroup.BearerGroupBuilder.praMaintBearerHierNode(Bearer... value) Navigation property _PRAMaintBearerHierNode for BearerGroup to multiple Bearer.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with type arguments of type BearerModifier and TypeMethodDescriptionvoidBearerGroup.setPRAMaintBearerHierNode(List<Bearer> value) Overwrites the list of associated Bearer entities for the loaded navigation property _PRAMaintBearerHierNode.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pradivisionofinterest with type arguments of type BearerModifierConstructorDescriptionBearerGroup(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRABearerGroup, LocalDate pRABearerGroupEffctvFrmDte, LocalDate pRABearerGroupEffctvToDte, String pRABearerGroupUseControlNmbr, BigDecimal pRABearerGroupTotalIntrstPct, String pRABearerGroupType, String companyCodeName, String divisionOfInterestName, String pRABearerGroupTypeText, List<Bearer> to_PRAMaintBearerHierNode, DOI to_PRAMaintDOIHierNode) -
Uses of Bearer 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 BearerModifier and TypeMethodDescriptionDefaultPraDivisionOfInterestService.countBearer()Deprecated.PraDivisionOfInterestService.countBearer()Deprecated.Fetch the number of entries from theBearerentity collection matching the filter and search expressions.DefaultPraDivisionOfInterestService.getAllBearer()Deprecated.PraDivisionOfInterestService.getAllBearer()Deprecated.Fetch multipleBearerentities.DefaultPraDivisionOfInterestService.getBearerByKey(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRABearerGroup, LocalDate pRABearerGroupEffctvFrmDte, String pRABearerGroupUseControlNmbr, String pRAOwner, String ownerInterestType, String ownerInterestSequence) Deprecated.PraDivisionOfInterestService.getBearerByKey(String companyCode, String pRAJointVenture, String divisionOfInterest, String pRABearerGroup, LocalDate pRABearerGroupEffctvFrmDte, String pRABearerGroupUseControlNmbr, String pRAOwner, String ownerInterestType, String ownerInterestSequence) Deprecated.Fetch a singleBearerentity using key fields.DefaultPraDivisionOfInterestService.updateBearer(Bearer bearer) Deprecated.PraDivisionOfInterestService.updateBearer(Bearer bearer) Deprecated.Update an existingBearerentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type BearerModifier and TypeMethodDescriptionDefaultPraDivisionOfInterestService.updateBearer(Bearer bearer) Deprecated.PraDivisionOfInterestService.updateBearer(Bearer bearer) Deprecated.Update an existingBearerentity and save it to the S/4HANA system.