Package com.skava.oms.processor.infinity
Class DefaultInventoryProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultInventoryProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultInventoryProcessor support to listen inventory bin items from process.
Set default transaction information to this items and send to services.
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
process
(com.fasterxml.jackson.databind.JsonNode jsonNode) Debug logger has been added to this method.
-
Field Details
-
BLOCK_INVENTORY
- See Also:
-
BACKORDERED
- See Also:
-
CONSTANT_NUM_TWO
public static final int CONSTANT_NUM_TWOThe constant number two.- See Also:
-
-
Constructor Details
-
DefaultInventoryProcessor
public DefaultInventoryProcessor()
-
-
Method Details
-
process
public com.fasterxml.jackson.databind.JsonNode process(com.fasterxml.jackson.databind.JsonNode jsonNode) Debug logger has been added to this method.- Specified by:
process
in interfaceDefaultProcessor
-