Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrder
Packages that use ServiceOrder
Package
Description
-
Uses of ServiceOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type ServiceOrderModifier and TypeFieldDescriptionstatic final ServiceOrderItemOneToOneLink<ServiceOrder>ServiceOrderItem.TO_SERVICE_ORDERUse with available fluent helpers to apply the to_ServiceOrder navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrderModifier and TypeMethodDescriptionServiceOrder.ServiceOrderBuilder.build()ServiceOrderItem.fetchServiceOrder()Fetches the ServiceOrder entity (one to one) associated with this entity.protected ServiceOrderServiceOrderCreateFluentHelper.getEntity()protected ServiceOrderServiceOrderUpdateFluentHelper.getEntity()ServiceOrderItem.getServiceOrderOrFetch()Retrieval of associated ServiceOrder entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderModifier and TypeMethodDescriptionprotected Class<ServiceOrder>ServiceOrderByKeyFluentHelper.getEntityClass()protected Class<ServiceOrder>ServiceOrderFluentHelper.getEntityClass()io.vavr.control.Option<ServiceOrder>ServiceOrderItem.getServiceOrderIfPresent()Retrieval of associated ServiceOrder entity (one to one).ServiceOrder.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderModifier and TypeMethodDescriptionServiceOrderItem.ServiceOrderItemBuilder.serviceOrder(ServiceOrder value) Navigation property to_ServiceOrder for ServiceOrderItem to single ServiceOrder.voidServiceOrderItem.setServiceOrder(ServiceOrder value) Overwrites the associated ServiceOrder entity for the loaded navigation property to_ServiceOrder.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderModifierConstructorDescriptionServiceOrderCreateFluentHelper(String servicePath, ServiceOrder entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderentity on the OData endpoint.ServiceOrderItem(String serviceOrder, String serviceOrderItem, UUID serviceOrderItemUUID, UUID serviceDocumentItemCharUUID, String serviceOrderItemDescription, String serviceObjectType, String serviceDocumentItemObjectType, String language, String product, BigDecimal quantity, String quantityUnit, Boolean srvcOrdItmResvnIsExisting, BigDecimal srvcOrdItemReservedQuantity, BigDecimal serviceDuration, String serviceDurationUnit, String serviceOrderItemCategory, String serviceOrdItemRejectionReason, String billableControl, String soldToParty, String shipToParty, String billToParty, String payerParty, String contactPersonBusinessPartnerId, String personResponsible, String executingServiceEmployee, String servicePerformer, String serviceOrderItemIsReleased, String serviceOrderItemIsCompleted, String serviceOrderItemIsRejected, String referenceServiceContract, String referenceServiceContractItem, String refServiceOrderTemplate, String refServiceOrderTemplateItem, String referenceServiceRequest, String referenceServiceRequestItem, String parentServiceOrderItem, ZonedDateTime plannedServiceStartDateTime, ZonedDateTime plannedServiceEndDateTime, ZonedDateTime requestedServiceStartDateTime, ZonedDateTime requestedServiceEndDateTime, ZonedDateTime srvcDocItemSLADueByDateTime, BigDecimal actualServiceDuration, String actualServiceDurationUnit, Boolean srvcContrDetnIsSpprsd, String referenceServiceOrderItem, String shippingCondition, String srvcDocItmPartReferenceItem, String srvcDocItmApptReferenceItem, UUID srvcDocItmApptRefObjectUUID, Boolean srvcOrdItemIsUnplanned, String fSMServiceActivity, String timeSheetOvertimeCategory, String respyMgmtServiceTeam, String respyMgmtServiceTeamName, String respyMgmtGlobalTeamID, String profitCenter, String srvcOrdItemCreditStatus, String srvcOrdItemExecutionStatus, String paymentTerms, String paymentMethod, String sEPAMandate, String srvcSEPAMandateRelevance, String wBSElementExternalID, List<SrvcOrdItemAppointment> toAppointment, List<ServiceOrderItemConfirmation> toConfirmation, List<SrvcOrdItemDuration> toDuration, List<SrvcOrdItmPartner> toPartner, List<ServiceOrderItemPriceElement> toPricingElement, List<SrvcOrdItmProdRefObject> toProductReferenceObject, List<ServiceOrderItemRefObject> toReferenceObject, ServiceOrder toServiceOrder, List<ServiceOrdItemUserStatus> toSrvcOrdItemUserStatus, List<ServiceOrderItemText> toText) ServiceOrderUpdateFluentHelper(String servicePath, ServiceOrder entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderentity on the OData endpoint. -
Uses of ServiceOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type ServiceOrderModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrder(ServiceOrder serviceOrder) ServiceOrderServiceBatchChangeSet.createServiceOrder(ServiceOrder serviceOrder) Create a newServiceOrderentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrder(ServiceOrder serviceOrder) ServiceOrderServiceBatchChangeSet.updateServiceOrder(ServiceOrder serviceOrder) Update an existingServiceOrderentity and save it to the S/4HANA system. -
Uses of ServiceOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type ServiceOrderModifier and TypeMethodDescriptionServiceOrderOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link with type arguments of type ServiceOrderModifier and TypeMethodDescriptionprotected ServiceOrderLink<ObjectT>ServiceOrderLink.translateLinkType(EntityLink<ServiceOrderLink<ObjectT>, ServiceOrder, ObjectT> link) -
Uses of ServiceOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrder(ServiceOrder serviceOrder) Deprecated.ServiceOrderService.createServiceOrder(ServiceOrder serviceOrder) Deprecated.Create a newServiceOrderentity and save it to the S/4HANA system.DefaultServiceOrderService.updateServiceOrder(ServiceOrder serviceOrder) Deprecated.ServiceOrderService.updateServiceOrder(ServiceOrder serviceOrder) Deprecated.Update an existingServiceOrderentity and save it to the S/4HANA system.