Uses of Class
overit.geocallapp.wfm.gpstracking.bl.resource.position.last.BOResourceLastGPSPosition
Packages that use BOResourceLastGPSPosition
Package
Description
-
Uses of BOResourceLastGPSPosition in overit.geocallapp.wfm.cee.bl.intervention.task
Methods in overit.geocallapp.wfm.cee.bl.intervention.task that return types with arguments of type BOResourceLastGPSPositionModifier and TypeMethodDescriptionprotected List<BOResourceLastGPSPosition> BTPlanningRequestCreate.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.protected List<BOResourceLastGPSPosition> BTTechnicianCoordinatesUpdate.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id. -
Uses of BOResourceLastGPSPosition in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task that return types with arguments of type BOResourceLastGPSPositionModifier and TypeMethodDescriptionprotected List<BOResourceLastGPSPosition> BTTakeInCharge.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id. -
Uses of BOResourceLastGPSPosition in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.event
Constructors in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.event with parameters of type BOResourceLastGPSPositionModifierConstructorDescriptionInstantiates a new resource last GPS position insert event.Instantiates a new resource last GPS position update event.Constructor parameters in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.event with type arguments of type BOResourceLastGPSPositionModifierConstructorDescriptionInstantiates a new resource last GPS position batch upsert event. -
Uses of BOResourceLastGPSPosition in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task
Methods in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task with parameters of type BOResourceLastGPSPositionModifier and TypeMethodDescriptionprotected voidBTResourceLastGPSPositionInsert.checkAlreadyExists(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Checks if already exists a last position for the given resource.protected voidBTResourceLastGPSPositionInsert.validate(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Validates the data before the insert.protected voidBTResourceLastGPSPositionUpdate.validate(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Validates the data before the update.Method parameters in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task with type arguments of type BOResourceLastGPSPositionModifier and TypeMethodDescriptionprotected voidBTResourceLastGPSPositionBatchUpsert.batchInsert(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Performs batch insert of new positions.protected voidBTResourceLastGPSPositionBatchUpsert.batchUpdate(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Performs batch update of existing positions.BTResourceLastGPSPositionBatchUpsert.searchExistingResourcePositionResources(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Retrieves the set of resource IDs for the existing positions. -
Uses of BOResourceLastGPSPosition in overit.geocallapp.wfm.inventory.bl.warehouse.position
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.position that return types with arguments of type BOResourceLastGPSPositionModifier and TypeMethodDescriptionprotected List<BOResourceLastGPSPosition> WarehousePositionHelper.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.