Uses of Class
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.BOWarehouseAgendaMaterial
Packages that use BOWarehouseAgendaMaterial
Package
Description
-
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial that return BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionWarehouseWOAgendaMaterial.getWarehouseAgendaMaterial()Returns the warehouse agenda material.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial with parameters of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionvoidWarehouseWOAgendaMaterial.setWarehouseAgendaMaterial(BOWarehouseAgendaMaterial warehouseAgendaMaterial) Sets the warehouse agenda material. -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event with parameters of type BOWarehouseAgendaMaterialModifierConstructorDescriptionInstantiates a new warehouse agenda material insert event.Instantiates a warehouse agenda material update event. -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task with parameters of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionprotected voidBTWarehouseAgendaMaterialInsert.validate(BOWarehouseAgendaMaterial boWarehouseAgendaMaterial, PoolKit poolKit) Validate the event input -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.event
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.event that return types with arguments of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionWarehouseMaterialAccountingSaveInput.getWarehouseAgendaMaterial()Returns the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial.Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.event with type arguments of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionvoidWarehouseMaterialAccountingSaveInput.setWarehouseAgendaMaterial(Map<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> warehouseAgendaMaterial) Sets the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial. -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task with parameters of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionprotected booleanBTWarehouseMaterialAccountingSave.canProcessAgendaMaterial(BOWarehouseAgendaMaterial agendaMaterial) protected Collection<Long> BTWarehouseMaterialAccountingSave.createOperationForSerializedMaterials(BOWarehouseAgendaMaterial warehouseAgendaMaterial, List<BOSerializedMaterial> serializedMaterials, PoolKit poolKit) protected Collection<Long> BTWarehouseMaterialAccountingSave.createWarehouseOperation(BOWarehouseAgendaMaterial warehouseAgendaMaterial, Double previuosQuantity, PoolKit poolKit) protected voidBTWarehouseMaterialAccountingSave.handleOperations(BOWarehouseAgendaMaterial agendaMaterial, Collection<Long> operations, PoolKit poolKit) protected Collection<Long> BTWarehouseMaterialAccountingSave.insertWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) protected Collection<Long> BTWarehouseMaterialAccountingSave.updateWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task with type arguments of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionprotected Collection<Long> BTWarehouseMaterialAccountingSave.insertWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) protected Collection<Long> BTWarehouseMaterialAccountingSave.updateWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Fields in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task declared as BOWarehouseAgendaMaterialModifier and TypeFieldDescriptionprotected BOWarehouseAgendaMaterialBTWarehouseOperationCreationFromAccounting.warehouseAgendaMaterialMethods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task that return BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionprotected BOWarehouseAgendaMaterialBTWarehouseOperationCreationFromAccounting.loadWarehouseAgendaMaterial(Long id, PoolKit poolKit) Loads theBOWarehouseAgendaMaterialfrom the given id. -
Uses of BOWarehouseAgendaMaterial in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit that return BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionInventoryEditMaterialAccountingPanelOutput.getWarehouseAgendaMaterial()Returns the warehouse agenda material.Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit with parameters of type BOWarehouseAgendaMaterialModifier and TypeMethodDescriptionvoidInventoryEditMaterialAccountingPanelOutput.setWarehouseAgendaMaterial(BOWarehouseAgendaMaterial agendaMaterial) Sets the warehouse agenda material.