Interface VoucherTypeServiceLocal

    • Method Detail

      • findAny

        VoucherType findAny()
        Finds any of the voucher types or null otherwise
      • listEnabledByConfiguration

        List<VoucherType> listEnabledByConfiguration​(Collection<VoucherConfiguration> configurations,
                                                     Boolean allowBuying)
        Returns the voucher types that are enabled and not expired belonging to the given configurations, optionally filtering by allow buying.
      • listForSearchFilterByConfiguration

        List<VoucherType> listForSearchFilterByConfiguration​(Collection<VoucherConfiguration> configurations)
        Returns the voucher types, regardless have expired or not, belonging to the given configurations. For admins it will return both enabled and disabled types