Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification.CmplRqRsltPCNCntr
Packages that use CmplRqRsltPCNCntr
Package
Description
-
Uses of CmplRqRsltPCNCntr in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with type parameters of type CmplRqRsltPCNCntrModifier and TypeFieldDescriptionstatic final SimpleProperty<CmplRqRsltPCNCntr>CmplRqRsltPCNCntr.ALL_FIELDSSelector for all available fields of CmplRqRsltPCNCntr.static final SimpleProperty.String<CmplRqRsltPCNCntr>CmplRqRsltPCNCntr.COUNTRYstatic final SimpleProperty.Guid<CmplRqRsltPCNCntr>CmplRqRsltPCNCntr.POISON_CTR_NOTIF_CNTRS_UUIDstatic final NavigationProperty.Collection<CmplRqRsltPCNDets,CmplRqRsltPCNCntr> CmplRqRsltPCNDets.TO__P_C_N_COUNTRYUse with available request builders to apply the _PCNCountry navigation property to query operations.static final NavigationProperty.Single<CmplRqRsltPCNCntr,CmplRqRsltPCNDets> CmplRqRsltPCNCntr.TO__P_C_N_DETAILUse with available request builders to apply the _PCNDetail navigation property to query operations.static final NavigationProperty.Single<CmplRqRsltPCNCntr,CmplRqRsltPCN> CmplRqRsltPCNCntr.TO__POISON_CENTER_NOTIFICATIONUse with available request builders to apply the _PoisonCenterNotification navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification that return CmplRqRsltPCNCntrMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification that return types with arguments of type CmplRqRsltPCNCntrModifier and TypeMethodDescriptionio.vavr.control.Option<List<CmplRqRsltPCNCntr>>CmplRqRsltPCNDets.getPCNCountryIfPresent()Retrieval of associated CmplRqRsltPCNCntr entities (one to many).CmplRqRsltPCNCntr.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with parameters of type CmplRqRsltPCNCntrModifier and TypeMethodDescriptionvoidCmplRqRsltPCNDets.addPCNCountry(CmplRqRsltPCNCntr... entity) Adds elements to the list of associated CmplRqRsltPCNCntr entities.CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder.pcnCountry(CmplRqRsltPCNCntr... value) Navigation property _PCNCountry for CmplRqRsltPCNDets to multiple CmplRqRsltPCNCntr.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with type arguments of type CmplRqRsltPCNCntrModifier and TypeMethodDescriptionvoidCmplRqRsltPCNDets.setPCNCountry(List<CmplRqRsltPCNCntr> value) Overwrites the list of associated CmplRqRsltPCNCntr entities for the loaded navigation property _PCNCountry.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with type arguments of type CmplRqRsltPCNCntrModifierConstructorDescriptionCmplRqRsltPCNDets(UUID poisonCtrNotifDetsUUID, String pCNUniqueFormulaIdentifier, List<CmplRqRsltPCNCntr> to_PCNCountry, CmplRqRsltPCN to_PoisonCenterNotification) -
Uses of CmplRqRsltPCNCntr 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 CmplRqRsltPCNCntrModifier and TypeMethodDescriptionDefaultPoisonCenterNotificationService.countPCNCountry()Deprecated.PoisonCenterNotificationService.countPCNCountry()Deprecated.Fetch the number of entries from theCmplRqRsltPCNCntrentity collection matching the filter and search expressions.DefaultPoisonCenterNotificationService.getAllPCNCountry()Deprecated.PoisonCenterNotificationService.getAllPCNCountry()Deprecated.Fetch multipleCmplRqRsltPCNCntrentities.DefaultPoisonCenterNotificationService.getPCNCountryByKey(UUID poisonCtrNotifCntrsUUID) Deprecated.PoisonCenterNotificationService.getPCNCountryByKey(UUID poisonCtrNotifCntrsUUID) Deprecated.Fetch a singleCmplRqRsltPCNCntrentity using key fields.