Class WarehousePositionHelper
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.position.WarehousePositionHelper
Helper for
WarehousePosition actions.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadPosition(BOWarehouse warehouse, PoolKit poolKit) Loads the position of the givenBOWarehouse.protected List<BOResourceLastGPSPosition> searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.
-
Constructor Details
-
WarehousePositionHelper
public WarehousePositionHelper()
-
-
Method Details
-
loadPosition
Loads the position of the givenBOWarehouse.- Parameters:
warehouse- theBOWarehousepoolKit- thePoolKit- Returns:
- the warehouse position
-
searchLastPositions
protected List<BOResourceLastGPSPosition> searchLastPositions(Long resourceId, PoolKit pk) throws DAValidateException, DAException Search the last positions starting from the given resource id.- Parameters:
resourceId- the id of the resourcepk- thePoolKit- Returns:
- the list of the last positions of the technician
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-