Class ConsignmentTrackingValidator
- java.lang.Object
-
- de.hybris.platform.consignmenttrackingoccaddon.validation.ConsignmentTrackingValidator
-
@Component("consignmentTrackingValidator") public class ConsignmentTrackingValidator extends java.lang.Objectvalidate the consignment data
-
-
Constructor Summary
Constructors Constructor Description ConsignmentTrackingValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsignmentDatacheckIfConsignmentDataExist(java.lang.String orderCode, java.lang.String consignmentCode)voidcheckIfConsignmentShipped(ConsignmentData data)voidcheckIfOrderAccessible(java.lang.String orderCode)
-
-
-
Method Detail
-
checkIfOrderAccessible
public void checkIfOrderAccessible(java.lang.String orderCode)
-
checkIfConsignmentDataExist
public ConsignmentData checkIfConsignmentDataExist(java.lang.String orderCode, java.lang.String consignmentCode)
-
checkIfConsignmentShipped
public void checkIfConsignmentShipped(ConsignmentData data)
-
-