Uses of Class
overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.BOOperationCenter
Packages that use BOOperationCenter
Package
Description
-
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionprotected List<BOOperationCenter> BTCrewShellMassiveWorkDayClosure.loadAllOperationCenters(PoolKit pk) -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Fields in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected List<BOOperationCenter> BTSchedulableActivitiesSearch.operationCenterFilters -
Uses of BOOperationCenter in overit.geocallapp.wfm.orchestrator.documents.mobileforms
Methods in overit.geocallapp.wfm.orchestrator.documents.mobileforms with parameters of type BOOperationCenterModifier and TypeMethodDescriptionMobileFormsHelper.buildDataCollectionSheetCodeFromOperationCenter(BOOperationCenter operationCenter, PoolKit poolKit) -
Uses of BOOperationCenter in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task
Fields in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected BOCache<BOOperationCenter> BTDataCollectionSheetMassiveCodeGeneration.operationCenterBOCacheMethods in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task that return BOOperationCenterModifier and TypeMethodDescriptionprotected BOOperationCenterBTDataCollectionSheetMassiveCodeGeneration.getOperationCenter(BODataCollectionSheet sheet, PoolKit poolKit) -
Uses of BOOperationCenter in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return BOOperationCenterMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task with parameters of type BOOperationCenterModifier and TypeMethodDescriptionvoidManualAssignmentContext.setOperationCenter(BOOperationCenter operationCenter) -
Uses of BOOperationCenter in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that return BOOperationCenterMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task with parameters of type BOOperationCenterModifier and TypeMethodDescriptionvoidManualRemovalContext.setOperationCenter(BOOperationCenter operationCenter) -
Uses of BOOperationCenter in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return BOOperationCenterModifier and TypeMethodDescriptionBundleEntitiesCache.getOperationCenter(Long operationCenter, PoolKit poolKit) Returns theBOOperationCenterwhich corresponds to the given id. -
Uses of BOOperationCenter in overit.geocallapp.wfm.organizationalstructures
Methods in overit.geocallapp.wfm.organizationalstructures that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionstatic List<BOOperationCenter> OrganizationalStructuresUtils.searchOperationCenter(OperationCenterSearchFilter filter) Searches for operation centers based on the provided filter.Methods in overit.geocallapp.wfm.organizationalstructures with parameters of type BOOperationCenterModifier and TypeMethodDescriptionstatic TimeZoneOrganizationalStructuresUtils.getOperationCenterTimezone(BOOperationCenter operationCenter) -
Uses of BOOperationCenter in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.event with parameters of type BOOperationCenterModifierConstructorDescriptionOperationCenterInsertEvent(BOOperationCenter operationCenter) Instantiates a new operation center insert event.OperationCenterUpdateEvent(BOOperationCenter operationCenter) Instantiates a new operation center update event.Constructor parameters in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.event with type arguments of type BOOperationCenterModifierConstructorDescriptionInstantiates a new operation center notification event. -
Uses of BOOperationCenter in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task with parameters of type BOOperationCenterModifier and TypeMethodDescriptionprotected voidBTOperationCenterInsert.checkUniqueCode(BOOperationCenter operationCenter, PoolKit poolKit) Checks if the code of the given operation center is unique.protected voidBTOperationCenterUpdate.checkUniqueCode(BOOperationCenter operationCenter, PoolKit poolKit) Checks if the code of the given operation center is unique.protected voidBTOperationCenterInsert.insertZone(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterInsert.notifyInsert(BOOperationCenter operationCenter, PoolKit poolKit) protected voidBTOperationCenterUpdate.notifyUpdate(BOOperationCenter operationCenter, PoolKit poolKit) protected voidBTOperationCenterUpdate.updateOperationCenter(BOOperationCenter operationCenter, PoolKit pk) Updates the givenBOOperationCenter.protected voidBTOperationCenterUpdate.updateZone(BOOperationCenter operationCenter, PoolKit pk) Updates theBOZoneassociated to the givenBOOperationCenter.protected voidBTOperationCenterInsert.validate(BOOperationCenter operationCenter, PoolKit poolKit) protected voidBTOperationCenterUpdate.validate(BOOperationCenter operationCenter, PoolKit poolKit) Validates the givenBOOperationCenter. -
Uses of BOOperationCenter in overit.geocallapp.wfm.organizationalstructures.integration
Methods in overit.geocallapp.wfm.organizationalstructures.integration that return BOOperationCenterModifier and TypeMethodDescriptionOrganizationalStructuresEventProvider.getOperationCenter(Long operationCenterId) OrganizationalStructuresProvider.getOperationCenter(Long operationCenterId)