Uses of Class
overit.geocallapp.utilities.rs.common.DTOIdentifier
Packages that use DTOIdentifier
Package
Description
-
Uses of DTOIdentifier in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionstatic <I> org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> RestUtils.batchCreate(BatchInsertEvent<I> event) Creates multiple resources using the provided batch insert event with default validation.static <I> org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> RestUtils.batchCreate(BatchInsertEvent<I> event, Validator<I> validator) Creates multiple resources using the provided batch insert event with custom validation.static <I> org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RestUtils.create(InsertEvent<I> event) Creates a new resource using the provided insert event with default validation.static <I> org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RestUtils.create(InsertEvent<I> event, Validator<I> validator) Creates a new resource using the provided insert event with custom validation. -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.account
Methods in overit.geocallapp.wfm.accounts.rs1.account that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a a list of accounts by calling theAccountInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountService.post(@Valid DTOAccountInsert dto) Create a new account by calling theAccountInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.contact
Methods in overit.geocallapp.wfm.accounts.rs1.contact that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountContactService.post(Long accountId, @Valid DTOAccountContactInsert input) Create a new account contact by calling theAccountContactInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.convertertype
Methods in overit.geocallapp.wfm.accounts.rs1.convertertype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ConverterTypeService.post(@Valid DTOConverterTypeInsert dto) Create a new converter type by calling theConverterTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.meter
Methods in overit.geocallapp.wfm.accounts.rs1.meter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> AccountMeterService.batchPost(Long accountId, @Size(min=1,max=200) @Valid List<DTOMeterBatchInsert> batchInput) Create a batch of account meters by calling theMeterInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountMeterService.post(Long accountId, @Valid DTOMeterInsert dto) Create a new meter by calling theMeterInsertEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountMeterService.postConverter(Long accountId, Long meterId, @Valid DTOMeterConverterInsert dto) Create a new meter converter by calling theMeterConverterInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.meteraccessibility
Methods in overit.geocallapp.wfm.accounts.rs1.meteraccessibility that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterAccessibilityService.post(@Valid DTOMeterAccessibilityInsert dto) Create a new meter accessibility by calling theMeterAccessibilityInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.meterbrand
Methods in overit.geocallapp.wfm.accounts.rs1.meterbrand that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterBrandService.post(@Valid DTOMeterBrandInsert dto) Create a new meter brand by calling theMeterBrandInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.meterclass
Methods in overit.geocallapp.wfm.accounts.rs1.meterclass that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterClassService.post(@Valid DTOMeterClassInsert dto) Create a new meter class by calling theMeterClassInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.meterlocation
Methods in overit.geocallapp.wfm.accounts.rs1.meterlocation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterLocationService.post(@Valid DTOMeterLocationInsert dto) Create a new meter location by calling theMeterLocationInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.metertype
Methods in overit.geocallapp.wfm.accounts.rs1.metertype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterTypeService.post(@Valid DTOMeterTypeInsert dto) Create a new meter type by calling theMeterTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.status
Methods in overit.geocallapp.wfm.accounts.rs1.status that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountStatusService.post(@Valid DTOAccountStatusInsert input) Create a new account status. -
Uses of DTOIdentifier in overit.geocallapp.wfm.accounts.rs1.type
Methods in overit.geocallapp.wfm.accounts.rs1.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountTypeService.post(@Valid DTOAccountTypeInsert dto) Create a new account type by calling theAccountTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.assets.rs1.asset
Methods in overit.geocallapp.wfm.assets.rs1.asset that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a batch of assets by calling theAssetInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetService.post(@Valid DTOAssetInsert dto) Create a new asset by calling theAssetInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.assets.rs1.operationcenter
Methods in overit.geocallapp.wfm.assets.rs1.operationcenter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetOperationCenterService.post(Long assetId, @Valid DTOAssetOperationCenterInsert dto) Creates a new asset operation center relation by calling theAssetOperationCenterInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.assets.rs1.status
Methods in overit.geocallapp.wfm.assets.rs1.status that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetStatusService.post(@Valid DTOAssetStatusInsert input) Create a new asset status. -
Uses of DTOIdentifier in overit.geocallapp.wfm.assets.rs1.type
Methods in overit.geocallapp.wfm.assets.rs1.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetTypeService.post(@Valid DTOAssetTypeInsert input) Create a new asset type. -
Uses of DTOIdentifier in overit.geocallapp.wfm.assets.rs1.type.template
Methods in overit.geocallapp.wfm.assets.rs1.type.template that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetTypeTemplateService.post(Long typeId, @Valid DTOAssetTypeTemplateInsert input) Create a new asset type template. -
Uses of DTOIdentifier in overit.geocallapp.wfm.bundler.rs1.bundlingrule
Methods in overit.geocallapp.wfm.bundler.rs1.bundlingrule that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleService.post(@Valid DTOBundlingRuleInsert dto) Create a new bundling rule by calling theBundlingRuleHeaderInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkShiftExceptionService.batchPost(@Size(min=1,max=50) @Valid List<DTOWorkShiftExceptionInsert> dtos) Creates a set of new work shift exceptions by calling theWorkShiftExceptionInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionService.post(@Valid DTOWorkShiftExceptionInsert dto) Creates a new work shift exception by calling theWorkShiftExceptionInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionClassService.post(@Valid DTOWorkShiftExceptionClassInsert input) Creates a new work shift exception class by calling theWorkShiftExceptionClassInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionTypeService.post(@Valid DTOWorkShiftExceptionTypeInsert input) Creates a new work shift exception type by calling theWorkShiftExceptionTypeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.calendars.rs1.workshifttype
Methods in overit.geocallapp.wfm.calendars.rs1.workshifttype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftTypeService.post(@Valid DTOWorkShiftTypeInsert dto) Creates a new work shift type by calling theWorkShiftTypeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.catalogs.rs1.catalogcode
Methods in overit.geocallapp.wfm.catalogs.rs1.catalogcode that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogCodeService.post(@Valid DTOCatalogCodeInsert dto) Creates a newDTOCatalogCodeby calling theCatalogCodeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.catalogs.rs1.cataloggroup
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroup that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogGroupService.post(@Valid DTOCatalogGroupInsert dto) Creates a newDTOCatalogGroupby calling theCatalogGroupInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogGroupTypeService.post(@Valid DTOCatalogGroupTypeInsert dto) Creates a newDTOCatalogGroupTypeby calling theCatalogGroupTypeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.characteristics.rs1.characteristic
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristic that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CharacteristicService.post(@Valid DTOCharacteristicInsert dto) Creates a new characteristic by calling theCharacteristicInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.characteristics.rs1.characteristicclass
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclass that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CharacteristicClassService.post(@Valid DTOCharacteristicClassInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.characteristics.rs1.valuedomain
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomain that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ValueDomainService.post(@Valid DTOValueDomainInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ValueDomainItemService.post(Long valueDomainId, @Valid DTOValueDomainItemInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleHeaderService.post(@Valid DTOBundlingRuleHeaderInsert dto) Create a new bundling rule header. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleFilterService.post(@Valid DTOBundlingRuleFilterInsert dto) Creates a new bundling rule filter. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleOrderingService.post(@Valid DTOBundlingRuleOrderingInsert dto) Creates a new bundling rule ordering. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.crewshell.rs1.crewshell
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellService.post(@Valid DTOCrewShellInsert dto) Creates a newDTOCrewShellobject by calling theCrewShellInsertEventevent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellAddressService.post(Long crewShell, @Valid DTOCrewShellAddressInsert dto) Creates a newDTOCrewShellAddressobject by calling theCrewShellAddressInsertEventevent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellSkillService.post(Long crewShell, @Valid DTOCrewShellSkillInsert dto) Creates a newDTOCrewShellSkillobject by calling theCrewShellSkillInsertEventevent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellTechnicianService.post(Long crewShell, @Valid DTOCrewShellTechnicianInsert compositionDto) Inserts aBOCrewShellCompositionobject, associating aBOSchedulingUserobject with the selectedBOCrewShellobject. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellTypeService.post(@Valid DTOCrewShellTypeInsert dto) Creates a newDTOCrewShellTypeobject by calling theCrewShellTypeInsertEventevent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup
Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionOptionsGroupService.createOptionsGroup(@Valid DTODataCollectionOptionsGroup input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new options group. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createRelease(Long id, @Valid DTODataCollectionTemplateReleaseInsert input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new release.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createSheet(Long id, @Valid DTODataCollectionTemplateInsertSheet input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new sheet.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createTemplate(@Valid DTODataCollectionTemplateCreate input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new template. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.datacollection.rs2.type
Methods in overit.geocallapp.wfm.core.datacollection.rs2.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTypeService.post(@Valid DTODataCollectionTypeInsert dataCollectionType) Deprecated, for removal: This API element is subject to removal in a future version.Create a new data collection type insert. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.multistage.rs2.configuration
Methods in overit.geocallapp.wfm.core.multistage.rs2.configuration that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MultistageConfigurationService.post(@Valid DTOMultistageConfigurationInsert input) Create a new multistage configuration. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.permits.rs2.permits.type
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> PermitTypeService.post(@Valid DTOPermitTypeInsert dto) Create a new permit type. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> PermitTypeOutcomeReasonRelService.post(@Valid DTOPermitTypeOutcomeReasonInsert dto) Create a new permit type-outcome reason association. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.material.serialized
Methods in overit.geocallapp.wfm.core.rs5.material.serialized that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SerializedMaterialService.post(@Valid DTOSerializedMaterialInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.material.serialized.model
Methods in overit.geocallapp.wfm.core.rs5.material.serialized.model that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SerializedMaterialModelService.post(@Valid DTOSerializedMaterialModelInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderEncodedNoteService.post(@Valid DTOWorkOrderEncodedNoteInsert dto) Create a new encoded note. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonService.post(@Valid DTOOutcomeReasonInsert dto) Create a new outcome reason. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonTypeService.post(@Valid DTOOutcomeReasonTypeInsert dto) Create a new outcome reason type. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> EncodedNoteService.post(@Valid DTOEncodedNoteInsert input) Create a new encoded note. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceShiftExceptionRequestService.post(@Valid DTOResourceShiftExceptionRequestInsert input) Create a new resource shift exception requestResourceShiftExceptionRequestInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleHeaderSerivce.post(@Valid DTOWorkCycleHeaderInsert dtoWorkOrderCycleHeader) Create a new work order cycle header. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleOperationService.post(Long workCycleId, @Valid DTOWorkOrderCycleOperationInsert input) Create a new work order cycle operation. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SchedulingCreationProposalService.post(@Valid DTOSchedulingCreationProposalInsert dtoInsert) Create the required scheduling proposal. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SchedulingRemovalProposalService.post(@Valid DTOSchedulingRemovalProposalInsert dtoInsert) Create the required scheduling proposal. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.timesheet.rs2.config.profile
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.profile that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TimesheetProfileService.post(@Valid DTOProfileInsert input) Create a new profile. -
Uses of DTOIdentifier in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TimesheetTaskCategoryService.post(@Valid DTOTaskCategoryInsert input) Create a new task category. -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.optionsgroup
Methods in overit.geocallapp.wfm.datacollection.rs1.optionsgroup that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionOptionsGroupService.post(@Valid DTODataCollectionOptionsGroupInsert input) Create a new options group. -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.rule
Methods in overit.geocallapp.wfm.datacollection.rs1.rule that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateWOCreationRuleService.post(@Valid DTODataCollectionTemplateWOCreationRuleInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createRelease(Long templateId, @Valid DTODataCollectionTemplateReleaseInsert dto) Creates a new release for the data collection template.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createSheet(Long templateId, @Valid DTODataCollectionTemplateSheetInsert dto) Creates a new sheet from the data collection template.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.post(@Valid DTODataCollectionTemplateInsert dto) Creates a new data collection template. -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateOutcomeRuleService.post(Long templateId, @Valid DTODataCollectionTemplateOutcomeRuleInsert dto) Creates a new outcome rule for a template working copy. -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateVisibilityRuleHeaderService.post(Long templateId, @Valid DTODataCollectionTemplateVisibilityRuleHeaderInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateVisibilityRuleRowService.post(Long templateId, Long visibilityRuleId, @Valid DTODataCollectionTemplateVisibilityRuleRowInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.datacollection.rs1.type
Methods in overit.geocallapp.wfm.datacollection.rs1.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTypeService.post(@Valid DTODataCollectionTypeInsert dto) Creates a new data collection type. -
Uses of DTOIdentifier in overit.geocallapp.wfm.execution.rs1.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.encodednote that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> EncodedNoteService.post(@Valid DTOEncodedNoteInsert dto) Creates a new encoded note by calling theEncodedNoteInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.execution.rs1.interventionoutcome
Methods in overit.geocallapp.wfm.execution.rs1.interventionoutcome that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> InterventionOutcomeService.post(Long interventionId, @Valid DTOInterventionOutcomeInsert dto) Creates a new intervention outcome by calling from theInterventionOutcomeSaveEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.execution.rs1.interventionresource
Methods in overit.geocallapp.wfm.execution.rs1.interventionresource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> InterventionResourceService.post(@Valid DTOInterventionResourceInsert dto) Inserts new accounted hours for the resource by calling theInterventionResourceInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.execution.rs1.outcomereason
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonService.post(@Valid DTOOutcomeReasonInsert dto) Creates a new work shift exception by calling theOutcomeReasonInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.execution.rs1.outcomereasontype
Methods in overit.geocallapp.wfm.execution.rs1.outcomereasontype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonTypeService.post(@Valid DTOOutcomeReasonTypeInsert dto) Creates a new outcome reason type by calling theOutcomeReasonTypeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CapacityPlanningScenarioService.post(@Valid DTOCapacityPlanningScenarioInsert dto) Create a newBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastActivityDetailService.post(Long forecastHeaderId, @Valid DTOForecastActivityDetailInsert dto) Create a newBOForecastActivityDetailobject by calling theForecastActivityDetailInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastActivityService.post(Long forecastHeaderId, @Valid DTOForecastActivityInsert dto) Creates a newBOForecastActivityobject by calling theForecastActivityInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastHeaderService.post(@Valid DTOActivityForecastHeaderInsert dto) Creates a newBOActivityForecastHeaderobject by calling theActivityForecastHeaderInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastPriorityService.post(@Valid DTOActivityForecastPriorityInsert dto) Creates a newBOForecastActivityPriorityobject by calling theForecastActivityPriorityInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastSkillService.post(Long forecastHeaderId, @Valid DTOActivityForecastSkillInsert dto) Creates a newBOForecastActivitySkillobject by calling theForecastActivitySkillInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastGroupingConstraintService.post(@Valid DTOForecastGroupingConstraintInsert dto) Creates a newBOForecastGroupingConstraintobject by calling theForecastGroupingConstraintInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceForecastHeaderService.post(@Valid DTOResourceForecastHeaderInsert dto) Creates a newBOResourceForecastHeaderobject by calling theResourceForecastHeaderInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastResourceDetailService.post(Long forecastHeaderId, @Valid DTOForecastResourceDetailInsert dto) Creates a newBOForecastResourceDetailobject by calling theForecastResourceDetailInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastResourceService.post(Long forecastHeaderId, @Valid DTOForecastResourceInsert dto) Creates a newBOForecastResourceobject by calling theForecastResourceInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastShiftModelService.post(@Valid DTOForecastShiftModelInsert dto) Creates a newBOForecastShiftModelobject by calling theForecastShiftModelInsertEventevent Automatically creates N rows, i.e. -
Uses of DTOIdentifier in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceForecastSkillService.post(Long forecastHeaderId, @Valid DTOForecastResourceInsert dto) Creates a newBOResourceForecastSkillobject by calling theForecastResourceSkillInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceLatestPositionService.post(@Valid DTOResourceLatestPositionInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.central
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CentralWarehouseService.post(@Valid DTOCentralWarehouseInsert dto) Create a new central warehouse by calling theCentralWarehouseInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseOperationCenterService.addOperationCenters(Long id, @Valid DTOWarehouseOperationCenterInsert dto) Create a new operation center. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseCentralMobileService.post(@Valid DTOWarehouseCentralMobileInsert dto) Creates a new central warehouse mobile association by calling theWarehouseCentralMobileInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileWarehouseService.post(@Valid DTOMobileWarehouseInsert dto) Create a new mobile warehouse. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestHeaderService.post(@Valid DTOTransferRequestHeaderInsert dto) Creates a new transfer request header by calling from theTransferRequestHeaderInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestItemService.post(Long id, @Valid DTOTransferRequestItemInsert dto) Creates a new transfer request item by calling from theTransferRequestItemInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item.serializedmaterial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item.serializedmaterial that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestItemSerializedMaterialService.post(Long id, Long itemId, @Valid DTOTransferRequestItemSerializedMaterialInsert dto) Creates a new transfer request item serialized material by calling from theTransferRequestItemSerializedMaterialInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseMaterialService.post(@Valid DTOWarehouseMaterialInsert dto) Creates a new warehouse material by calling theWarehouseMaterialInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.locations.rs1.address
Methods in overit.geocallapp.wfm.locations.rs1.address that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a batch of addresses by calling theAddressInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AddressService.post(@Valid DTOAddressInsert input) Create a new address. -
Uses of DTOIdentifier in overit.geocallapp.wfm.locations.rs1.addresstype
Methods in overit.geocallapp.wfm.locations.rs1.addresstype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AddressTypeService.post(@Valid DTOAddressTypeInsert input) Create a new address type. -
Uses of DTOIdentifier in overit.geocallapp.wfm.materials.rs1.goodsgroup
Methods in overit.geocallapp.wfm.materials.rs1.goodsgroup that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> GoodsGroupService.post(@Valid DTOGoodsGroupInsert dto) Creates a new goods group by calling theGoodsGroupInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.materials.rs1.item
Methods in overit.geocallapp.wfm.materials.rs1.item that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialItemService.post(@Valid DTOMaterialItemInsert dto) Creates a new item type by calling theMaterialItemInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.materials.rs1.material
Methods in overit.geocallapp.wfm.materials.rs1.material that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialService.post(@Valid DTOMaterialInsert dto) Creates a new material by calling theMaterialInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.materials.rs1.materialclass
Methods in overit.geocallapp.wfm.materials.rs1.materialclass that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialClassService.post(@Valid DTOMaterialClassInsert dto) Creates a new material class by calling theMaterialClassInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.mobile.core.rs3.errorlog
Methods in overit.geocallapp.wfm.mobile.core.rs3.errorlog that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> MobileErrorLogService.batchPost(@Size(min=1,max=200) @Valid List<DTOMobileErrorLogInsert> batchInput) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileErrorLogService.post(@Valid DTOMobileErrorLogInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.mobile.core.rs3.workordercreationrequest
Methods in overit.geocallapp.wfm.mobile.core.rs3.workordercreationrequest that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileWorkOrderCreationRequestService.post(@Valid DTOMobileWorkOrderCreationRequestInsert dto) Create a work order creation request. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountAttachmentByAccountService.post(Long accountId, @Valid DTOAccountAttachmentInsert dto) Attach an existing file to an account by calling theAccountAttachmentInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountMeasuringElementService.post(Long accountId, @Valid DTOAccountMeasuringElementInsert dto) Creates a newDTOAccountMeasuringElementby calling theMeasuringElementInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAccountMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchInsert> dtos, Long accountId, Long measuringElementId) Creates multiple measures for an account's measuring element in a single batch operation.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountMeasuringElementMeasureService.post(Long accountId, Long measuringElementId, @Valid DTOAccountMeasuringElementMeasureInsert dto) Creates a new measure for an account's measuring element. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetAttachmentByAssetService.post(Long assetId, @Valid DTOAssetAttachmentInsert dto) Attach an existing file to an asset by calling theAssetAttachmentInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetCharacteristicValueService.batchPost(Long assetId, @Size(min=1,max=400) @Valid List<DTOAssetCharacteristicValueInsert> dtos) Creates a set of new asset characteristic values by calling theAssetCharacteristicValueInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetCharacteristicValueService.post(Long assetId, @Valid DTOAssetCharacteristicValueInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetMeasuringElementService.post(Long assetId, @Valid DTOAssetMeasuringElementInsert dto) Creates a newDTOAssetMeasuringElementby calling theMeasuringElementInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchInsert> dtos, Long assetId, Long measuringElementId) Creates multiple measures for an asset's measuring element in a single batch operation.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetMeasuringElementMeasureService.post(Long assetId, Long measuringElementId, @Valid DTOAssetMeasuringElementMeasureInsert dto) Creates a new measure for an asset's measuring element. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorResourceService.post(@Valid DTOResourceInsert dto) Create a new resource by calling theSingleTeamResourceInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshift
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshift that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkShiftService.post(@Valid DTOWorkShiftInsert dto) Creates a new work shift exception by calling theWorkShiftInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundleoperation
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundleoperation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorBundleOperationService.post(Long bundleId, @Valid DTOBundleOperationInsert dto) Creates a new bundle operation in order to add a work order operation to a bundle by calling theBundleOperationAddEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundling
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundling that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorBundlingService.post(@Valid DTOBundling dto) Starts a new bundling process by calling theBundlingEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcycle that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkCycleService.workOrderCreationFromWorkCycle(Long workCycleId, @Valid DTOWorkOrderCreationFromWorkCycle dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkCycleStructureService.post(Long workCycleId, @Valid DTOWorkCycleStructureInsert dto) Create a new work cycle structure by calling theWorkCycleStructureInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkOrderAttachmentByWorkOrderService.post(Long workOrderId, @Valid DTOWorkOrderAttachmentInsert dto) Attach an existing file to a work order by calling theWorkOrderAttachmentInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkOrderOperationAttachmentByWorkOrderService.post(Long operationId, @Valid DTOWorkOrderOperationAttachmentInsert dto) Attach an existing file to a work order operation by calling theWorkOrderOperationAttachmentInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationCenterService.post(@Valid DTOOperationCenterInsert dto) Create a new operation center. -
Uses of DTOIdentifier in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationCenterAddressService.post(Long operationCenterId, @Valid DTOOperationCenterAddressInsert dto) Create a new operation center address. -
Uses of DTOIdentifier in overit.geocallapp.wfm.organizationalstructures.rs1.structure
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structure that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> StructureService.post(@Valid DTOStructureInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> StructureValidityPeriodService.post(Long structureId, @Valid DTOStructureValidityPeriodInsert dto) Create a new structure validity period by calling theStructureValidityPeriodInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCenterService.post(@Valid DTOWorkCenterInsert dto) Create a new work center by calling theWorkCenterInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createBelow(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity below the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createNext(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity next the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createPrevious(Long projectId, Long activityId, DTOProjectActivityInsert input) Creates and add a new project activity before the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.post(Long projectId, @Valid DTOProjectActivityInsert input) Create a new project activity by calling theAddProjectActivityEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectActivityRelationService.postPredecessor(Long projectActivityId, @Valid DTOProjectActivityRelationPredecessorUpsert input) Create a new project activity predecessor relation by calling theProjectActivityRelationManagerEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectActivityRelationService.postSuccessor(Long projectActivityId, @Valid DTOProjectActivityRelationSuccessorUpsert input) Create a new project activity successor relation by calling theProjectActivityRelationManagerEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsHeaderService.post(@Valid DTOProjectHeaderInsert input) Create a new project header by calling theProjectHeaderCreateEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.resources.rs1.resourceaddress
Methods in overit.geocallapp.wfm.resources.rs1.resourceaddress that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceAddressService.post(Long resourceId, @Valid DTOResourceAddressInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.resources.rs1.resourcetype
Methods in overit.geocallapp.wfm.resources.rs1.resourcetype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceTypeService.post(@Valid DTOResourceTypeInsert dto) Creates a new resource type by calling theResourceTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.bucket
Methods in overit.geocallapp.wfm.roughplanning.rs1.bucket that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisBucketService.post(Long roughPlanningId, @Valid DTORoughPlanningBucketInsert dto) Create a newBORoughPlanningBucketobject by calling theRoughPlanningBucketInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.resource
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisResourceService.post(Long roughPlanningId, @Valid DTORoughPlanningResourceInsert dto) Create a newBORoughPlanningResourceobject by calling theRoughPlanningResourceInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.resource.result
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource.result that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisResourceResultService.post(Long roughPlanningId, @Valid DTORoughPlanningResourceResultInsert dto) Create a newBORoughPlanningResourceResultobject by calling theRoughPlanningResourceResultInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.roughplanning
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanning that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisService.post(@Valid DTORoughPlanningInsert dto) Create a newBORoughPlanningobject by calling theRoughPlanningInsertEventevent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> RoughPlanningBucketMovementService.post(@Valid DTORoughPlanningBucketMovementInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> RoughPlanningOrderMovementService.post(@Valid DTORoughPlanningOrderMovementInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.weight.rule
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.rule that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadDistributionRuleService.post(@Valid DTOWorkloadDistributionRuleInsert dto) Create a new workload rule by calling theWorkloadDistributionRuleInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadRuleWOCombinationService.post(@Valid DTOWorkloadRuleWOCombinationInsert dto) Create a new workLoad Rule WO Combination by calling theWorkloadRuleWOCombinationInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadDistributionWeightService.post(Long workLoadDistributionRuleId, @Valid DTOWorkloadDistributionWeightInsert dto) Create a new workloaf distribution weight by calling theWorkloadDistributionWeightInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingConfigurationService.post(@Valid DTOImmediateSchedulingConfigurationInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingCalendarService.post(@Valid DTOImmediateSchedulingCalendarInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingProcessingService.post(@Valid DTOImmediateSchedulingProcessingInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingLastProcessingService.post(@Valid DTOImmediateSchedulingLastProcessingInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingResourceProcessingService.post(@Valid DTOImmediateSchedulingResourceProcessingInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingTrackingService.post(@Valid DTOImmediateSchedulingTrackingInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingWorkOrderService.post(@Valid DTOImmediateSchedulingWorkOrderInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingWorkOrderHistoryService.post(@Valid DTOImmediateSchedulingWorkOrderHistoryInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.skills.rs1.skill
Methods in overit.geocallapp.wfm.skills.rs1.skill that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillService.post(@Valid DTOSkillInsert dto) Create a new skill by calling theSkillInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.skills.rs1.skillconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skillconfiguration that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillConfigurationService.post(@Valid DTOSkillConfigurationInsert input) Creates a new skill configuration by calling theSkillConfigurationInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.skills.rs1.skilldivision
Methods in overit.geocallapp.wfm.skills.rs1.skilldivision that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillDivisionService.post(@Valid DTOSkillDivisionInsert input) Creates a new skill division by calling theSkillDivisionInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillOverrideConfigurationService.post(@Valid DTOSkillOverrideConfigurationInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.systemsettings.rs1.externalsystem
Methods in overit.geocallapp.wfm.systemsettings.rs1.externalsystem that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ExternalSystemService.post(@Valid DTOExternalSystemInsert dto) Create a new external system by calling theExternalSystemInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.systemsettings.rs1.holiday
Methods in overit.geocallapp.wfm.systemsettings.rs1.holiday that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> HolidayService.post(@Valid DTOHolidayInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.systemsettings.rs1.measurementunit
Methods in overit.geocallapp.wfm.systemsettings.rs1.measurementunit that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeasurementUnitService.post(@Valid DTOMeasurementUnitInsert dtoMeasureUnit) Create a new measurement unit. -
Uses of DTOIdentifier in overit.geocallapp.wfm.teams.rs1.team
Methods in overit.geocallapp.wfm.teams.rs1.team that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamService.post(@Valid DTOTeamInsert dto) Creates a new team by calling from theTeamInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.teams.rs1.teammember
Methods in overit.geocallapp.wfm.teams.rs1.teammember that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamMemberService.post(@Valid DTOTeamMemberInsert dto) Create a new team member by calling theTeamMemberInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.teams.rs1.teamtypes
Methods in overit.geocallapp.wfm.teams.rs1.teamtypes that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamTypeService.post(@Valid DTOTeamTypeInsert dto) Create a new team type by calling theTeamTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.activity
Methods in overit.geocallapp.wfm.workorders.rs1.activity that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityService.post(@Valid DTOActivityInsert dto) Create a new activity by calling theActivityInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration
Methods in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivitySkillConfigurationService.post(Long activityId, @Valid DTOActivitySkillConfigurationInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.note
Methods in overit.geocallapp.wfm.workorders.rs1.note that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderNoteService.post(@Valid DTOWorkOrderNoteInsert dto) Creates a new work order note by calling theWorkOrderNoteInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkOrderOperationService.batchPost(Long workOrderId, @Size(min=1,max=100) @Valid List<DTOWorkOrderOperationInsert> batchInput) Create a batch of work order operations by calling theWorkOrderOperationInsertBatchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationService.post(Long workOrderId, @Valid DTOWorkOrderOperationInsert dto) Create a new work order operation by calling theWorkOrderOperationInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.operationRequirement
Methods in overit.geocallapp.wfm.workorders.rs1.operationRequirement that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationRequirementService.post(@Valid DTOOperationRequirementInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.operationtype
Methods in overit.geocallapp.wfm.workorders.rs1.operationtype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationTypeService.post(@Valid DTOWorkOrderOperationTypeInsert dto) Create a new work order operation type by calling theWorkOrderOperationTypeInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.operationtypecategory
Methods in overit.geocallapp.wfm.workorders.rs1.operationtypecategory that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationTypeCategoryService.post(@Valid DTOWorkOrderOperationTypeCategoryInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.requesttype
Methods in overit.geocallapp.wfm.workorders.rs1.requesttype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> RequestTypeService.post(@Valid DTORequestTypeInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.servicetype
Methods in overit.geocallapp.wfm.workorders.rs1.servicetype that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ServiceTypeService.post(@Valid DTOServiceTypeInsert dto) -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.type
Methods in overit.geocallapp.wfm.workorders.rs1.type that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderTypeService.post(@Valid DTOWorkOrderTypeInsert dto) Create a new work order type by calling theWorkOrderTypeInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.urgency
Methods in overit.geocallapp.wfm.workorders.rs1.urgency that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderUrgencyService.post(@Valid DTOWorkOrderUrgencyInsert dto) Create a new work order urgency by calling theWorkOrderUrgencyInsertEvent. -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.workorders.rs1.workcycle that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleService.post(@Valid DTOWorkCycleInsert dto) Create a new work cycle by calling theWorkCycleInsertEvent -
Uses of DTOIdentifier in overit.geocallapp.wfm.workorders.rs1.workorders
Methods in overit.geocallapp.wfm.workorders.rs1.workorders that return types with arguments of type DTOIdentifierModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderService.post(@Valid DTOWorkOrderHeaderInsert dto) Create a new work order by calling theWorkOrderHeaderInsertEvent