Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification.CmplRqRsltPCNDets
Packages that use CmplRqRsltPCNDets
Package
Description
-
Uses of CmplRqRsltPCNDets 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 CmplRqRsltPCNDetsModifier and TypeFieldDescriptionstatic final SimpleProperty<CmplRqRsltPCNDets>CmplRqRsltPCNDets.ALL_FIELDSSelector for all available fields of CmplRqRsltPCNDets.static final SimpleProperty.String<CmplRqRsltPCNDets>CmplRqRsltPCNDets.PCN_UNIQUE_FORMULA_IDENTIFIERstatic final SimpleProperty.Guid<CmplRqRsltPCNDets>CmplRqRsltPCNDets.POISON_CTR_NOTIF_DETS_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<CmplRqRsltPCN,CmplRqRsltPCNDets> CmplRqRsltPCN.TO__P_C_N_DETAILUse with available request builders to apply the _PCNDetail 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<CmplRqRsltPCNDets,CmplRqRsltPCN> CmplRqRsltPCNDets.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 CmplRqRsltPCNDetsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification that return types with arguments of type CmplRqRsltPCNDetsModifier and TypeMethodDescriptionio.vavr.control.Option<CmplRqRsltPCNDets>CmplRqRsltPCN.getPCNDetailIfPresent()Retrieval of associated CmplRqRsltPCNDets entity (one to one).io.vavr.control.Option<CmplRqRsltPCNDets>CmplRqRsltPCNCntr.getPCNDetailIfPresent()Retrieval of associated CmplRqRsltPCNDets entity (one to one).CmplRqRsltPCNDets.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with parameters of type CmplRqRsltPCNDetsModifier and TypeMethodDescriptionCmplRqRsltPCN.CmplRqRsltPCNBuilder.pcnDetail(CmplRqRsltPCNDets value) Navigation property _PCNDetail for CmplRqRsltPCN to single CmplRqRsltPCNDets.CmplRqRsltPCNCntr.CmplRqRsltPCNCntrBuilder.pcnDetail(CmplRqRsltPCNDets value) Navigation property _PCNDetail for CmplRqRsltPCNCntr to single CmplRqRsltPCNDets.voidCmplRqRsltPCN.setPCNDetail(CmplRqRsltPCNDets value) Overwrites the associated CmplRqRsltPCNDets entity for the loaded navigation property _PCNDetail.voidCmplRqRsltPCNCntr.setPCNDetail(CmplRqRsltPCNDets value) Overwrites the associated CmplRqRsltPCNDets entity for the loaded navigation property _PCNDetail.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification with parameters of type CmplRqRsltPCNDetsModifierConstructorDescriptionCmplRqRsltPCN(UUID cmplRqRsltUUID, String chemicalComplianceInfo, String cmplRqVers, String cmplRqRsltProcessingStatus, OffsetDateTime validityStartDateTime, OffsetDateTime validityEndDateTime, String pCNRegistrationStatus, String pCNRegistrationStatusRemarkTxt, Collection<SAP__Message> _Messages, CmplRqRsltPCNDets to_PCNDetail) CmplRqRsltPCNCntr(UUID poisonCtrNotifCntrsUUID, String country, CmplRqRsltPCNDets to_PCNDetail, CmplRqRsltPCN to_PoisonCenterNotification) -
Uses of CmplRqRsltPCNDets 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 CmplRqRsltPCNDetsModifier and TypeMethodDescriptionDefaultPoisonCenterNotificationService.countPCNDetail()Deprecated.PoisonCenterNotificationService.countPCNDetail()Deprecated.Fetch the number of entries from theCmplRqRsltPCNDetsentity collection matching the filter and search expressions.DefaultPoisonCenterNotificationService.getAllPCNDetail()Deprecated.PoisonCenterNotificationService.getAllPCNDetail()Deprecated.Fetch multipleCmplRqRsltPCNDetsentities.DefaultPoisonCenterNotificationService.getPCNDetailByKey(UUID poisonCtrNotifDetsUUID) Deprecated.PoisonCenterNotificationService.getPCNDetailByKey(UUID poisonCtrNotifDetsUUID) Deprecated.Fetch a singleCmplRqRsltPCNDetsentity using key fields.