Uses of Class
overit.geocallapp.wfm.workorders.bl.activity.BOActivity
Packages that use BOActivity
Package
Description
-
Uses of BOActivity in overit.geocallapp.wfm.core.bl.bundler
Methods in overit.geocallapp.wfm.core.bl.bundler that return BOActivityModifier and TypeMethodDescriptionBundleEntitiesAggregate.getActivityByWorkOrderOperation(Long woOperationId) Returns theBOOperationActivityrelated to the givenBOWorkOrderOperationid.Methods in overit.geocallapp.wfm.core.bl.bundler that return types with arguments of type BOActivityModifier and TypeMethodDescriptionBundleEntitiesAggregate.getOperationActivities()Returns the list ofBOActivitythat are related to the bundle'sBOWorkOrderOperations.Methods in overit.geocallapp.wfm.core.bl.bundler with parameters of type BOActivityModifier and TypeMethodDescriptionvoidBundleEntitiesAggregate.addActivity(BOActivity activity) Adds the givenBOActivityto the bundle operation activity list, only if it is not already present.Method parameters in overit.geocallapp.wfm.core.bl.bundler with type arguments of type BOActivityModifier and TypeMethodDescriptionvoidBundleEntitiesAggregate.setOperationActivities(List<BOActivity> operationActivities) Sets the list ofBOActivitythat are related to the bundle'sBOWorkOrderOperations. -
Uses of BOActivity in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Fields in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task with type parameters of type BOActivityModifier and TypeFieldDescriptionprotected List<BOActivity> BTSchedulableActivitiesSearch.activityFilters -
Uses of BOActivity in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution that return types with arguments of type BOActivityModifier and TypeMethodDescriptionprotected List<BOActivity> BTWorkLoadDistributionSearch.searchActivities(WorkLoadDistributionSearchFilter filter, PoolKit poolKit) Searches for activities based on the provided filter. -
Uses of BOActivity in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return BOActivityMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task with parameters of type BOActivityModifier and TypeMethodDescriptionvoidManualAssignmentContext.setActivity(BOActivity activity) Sets the activity. -
Uses of BOActivity in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return BOActivityModifier and TypeMethodDescriptionBundleEntitiesCache.getOperationActivity(Long operationActivity, PoolKit poolKit) Returns theBOActivitywhich corresponds to the given id. -
Uses of BOActivity in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that return types with arguments of type BOActivityModifier and TypeMethodDescriptionprotected Stream<BOActivity> BTBundleAttributesCalculate.getOperationActivities(List<BOWorkOrderOperation> woOperations, BundleEntitiesCache cache, PoolKit poolKit) Loads from theBundleEntitiesCacheeveryBOActivitythat is related to aBOWorkOrderOperationin theBundle. -
Uses of BOActivity in overit.geocallapp.wfm.workorders.bl.activity.event
Constructors in overit.geocallapp.wfm.workorders.bl.activity.event with parameters of type BOActivityModifierConstructorDescriptionActivityInsertEvent(BOActivity activity) Instantiates a new scheduling activity insert eventActivityUpdateEvent(BOActivity activity) Instantiates a new scheduling activity update event. -
Uses of BOActivity in overit.geocallapp.wfm.workorders.bl.activity.task
Methods in overit.geocallapp.wfm.workorders.bl.activity.task with parameters of type BOActivityModifier and TypeMethodDescriptionprotected voidBTActivityInsert.validate(BOActivity activity, PoolKit poolKit) Validates the data before the insertion.protected voidBTActivityUpdate.validate(BOActivity activity, PoolKit poolKit) -
Uses of BOActivity in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration that return BOActivityModifier and TypeMethodDescriptionWorkOrderEventProvider.getActivity(Long activityId) WorkOrderProvider.getActivity(Long activityId) Methods in overit.geocallapp.wfm.workorders.integration that return types with arguments of type BOActivityModifier and TypeMethodDescriptionWorkOrderEventProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderEventProvider.searchActivity(ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(ActivitySearchFilter searchFilter)