Uses of Class
overit.geocallapp.wfm.core.bl.bundler.BundleEntitiesAggregate
Packages that use BundleEntitiesAggregate
Package
Description
-
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.bl.bundler.task
Methods in overit.geocallapp.wfm.core.bl.bundler.task with parameters of type BundleEntitiesAggregateModifier and TypeMethodDescriptionprotected voidBTBundleEntitiesAggregateLoad.loadSchedulingInformations(BundleEntitiesAggregate aggregate, PoolKit poolKit) Loads all the scheduling information, such as theInterventions or theBOAgendaResources. -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.bundler.search
Methods in overit.geocallapp.wfm.core.ux.bundler.search that return BundleEntitiesAggregateModifier and TypeMethodDescriptionprotected BundleEntitiesAggregateServerTableViewBundle.getBundleEntitiesAggregate(int rowNumber) -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.bundler.search.detail
Fields in overit.geocallapp.wfm.core.ux.bundler.search.detail declared as BundleEntitiesAggregateModifier and TypeFieldDescriptionprotected BundleEntitiesAggregateBundleDetail.aggregateprotected BundleEntitiesAggregateBundleMapContainer.aggregateMethods in overit.geocallapp.wfm.core.ux.bundler.search.detail that return BundleEntitiesAggregateModifier and TypeMethodDescriptionBundleMapContainer.getAggregate()Gets the current Bundle aggregate object.Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail with parameters of type BundleEntitiesAggregateModifier and TypeMethodDescriptionstatic StringOnSiteProgress.getProgress(BundleEntitiesAggregate aggregate, Long currentWorkOrderOperationId, Long currentBundleOperationId, boolean excludeCancelledOperations) Determines the on-site progress based on the agenda resource state.voidBundleMapContainer.setAggregate(BundleEntitiesAggregate aggregate) Sets the Bundle aggregate object that contains the data to be displayed on the map.voidBundleMapLayerManager.setStartingPoint(BundleEntitiesAggregate aggregate, String coordinateData) Sets the starting point for a specific bundle aggregate.Method parameters in overit.geocallapp.wfm.core.ux.bundler.search.detail with type arguments of type BundleEntitiesAggregateModifier and TypeMethodDescriptionvoidBundleMapLayerManager.registerLayerTriad(String layerId, String layerName, List<BundleEntitiesAggregate> aggregates) Registers a triad of layers (bundle operations, bundle header, bundle starting position) for a specific set of BundleEntitiesAggregate using unique IDs and names based on bundle header. -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.bundler.search.detail.map
Fields in overit.geocallapp.wfm.core.ux.bundler.search.detail.map with type parameters of type BundleEntitiesAggregateModifier and TypeFieldDescriptionprotected List<BundleEntitiesAggregate> BundleMapLayerBase.aggregatesMethods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map that return BundleEntitiesAggregateModifier and TypeMethodDescriptionBundleHeaderMapLayer.getAggregateFromFeatureId(String featureId) abstract BundleEntitiesAggregateBundleMapLayerBase.getAggregateFromFeatureId(String featureId) Retrieves the BundleEntitiesAggregate containing a specific feature.BundleOperationsMapLayer.getAggregateFromFeatureId(String featureId) BundleStartingPositionMapLayer.getAggregateFromFeatureId(String featureId) Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map that return types with arguments of type BundleEntitiesAggregateModifier and TypeMethodDescriptionBundleMapLayerBase.getAggregates()Returns the bundle entities aggregate.Method parameters in overit.geocallapp.wfm.core.ux.bundler.search.detail.map with type arguments of type BundleEntitiesAggregateModifier and TypeMethodDescriptionvoidBundleMapLayerBase.setAggregates(List<BundleEntitiesAggregate> aggregates) Sets the bundle entities aggregate.Constructor parameters in overit.geocallapp.wfm.core.ux.bundler.search.detail.map with type arguments of type BundleEntitiesAggregateModifierConstructorDescriptionBundleHeaderMapLayer(String layerId, String layerName, List<BundleEntitiesAggregate> aggregates) protectedBundleMapLayerBase(String layerId, String layerName, List<BundleEntitiesAggregate> aggregates) Creates a new instance of BundleMapLayerBase.BundleOperationsMapLayer(String layerId, String layerName, List<BundleEntitiesAggregate> aggregates) BundleStartingPositionMapLayer(String layerId, String layerName, List<BundleEntitiesAggregate> aggregates) -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.event
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.event that return BundleEntitiesAggregateModifier and TypeMethodDescriptionBundleOperationTooltipDataLoadEventInput.getAggregate()Returns the bundle aggregate data object.Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.event with parameters of type BundleEntitiesAggregateModifier and TypeMethodDescriptionvoidBundleOperationTooltipDataLoadEventInput.setAggregate(BundleEntitiesAggregate aggregate) Sets the bundle aggregate data object.Constructors in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.event with parameters of type BundleEntitiesAggregateModifierConstructorDescriptionInstantiates a new activity tooltip load event. -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task
Fields in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task declared as BundleEntitiesAggregateModifier and TypeFieldDescriptionprotected BundleEntitiesAggregateBTBundleTooltipDataLoad.aggregateMethods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task with parameters of type BundleEntitiesAggregateModifier and TypeMethodDescriptionprotected BundleOperationTooltipDataBTBundleOperationTooltipDataLoad.createTooltipData(BOBundleOperation bundleOperation, BundleEntitiesAggregate aggregate, PoolKit poolKit) Creates the tooltip data from the bundle operation and aggregate.protected BOBundleOperationBTBundleOperationTooltipDataLoad.getBundleOperation(Long operationId, BundleEntitiesAggregate aggregate) Gets the bundle operation by feature ID. -
Uses of BundleEntitiesAggregate in overit.geocallapp.wfm.core.ux.schedule.tooltip.task
Methods in overit.geocallapp.wfm.core.ux.schedule.tooltip.task that return BundleEntitiesAggregateModifier and TypeMethodDescriptionprotected BundleEntitiesAggregateBTActivityTooltipBundlerLoad.loadBundleAggregate(Long bundleOperationId, PoolKit poolKit) Loads the correspondingBundleEntitiesAggregatestarting from the givenBOBundleOperationid.Methods in overit.geocallapp.wfm.core.ux.schedule.tooltip.task with parameters of type BundleEntitiesAggregateModifier and TypeMethodDescriptionprotected StringBTActivityTooltipBundlerLoad.getBundleRelatedActivities(BundleEntitiesAggregate aggregate, PoolKit poolKit) Returns the codes of theBOWorkOrderOperations related to the givenBundle.protected StringBTActivityTooltipBundlerLoad.getBundleState(BundleEntitiesAggregate aggregate, PoolKit poolKit) Returns the description of the relatedBOBundleStatus.protected StringBTActivityTooltipBundlerLoad.getBundleWorkInterval(BundleEntitiesAggregate aggregate) Returns the work interval of the givenBundle.protected voidBTActivityTooltipBundlerLoad.prepareData(ActivityTooltipData tooltipData, BundleEntitiesAggregate aggregate, PoolKit poolKit) Prepares the data to be displayed in the tool-tip.