Uses of Class
overit.geocallapp.wfm.core.bl.technicalobject.TechnicalObject
Packages that use TechnicalObject
Package
Description
-
Uses of TechnicalObject in overit.geocallapp.wfm.booking.bl.appointment.event
Methods in overit.geocallapp.wfm.booking.bl.appointment.event that return TechnicalObjectModifier and TypeMethodDescriptionAppointmentProposeInput.getTechnicalObject()Returns the technical object.Methods in overit.geocallapp.wfm.booking.bl.appointment.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidAppointmentProposeInput.setTechnicalObject(TechnicalObject technicalObject) Sets the technical object. -
Uses of TechnicalObject in overit.geocallapp.wfm.booking.bl.appointment.task
Methods in overit.geocallapp.wfm.booking.bl.appointment.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected WorkOrderBTAppointmentPropose.createWorkOrder(BOWorkOrderHeader workOrderHeader, TechnicalObject technicalObject, PoolKit poolKit) Creates theWorkOrderstarting from the given data. -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.datacollection.instance.event
Methods in overit.geocallapp.wfm.core.bl.datacollection.instance.event that return TechnicalObjectModifier and TypeMethodDescriptionDataCollectionSheetInstanceExpressionCache.getTechnicalObject(Long addressId) Returns the technical object.protected TechnicalObjectDataCollectionSheetInstanceExpressionCache.loadTechnicalObject(Long addressId) Load technical object. -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTInterventionOutcomeSave.loadTechnicalObject(Long technicalObjectId, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.technicalobject.event
Methods in overit.geocallapp.wfm.core.bl.technicalobject.event that return TechnicalObjectModifier and TypeMethodDescriptionCustomerInsertInput.getTechnicalObject()Gets theTechnicalObjectto saveCustomerUpdateInput.getTechnicalObject()Gets theTechnicalObjectto saveTechnicalObjectWithFeaturesInsertInput.getTechnicalObject()Returns the technical object.TechnicalObjectWithFeaturesUpdateInput.getTechnicalObject()Returns the technical object.Methods in overit.geocallapp.wfm.core.bl.technicalobject.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidCustomerInsertInput.setTechnicalObject(TechnicalObject technicalObject) Sets theTechnicalObjectto savevoidCustomerUpdateInput.setTechnicalObject(TechnicalObject technicalObject) Sets theTechnicalObjectto savevoidTechnicalObjectWithFeaturesInsertInput.setTechnicalObject(TechnicalObject technicalObject) Sets the technical object.voidTechnicalObjectWithFeaturesUpdateInput.setTechnicalObject(TechnicalObject technicalObject) Sets the technical object.Constructors in overit.geocallapp.wfm.core.bl.technicalobject.event with parameters of type TechnicalObjectModifierConstructorDescriptionInstantiates a new technical object insert event.Instantiates a new technical object update event. -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.technicalobject.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected DBViewBTTechnicalObjectWithFeaturesUpdate.getFeatureValuesForUpdate(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, PoolKit poolKit) Returns the feature values for update.protected voidBTTechnicalObjectInsert.validate(TechnicalObject technicalObject, PoolKit poolKit) protected voidBTTechnicalObjectUpdate.validate(TechnicalObject technicalObject, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.workorder
Fields in overit.geocallapp.wfm.core.bl.workorder declared as TechnicalObjectMethods in overit.geocallapp.wfm.core.bl.workorder that return TechnicalObjectModifier and TypeMethodDescriptionWorkOrder.getTechnicalObject()Returns the work order's technical object.Methods in overit.geocallapp.wfm.core.bl.workorder with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWorkOrder.setTechnicalObject(TechnicalObject technicalObject) Sets the work order's technical object. -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.workorder.event
Methods in overit.geocallapp.wfm.core.bl.workorder.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.bl.workorder.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWorkOrderCreateFromWorkCycleInput.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.workorder.header.task
Fields in overit.geocallapp.wfm.core.bl.workorder.header.task declared as TechnicalObjectModifier and TypeFieldDescriptionprotected TechnicalObjectBTWorkOrderHeaderInsert.technicalObjectMethods in overit.geocallapp.wfm.core.bl.workorder.header.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected booleanBTWorkOrderHeaderInsert.isCustomer(TechnicalObject technicalObject, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.bl.workorder.task
Methods in overit.geocallapp.wfm.core.bl.workorder.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWorkOrderLoad.loadTechnicalObject(WorkOrder workOrder, PoolKit poolKit) Loads the work order'sTechnicalObjectstarting from technical object address id.Methods in overit.geocallapp.wfm.core.bl.workorder.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected booleanBTWorkOrderCreateFromWorkCycle.isCustomer(TechnicalObject technicalObject, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1 that return TechnicalObjectModifier and TypeMethodDescriptionCustomerHelper.getExistingCustomer(String code, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1 with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidCustomerHelper.insertCustomer(TechnicalObject technicalObject, List<BOMeter> meters, PoolKit poolKit) protected voidCustomerHelper.saveCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) voidCustomerHelper.updateCustomer(TechnicalObject technicalObject, List<BOMeter> inputMeters, TechnicalObject existingCustomer, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidCustomerSaveInput.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTCustomerSave.getExistingTechnicalObject(Long id, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected LongBTCustomerSave.insertCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) protected voidBTCustomerSave.updateCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWSCustomerUpsertMappingResult.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSCustomerUpsertMapping.getTechnicalObject(IRequestHeader requestHeader, CustomerUpsertRequestPayload payload, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1 that return TechnicalObjectModifier and TypeMethodDescriptionTechnicalObjectHelper.getExistingTechnicalObject(String code, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1 with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidTechnicalObjectHelper.deleteTechnicalObject(TechnicalObject technicalObject, Long externalSystem, PoolKit poolKit) voidTechnicalObjectHelper.insertTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, PoolKit poolKit) voidTechnicalObjectHelper.saveTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, PoolKit poolKit) voidTechnicalObjectHelper.updateTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, TechnicalObject existingTechnicalObject, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidTechnicalObjectSaveInput.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWSTechnicalObjectInsertMappingResult.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSTechnicalObjectInsertMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectInsertRequestPayload payload, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTTechnicalObjectSave.getExistingTechnicalObject(Long id, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectSave.evaluateRAGRules(TechnicalObject technicalObject, PoolKit poolKit) protected HashGetterBTTechnicalObjectSave.getTechnicalObjectRawData(TechnicalObject technicalObject) protected LongBTTechnicalObjectSave.insertTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWSTechnicalObjectUpdateMappingResult.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSTechnicalObjectUpdateMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectUpdateRequestPayload payload, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.event that return TechnicalObjectMethods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.event with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidWSTechnicalObjectUpsertMappingResult.setTechnicalObject(TechnicalObject technicalObject) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSTechnicalObjectUpsertMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task
Fields in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task with type parameters of type TechnicalObjectModifier and TypeFieldDescriptionprotected Map<String, TechnicalObject> BTWSWorkOrderInsertLogic.customersMethods in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedCustomer(String code, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task
Fields in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task with type parameters of type TechnicalObjectModifier and TypeFieldDescriptionprotected Map<String, TechnicalObject> BTWSWorkOrderInsertLogic.technicalObjectsMethods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedTechnicalObject(String code, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task
Fields in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task with type parameters of type TechnicalObjectModifier and TypeFieldDescriptionprotected Map<String, TechnicalObject> BTWSWorkOrderInsertLogic.technicalObjectsMethods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedTechnicalObject(String code, PoolKit poolKit) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBundleDetail.getTechnicalObject(BOBundleCriterion criteria) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.multistage.group.operation
Fields in overit.geocallapp.wfm.core.ux.multistage.group.operation declared as TechnicalObjectModifier and TypeFieldDescriptionprotected TechnicalObjectMultistageOperationDetail.technicalObjectMethods in overit.geocallapp.wfm.core.ux.multistage.group.operation that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectMultistageOperationDetail.loadTechnicalObject(Long addressId) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task
Methods in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectBTGenerateWorkOrders.getRandomTechnicalObject(Set<Long> operationCenters, Long type) -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit
Methods in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectEditCustomer.getCustomer()Gets theTechnicalObjectto intend as customer currently in editing -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit
Methods in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit that return TechnicalObjectModifier and TypeMethodDescriptionprotected TechnicalObjectEditTechnicalObject.getTechnicalObject()Gets the target technical object -
Uses of TechnicalObject in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search
Methods in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search with parameters of type TechnicalObjectModifier and TypeMethodDescriptionvoidSearchTechnicalObject.onRestoreFromEditTO(TechnicalObject technicalObject) Method parameters in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search with type arguments of type TechnicalObjectModifier and TypeMethodDescriptionprotected voidServerTableViewTechnicalObject.completeDBViewData(DBView dbv, List<TechnicalObject> technicalObjects) -
Uses of TechnicalObject in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails
Methods in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails with parameters of type TechnicalObjectModifier and TypeMethodDescriptionprotected DTOMobileTechnicalObjectMobileWorkOrderDetailService.buildTechnicalObject(TechnicalObject technicalObject) Sets the technical object data.