Uses of Class
overit.geocallapp.wfm.assets.bl.linearassetlocation.BOLinearAssetLocation
Packages that use BOLinearAssetLocation
Package
Description
-
Uses of BOLinearAssetLocation in overit.geocallapp.wfm.assets.bl.linearassetlocation.event
Constructors in overit.geocallapp.wfm.assets.bl.linearassetlocation.event with parameters of type BOLinearAssetLocationModifierConstructorDescriptionInstantiates a new linear asset location insert event.Instantiates a new linear asset location update event.Constructor parameters in overit.geocallapp.wfm.assets.bl.linearassetlocation.event with type arguments of type BOLinearAssetLocationModifierConstructorDescriptionInstantiates a new linear asset location update batch event -
Uses of BOLinearAssetLocation in overit.geocallapp.wfm.assets.bl.linearassetlocation.task
Methods in overit.geocallapp.wfm.assets.bl.linearassetlocation.task with parameters of type BOLinearAssetLocationModifier and TypeMethodDescriptionprotected LongBTLinearAssetLocationInsert.insertLinearAssetLocation(BOLinearAssetLocation input, PoolKit poolKit) protected voidBTLinearAssetLocationUpdate.updateLinearAssetLocation(BOLinearAssetLocation linearAssetLocation, PoolKit poolKit) Performs the update of the givenBOLinearAssetLocation.protected voidBTLinearAssetLocationInsert.validate(BOLinearAssetLocation input, PoolKit poolKit) Validates the data before the insert.protected voidBTLinearAssetLocationUpdate.validate(BOLinearAssetLocation linearAssetLocation, PoolKit poolKit) Checks whether the linear asset location and the asset are already associated. -
Uses of BOLinearAssetLocation in overit.geocallapp.wfm.assets.integration
Methods in overit.geocallapp.wfm.assets.integration that return BOLinearAssetLocationModifier and TypeMethodDescriptionAssetsEventProvider.getLinearAssetLocation(LinearAssetLocationLoadInput input) AssetsProvider.getLinearAssetLocation(LinearAssetLocationLoadInput input) -
Uses of BOLinearAssetLocation in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location that return BOLinearAssetLocationMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location that return types with arguments of type BOLinearAssetLocationModifier and TypeMethodDescriptionprotected List<BOLinearAssetLocation> TopologicalComparator.getLinearAssetLocation(BundlingOperationSortInput operationSortInput) Retrieves linear asset locations associated with the addresses of work order operations.protected TopologicalSortInput<BOLinearAssetLocation, LinearAsset> TopologicalComparator.makeTopologicalSortInput(BundlingOperationSortInput operationSortInput) Creates a topological sort input configuration from the bundling operation sort input.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location with parameters of type BOLinearAssetLocationModifier and TypeMethodDescriptionstatic LinearAssetLinearAsset.make(BOLinearAssetLocation linearAssetLocation) Factory method to create a LinearAsset instance from a BOLinearAssetLocation.protected voidLinearAsset.setLinearAssetLocation(BOLinearAssetLocation linearAssetLocation) Sets the underlying linear asset location business object.