Uses of Class
overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.BOCentralMobileWarehouse
Packages that use BOCentralMobileWarehouse
Package
Description
-
Uses of BOCentralMobileWarehouse in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event with parameters of type BOCentralMobileWarehouseModifierConstructorDescriptionInstantiates a new warehouse central mobile insert event.Instantiates a new warehouse central mobile update event. -
Uses of BOCentralMobileWarehouse in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task that return types with arguments of type BOCentralMobileWarehouseModifier and TypeMethodDescriptionprotected List<BOCentralMobileWarehouse> BTWarehouseCentralMobileSave.loadExistingRelations(BOMobileWarehouse mobileWarehouse, PoolKit pk) Loads the currently existingBOCentralMobileWarehouserelations.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task with parameters of type BOCentralMobileWarehouseModifier and TypeMethodDescriptionprotected voidBTWarehouseCentralMobileInsert.checkUniquePreferred(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if there is already a preferredBOCentralWarehousefor theBOMobileWarehouseof the current relation.protected voidBTWarehouseCentralMobileUpdate.checkUniquePreferred(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if there is already a preferredBOCentralWarehousefor theBOMobileWarehouseof the current relation.protected voidBTWarehouseCentralMobileInsert.checkUniqueRelation(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if the relation between the given warehouses already exists.protected voidBTWarehouseCentralMobileUpdate.checkUniqueRelation(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if the relation between the given warehouses already exists.protected voidBTWarehouseCentralMobileInsert.validate(BOCentralMobileWarehouse input, PoolKit poolKit) Validates the data before the insertion.protected voidBTWarehouseCentralMobileUpdate.validate(BOCentralMobileWarehouse input, PoolKit poolKit) Validates the data before the update.Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task with type arguments of type BOCentralMobileWarehouseModifier and TypeMethodDescriptionprotected voidBTWarehouseCentralMobileSave.deleteRelations(List<BOCentralMobileWarehouse> relationsToDelete, List<Long> currentCentralWarehouses, PoolKit pk) Deletes all the currently existingBOCentralMobileWarehouserelated to one of the givenBOCentralWarehouse.protected voidBTWarehouseCentralMobileSave.updateExistingRelations(List<BOCentralMobileWarehouse> centralWarehouseToUpdate, Long preferred, PoolKit pk) Updates all the existing relations by setting the preferredBOCentralWarehouse. -
Uses of BOCentralMobileWarehouse in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task that return types with arguments of type BOCentralMobileWarehouseModifier and TypeMethodDescriptionprotected List<BOCentralMobileWarehouse> BTTransferRequestSave.loadCentralMobileRelation(Long centralWarehouse, Long mobileWarehouse, PoolKit poolKit) Loads the central and mobile warehouses association. -
Uses of BOCentralMobileWarehouse in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail that return types with arguments of type BOCentralMobileWarehouseModifier and TypeMethodDescriptionprotected List<BOCentralMobileWarehouse> MobileWarehouseDetail.loadAssociatedCentralWarehouseRealations(BOWarehouse warehouse)