Class TransferRequestExtractor
java.lang.Object
overit.geocallapp.utilities.core.data.DynOExtractor<TransferRequest>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.TransferRequestExtractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocallapp.utilities.core.data.DynOExtractor
initialize
-
Field Details
-
ITEMS_FIELD
- See Also:
-
-
Constructor Details
-
TransferRequestExtractor
public TransferRequestExtractor()
-
-
Method Details
-
extract
Description copied from class:DynOExtractorCreates aMapfrom the provided object of type T.
Implementation-specific logic determines how the object is used to construct the map.- Specified by:
extractin classDynOExtractor<TransferRequest>- Parameters:
transferRequest- the object to use for map creation- Returns:
- the
Mapobject of type T
-