Interface CommercePriceModifierRelFinder


@ProviderType public interface CommercePriceModifierRelFinder
Generated:
  • Method Details

    • countCategoriesByCommercePriceModifierId

      int countCategoriesByCommercePriceModifierId(long commercePriceModifierId, String name)
    • countCategoriesByCommercePriceModifierId

      int countCategoriesByCommercePriceModifierId(long commercePriceModifierId, String name, boolean inlineSQLHelper)
    • countCPDefinitionsByCommercePriceModifierId

      int countCPDefinitionsByCommercePriceModifierId(long commercePriceModifierId, String name, String languageId)
    • countCPDefinitionsByCommercePriceModifierId

      int countCPDefinitionsByCommercePriceModifierId(long commercePriceModifierId, String name, String languageId, boolean inlineSQLHelper)
    • countPricingClassesByCommercePriceModifierId

      int countPricingClassesByCommercePriceModifierId(long commercePriceModifierId, String title)
    • countPricingClassesByCommercePriceModifierId

      int countPricingClassesByCommercePriceModifierId(long commercePriceModifierId, String title, boolean inlineSQLHelper)
    • findCategoriesByCommercePriceModifierId

      List<CommercePriceModifierRel> findCategoriesByCommercePriceModifierId(long commercePriceModifierId, String name, int start, int end)
    • findCategoriesByCommercePriceModifierId

      List<CommercePriceModifierRel> findCategoriesByCommercePriceModifierId(long commercePriceModifierId, String name, int start, int end, boolean inlineSQLHelper)
    • findCPDefinitionsByCommercePriceModifierId

      List<CommercePriceModifierRel> findCPDefinitionsByCommercePriceModifierId(long commercePriceModifierId, String name, String languageId, int start, int end)
    • findCPDefinitionsByCommercePriceModifierId

      List<CommercePriceModifierRel> findCPDefinitionsByCommercePriceModifierId(long commercePriceModifierId, String name, String languageId, int start, int end, boolean inlineSQLHelper)
    • findPricingClassesByCommercePriceModifierId

      List<CommercePriceModifierRel> findPricingClassesByCommercePriceModifierId(long commercePriceModifierId, String title, int start, int end)
    • findPricingClassesByCommercePriceModifierId

      List<CommercePriceModifierRel> findPricingClassesByCommercePriceModifierId(long commercePriceModifierId, String title, int start, int end, boolean inlineSQLHelper)