Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.WorkCenterCapacityInterval
Packages that use WorkCenterCapacityInterval
Package
Description
-
Uses of WorkCenterCapacityInterval in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type parameters of type WorkCenterCapacityIntervalModifier and TypeFieldDescriptionstatic final WorkCenterAllCapacityLink<WorkCenterCapacityInterval>WorkCenterAllCapacity.TO_WORK_CENTER_INTERVALUse with available fluent helpers to apply the to_WorkCenterInterval navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata that return WorkCenterCapacityIntervalModifier and TypeMethodDescriptionWorkCenterCapacityInterval.WorkCenterCapacityIntervalBuilder.build()protected WorkCenterCapacityIntervalWorkCenterCapacityIntervalCreateFluentHelper.getEntity()protected WorkCenterCapacityIntervalWorkCenterCapacityIntervalUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata that return types with arguments of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionWorkCenterAllCapacity.fetchWorkCenterInterval()Fetches the WorkCenterCapacityInterval entities (one to many) associated with this entity.protected Class<WorkCenterCapacityInterval>WorkCenterCapacityIntervalByKeyFluentHelper.getEntityClass()protected Class<WorkCenterCapacityInterval>WorkCenterCapacityIntervalFluentHelper.getEntityClass()WorkCenterCapacityInterval.getType()io.vavr.control.Option<List<WorkCenterCapacityInterval>>WorkCenterAllCapacity.getWorkCenterIntervalIfPresent()Retrieval of associated WorkCenterCapacityInterval entities (one to many).WorkCenterAllCapacity.getWorkCenterIntervalOrFetch()Retrieval of associated WorkCenterCapacityInterval entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with parameters of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionvoidWorkCenterAllCapacity.addWorkCenterInterval(WorkCenterCapacityInterval... entity) Adds elements to the list of associated WorkCenterCapacityInterval entities.WorkCenterAllCapacity.WorkCenterAllCapacityBuilder.workCenterInterval(WorkCenterCapacityInterval... value) Navigation property to_WorkCenterInterval for WorkCenterAllCapacity to multiple WorkCenterCapacityInterval.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type arguments of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionvoidWorkCenterAllCapacity.setWorkCenterInterval(List<WorkCenterCapacityInterval> value) Overwrites the list of associated WorkCenterCapacityInterval entities for the loaded navigation property to_WorkCenterInterval.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with parameters of type WorkCenterCapacityIntervalModifierConstructorDescriptionWorkCenterCapacityIntervalCreateFluentHelper(String servicePath, WorkCenterCapacityInterval entity, String entityCollection) Creates a fluent helper object that will create aWorkCenterCapacityIntervalentity on the OData endpoint.WorkCenterCapacityIntervalUpdateFluentHelper(String servicePath, WorkCenterCapacityInterval entity, String entityCollection) Creates a fluent helper object that will update aWorkCenterCapacityIntervalentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata with type arguments of type WorkCenterCapacityIntervalModifierConstructorDescriptionWorkCenterAllCapacity(String workCenterInternalID, String workCenterTypeCode, String capacityInternalID, String capacityCategoryAllocation, String workCenter, String workCenterDesc, String plant, String workCenterCategoryCode, String workCenterResponsible, String supplyArea, String workCenterUsage, String workCenterResponsibleName, String capacityCategoryCode, List<WorkCenterCapacityInterval> toWorkCenterInterval, List<WorkCenterCapPplineOp> toWorkCenterQueuingOp, List<WorkCenterCapDayOp> toWorkCenterTodayOp) -
Uses of WorkCenterCapacityInterval in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.batch with parameters of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionDefaultWorkCenterDataServiceBatchChangeSet.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) WorkCenterDataServiceBatchChangeSet.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Create a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.DefaultWorkCenterDataServiceBatchChangeSet.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) WorkCenterDataServiceBatchChangeSet.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Update an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system. -
Uses of WorkCenterCapacityInterval in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.link that return types with arguments of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionWorkCenterCapacityIntervalOneToOneLink.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.workcenterdata.link with type arguments of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionprotected WorkCenterCapacityIntervalLink<ObjectT>WorkCenterCapacityIntervalLink.translateLinkType(EntityLink<WorkCenterCapacityIntervalLink<ObjectT>, WorkCenterCapacityInterval, ObjectT> link) -
Uses of WorkCenterCapacityInterval in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type WorkCenterCapacityIntervalModifier and TypeMethodDescriptionDefaultWorkCenterDataService.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.WorkCenterDataService.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Create a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.DefaultWorkCenterDataService.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.WorkCenterDataService.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Update an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system.