Class TransferRequestCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<TransferRequest>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task.TransferRequestCreator
Class that defines the creator for a
TransferRequest.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<TransferRequestItem> Creates aDynOobject of type T from the provided values map.static TransferRequestCreatormakeCreator(PoolKit poolKit) Returns the specific creator for theTransferRequestentity.protected voidsetPoolKit(PoolKit poolKit) Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
TransferRequestCreator
public TransferRequestCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theTransferRequestentity.- Parameters:
poolKit- thePoolKit- Returns:
- the transfer request creator
-
setPoolKit
-
make
Description copied from class:DynOCreatorCreates aDynOobject of type T from the provided values map. Implementation-specific logic determines how the values are used to construct the object.- Specified by:
makein classDynOCreator<TransferRequest>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-
loadItems
-