Interface B2BReportingService

  • All Known Implementing Classes:
    DefaultB2BReportingService

    public interface B2BReportingService
    A service for b2b reporting.
    Spring Bean ID:
    b2bReportingService
    • Method Detail

      • findReportingSetByCode

        @Deprecated(since="4.4")
        B2BReportingSetModel findReportingSetByCode​(java.lang.String code)
        Deprecated.
        Since 4.4. Use getReportingSetForCode(String) instead
        Find reporting set by code.
        Parameters:
        code - the code
        Returns:
        the b2 b reporting set model
      • getReportingSetForCode

        B2BReportingSetModel getReportingSetForCode​(java.lang.String code)
        Find reporting set by code.
        Parameters:
        code - the code
        Returns:
        the b2 b reporting set model
      • getReportingSetForB2BUnit

        B2BReportingSetModel getReportingSetForB2BUnit​(B2BUnitModel unit)
        Find reporting set for a b2b unit.
        Parameters:
        unit - the unit
        Returns:
        the b2 b reporting set model
      • updateReportingSetForUnitAndParents

        void updateReportingSetForUnitAndParents​(B2BUnitModel unit)
        Updates the reporting set for a b2b unit.
        Parameters:
        unit - the unit that has been updated
      • setReportingOrganizationForUnit

        void setReportingOrganizationForUnit​(B2BUnitModel unit)
        Sets the reporting organization on a B2BUnit
        Parameters:
        unit - the unit to have the reporting organization set on