Interface ReturnSplittingService

  • All Known Implementing Classes:
    DefaultReturnSplittingService

    public interface ReturnSplittingService
    Responsible for splitting ReturnAuthorization into multiple.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.broadleafcommerce.order.client.domain.ReturnAuthorization splitConfirmedFromReturn​(com.broadleafcommerce.order.client.domain.ReturnAuthorization returnAuthorization)
      Splits the confirmed component of a ReturnAuthorization off from the rest.
    • Method Detail

      • splitConfirmedFromReturn

        com.broadleafcommerce.order.client.domain.ReturnAuthorization splitConfirmedFromReturn​(com.broadleafcommerce.order.client.domain.ReturnAuthorization returnAuthorization)
        Splits the confirmed component of a ReturnAuthorization off from the rest.
        Parameters:
        returnAuthorization - the return from which to split off the confirmed component
        Returns:
        the confirmed component of the return