@ApplicationScoped
public interface LCMatchingProcessCheck
Modifier and Type | Method and Description |
---|---|
void |
doCheck(LandedCostCost lcCost,
org.codehaus.jettison.json.JSONObject message)
This method executes the needed checks to the landed cost when the process starts.
|
void doCheck(LandedCostCost lcCost, org.codehaus.jettison.json.JSONObject message) throws OBException
lcCost
- the Landed Cost being processed.message
- a JSONObject with the message that is returned to the user.OBException
- when any check fails ant the process is required to stop.