Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity.WorkCenterCapacityShift
Packages that use WorkCenterCapacityShift
Package
Description
-
Uses of WorkCenterCapacityShift in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity with type parameters of type WorkCenterCapacityShiftModifier and TypeFieldDescriptionstatic final SimpleProperty<WorkCenterCapacityShift>WorkCenterCapacityShift.ALL_FIELDSSelector for all available fields of WorkCenterCapacityShift.static final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.AVAILABLE_CAPACITY_SHIFTstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_ACTIVE_VERSIONstatic final SimpleProperty.NumericInteger<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_BREAK_DURATIONstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_INTERNAL_IDstatic final SimpleProperty.DateTime<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.NumericInteger<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_NUMBER_OF_CAPACITIESstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.CAPACITY_PLAN_UTILIZATION_PERCENTstatic final SimpleProperty.Date<WorkCenterCapacityShift>WorkCenterCapacityShift.INTERVAL_END_DATEstatic final SimpleProperty.Date<WorkCenterCapacityShift>WorkCenterCapacityShift.INTERVAL_START_DATEstatic final SimpleProperty.NumericInteger<WorkCenterCapacityShift>WorkCenterCapacityShift.OPERATING_DURATION_IN_SECONDSstatic final SimpleProperty.Date<WorkCenterCapacityShift>WorkCenterCapacityShift.SHIFT_DEF_VALIDITY_END_DATEstatic final SimpleProperty.Date<WorkCenterCapacityShift>WorkCenterCapacityShift.SHIFT_DEF_VALIDITY_START_DATEstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.SHIFT_DEFINITIONstatic final SimpleProperty.Time<WorkCenterCapacityShift>WorkCenterCapacityShift.SHIFT_END_TIMEstatic final SimpleProperty.Time<WorkCenterCapacityShift>WorkCenterCapacityShift.SHIFT_START_TIMEWorkCenterCapacityShift.TO__HEADERUse with available request builders to apply the _Header navigation property to query operations.WorkCenterCapacityShift.TO__INTERVALUse with available request builders to apply the _Interval navigation property to query operations.WorkCenterCapacityInterval.TO__SHIFTUse with available request builders to apply the _Shift navigation property to query operations.static final SimpleProperty.NumericInteger<WorkCenterCapacityShift>WorkCenterCapacityShift.TOT_OPERATING_DURATION_IN_SECONDSstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.WEEK_DAYstatic final SimpleProperty.String<WorkCenterCapacityShift>WorkCenterCapacityShift.WORK_DAY_RULEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity that return WorkCenterCapacityShiftMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity that return types with arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionio.vavr.control.Option<List<WorkCenterCapacityShift>>WorkCenterCapacityInterval.getShiftIfPresent()Retrieval of associated WorkCenterCapacityShift entities (one to many).WorkCenterCapacityShift.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity with parameters of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionvoidWorkCenterCapacityInterval.addShift(WorkCenterCapacityShift... entity) Adds elements to the list of associated WorkCenterCapacityShift entities.WorkCenterCapacityInterval.WorkCenterCapacityIntervalBuilder.shift(WorkCenterCapacityShift... value) Navigation property _Shift for WorkCenterCapacityInterval to multiple WorkCenterCapacityShift.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity with type arguments of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionvoidWorkCenterCapacityInterval.setShift(List<WorkCenterCapacityShift> value) Overwrites the list of associated WorkCenterCapacityShift entities for the loaded navigation property _Shift.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pooledcapacity with type arguments of type WorkCenterCapacityShiftModifierConstructorDescriptionWorkCenterCapacityInterval(String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, LocalDate intervalStartDate, Boolean stdAvailableCapacityIsValid, String availableCapacityIntervalDurn, String shiftSequence, String workDayRule, String capacityNumberOfShifts, Short capacityNumberOfCapacities, String capacityPlanUtilizationPercent, OffsetDateTime capacityLastChangeDateTime, WorkCenterCapacity to_Header, List<WorkCenterCapacityShift> to_Shift) -
Uses of WorkCenterCapacityShift 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 WorkCenterCapacityShiftModifier and TypeMethodDescriptionDefaultPooledCapacityService.countWorkCenterCapacityShift()Deprecated.PooledCapacityService.countWorkCenterCapacityShift()Deprecated.Fetch the number of entries from theWorkCenterCapacityShiftentity collection matching the filter and search expressions.DefaultPooledCapacityService.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.PooledCapacityService.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Deletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.DefaultPooledCapacityService.getAllWorkCenterCapacityShift()Deprecated.PooledCapacityService.getAllWorkCenterCapacityShift()Deprecated.Fetch multipleWorkCenterCapacityShiftentities.DefaultPooledCapacityService.getWorkCenterCapacityShiftByKey(String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.PooledCapacityService.getWorkCenterCapacityShiftByKey(String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.Fetch a singleWorkCenterCapacityShiftentity using key fields.DefaultPooledCapacityService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.PooledCapacityService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type WorkCenterCapacityShiftModifier and TypeMethodDescriptionDefaultPooledCapacityService.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.PooledCapacityService.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Deletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.DefaultPooledCapacityService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.PooledCapacityService.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.