Uses of Class
overit.geocallapp.wfm.core.bl.base.operationcenter.BOOperationCenter
Packages that use BOOperationCenter
Package
Description
-
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.base.operationcenter.event
Constructors in overit.geocallapp.wfm.core.bl.base.operationcenter.event with parameters of type BOOperationCenterModifierConstructorDescriptionOperationCenterInsertEvent(BOOperationCenter boOperationCenter) Instantiates a new operation center insert event.OperationCenterUpdateEvent(BOOperationCenter boOperationCenter) Instantiates a new operation center update event. -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.base.operationcenter.task
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.task with parameters of type BOOperationCenterModifier and TypeMethodDescriptionprotected voidBTOperationCenterUpdate.deleteWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterInsert.insertOperationCenter(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.insertWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterInsert.insertZone(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.updateOperationCenter(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.updateWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterUpdate.updateZone(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterInsert.validate(BOOperationCenter oc) protected voidBTOperationCenterUpdate.validate(BOOperationCenter oc) -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.crewshell
Methods in overit.geocallapp.wfm.core.bl.crewshell that return BOOperationCenterModifier and TypeMethodDescriptionprotected static BOOperationCenterCrewShellUtils.getOperationCenter(Long operationCenterId, PoolKit pk) -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task
Fields in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected BOCache<BOOperationCenter> BTCrewShellTechnicianUpdate.operationCenterBOCache -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task
Fields in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected BOCache<BOOperationCenter> BTCrewShellOperationCenterDelete.operationCenterBOCacheprotected BOCache<BOOperationCenter> BTCrewShellOperationCenterInsert.operationCenterBOCacheMethods in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionprotected List<BOOperationCenter> BTCrewShellOperationCenterDelete.retrieveOperationCenters(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers).protected List<BOOperationCenter> BTCrewShellOperationCenterInsert.retrieveOperationCenters(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers). -
Uses of BOOperationCenter in overit.geocallapp.wfm.core.ux.crewshell.configuration
Fields in overit.geocallapp.wfm.core.ux.crewshell.configuration with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected BOCache<BOOperationCenter> CrewShellConfiguration.operationCenterBOCacheMethods in overit.geocallapp.wfm.core.ux.crewshell.configuration that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionprotected List<BOOperationCenter> CrewShellConfiguration.retrieveOperationCenters()Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers).Method parameters in overit.geocallapp.wfm.core.ux.crewshell.configuration with type arguments of type BOOperationCenterModifier and TypeMethodDescriptionprotected voidCrewShellConfiguration.setActivatedOperationCentersTable(List<BOOperationCenter> operationCenters, List<Long> activatedOperationCentersIDs) Sets the content of theTableViewDDright table (i.e., the table containing the activated operation centers).protected voidCrewShellConfiguration.setDeactivatedOperationCentersTable(List<BOOperationCenter> operationCenters, List<Long> activatedOperationCentersIDs) Sets the content of theTableViewDDleftTable (i.e., the table containing the deactivated operation centers). -
Uses of BOOperationCenter in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionfinal List<BOOperationCenter> WarehouseOperationCenterSaveInput.getOperationCenter()Returns the list of all the operation centers related with the given warehouse.Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event with type arguments of type BOOperationCenterModifier and TypeMethodDescriptionfinal voidWarehouseOperationCenterSaveInput.setOperationCenter(List<BOOperationCenter> operationCenter) Sets the list of all the operation centers related with the given warehouse. -
Uses of BOOperationCenter in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail that return BOOperationCenterModifier and TypeMethodDescriptionprotected BOOperationCenterCentralWarehouseDetail.loadOperationCenter(Long id) Methods in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail that return types with arguments of type BOOperationCenterModifier and TypeMethodDescriptionprotected List<BOOperationCenter> CentralWarehouseDetail.loadOperationCentersData(BOWarehouse warehouse) -
Uses of BOOperationCenter in overit.geocallapp.wfm.inventory.ux.warehouse.search
Fields in overit.geocallapp.wfm.inventory.ux.warehouse.search with type parameters of type BOOperationCenterModifier and TypeFieldDescriptionprotected Map<Long, BOOperationCenter> ServerTableViewWarehouse.decodedOperationCenters