Class ConsignmentsControllerIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest @DirtiesContext(classMode=BEFORE_CLASS) public class ConsignmentsControllerIntegrationTest extends BaseWarehousingWebservicesIntegrationTest
  • Field Details

  • Constructor Details

    • ConsignmentsControllerIntegrationTest

      public ConsignmentsControllerIntegrationTest()
  • Method Details

    • setup

      public void setup()
      Overrides:
      setup in class BaseWarehousingWebservicesIntegrationTest
    • cleanUp

      public void cleanUp()
    • getAllConsignments

      public void getAllConsignments()
    • getConsignmentForCode

      public void getConsignmentForCode()
    • getConsignmentStatus

      public void getConsignmentStatus()
    • getDeclineReasons

      public void getDeclineReasons()
    • getConsignmentEntries

      public void getConsignmentEntries()
    • getSourcingLocations

      public void getSourcingLocations()
    • getPackagingInfo

      public void getPackagingInfo()
    • updatePackagingInfo

      public void updatePackagingInfo()
    • reallocateConsignment

      public void reallocateConsignment()
    • pickConsignmentDefault

      public void pickConsignmentDefault() throws ImpExException
      Throws:
      ImpExException
    • pickConsignmentWhenPrintSlipIsFalse

      public void pickConsignmentWhenPrintSlipIsFalse() throws ImpExException
      Throws:
      ImpExException
    • packConsignmentDefault

      public void packConsignmentDefault() throws ImpExException
      Throws:
      ImpExException
    • packConsignmentWhenPrintSlipIsFalse

      public void packConsignmentWhenPrintSlipIsFalse() throws ImpExException
      Throws:
      ImpExException
    • pickShippedConsignmentDefault

      public void pickShippedConsignmentDefault() throws ImpExException
      Throws:
      ImpExException
    • pickShippedConsignmentWhenPrintSlipIsTrue

      public void pickShippedConsignmentWhenPrintSlipIsTrue() throws ImpExException
      Throws:
      ImpExException
    • pickShippedConsignmentWhenPrintSlipIsFalse

      public void pickShippedConsignmentWhenPrintSlipIsFalse() throws ImpExException
      Throws:
      ImpExException
    • packShippedConsignmentDefault

      public void packShippedConsignmentDefault() throws ImpExException
      Throws:
      ImpExException
    • packShippedConsignmentWhenPrintSlipIsTrue

      public void packShippedConsignmentWhenPrintSlipIsTrue() throws ImpExException
      Throws:
      ImpExException
    • packShippedConsignmentWhenPrintSlipIsFalse

      public void packShippedConsignmentWhenPrintSlipIsFalse() throws ImpExException
      Throws:
      ImpExException
    • getExportForm

      public void getExportForm() throws ImpExException
      Throws:
      ImpExException
    • getShippingLabel

      public void getShippingLabel() throws ImpExException
      Throws:
      ImpExException
    • getReturnShippingLabel

      public void getReturnShippingLabel() throws ImpExException
      Throws:
      ImpExException
    • getReturnForm

      public void getReturnForm() throws ImpExException
      Throws:
      ImpExException
    • consolidatedPickSlip

      public void consolidatedPickSlip() throws ImpExException
      Throws:
      ImpExException
    • postTakePayment

      public void postTakePayment()
    • manuallyReleasePaymentCaptureConsignment

      public void manuallyReleasePaymentCaptureConsignment()
    • manuallyReleasePaymentCaptureConsignmentWithInvalidCode

      public void manuallyReleasePaymentCaptureConsignmentWithInvalidCode()
    • manuallyReleasePaymentCaptureConsignmentWithInvalidStatus

      public void manuallyReleasePaymentCaptureConsignmentWithInvalidStatus()
    • manuallyReleaseTaxCommitConsignment

      public void manuallyReleaseTaxCommitConsignment()
    • manuallyReleaseTaxCommitConsignmentWithInvalidCode

      public void manuallyReleaseTaxCommitConsignmentWithInvalidCode()
    • manuallyReleaseTaxCommitConsignmentWithInvalidStatus

      public void manuallyReleaseTaxCommitConsignmentWithInvalidStatus()
    • importEmailContentCsv

      protected void importEmailContentCsv() throws ImpExException
      Imports email content
      Throws:
      ImpExException
    • setOrderAndConsignmentStatusToReady

      protected void setOrderAndConsignmentStatusToReady()
      Calls setOrderandConsignmentStatus to set the status of the shipped OrderModel and all the ConsignmentModel to Ready
    • setOrderAndConsignmentStatus

      protected void setOrderAndConsignmentStatus(OrderStatus orderStatus, ConsignmentStatus consignmentStatus)
      Sets the status of the OrderModel and all the ConsignmentModel
      Parameters:
      orderStatus - The OrderStatus to set for the OrderModel
      consignmentStatus - The ConsignmentStatus to set for all the ConsignmentModel