Interface CommerceDiscountRelFinder
@ProviderType
public interface CommerceDiscountRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionintcountCategoriesByCommerceDiscountId(long commerceDiscountId, String name) intcountCategoriesByCommerceDiscountId(long commerceDiscountId, String name, boolean inlineSQLHelper) intcountCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId) intcountCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId, boolean inlineSQLHelper) intcountPricingClassesByCommerceDiscountId(long commerceDiscountId, String title) intcountPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, boolean inlineSQLHelper) findCategoriesByCommerceDiscountId(long commerceDiscountId, String name, int start, int end) findCategoriesByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper) findCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId, int start, int end) findCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId, int start, int end, boolean inlineSQLHelper) findPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, int start, int end) findPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, int start, int end, boolean inlineSQLHelper)
-
Method Details
-
countCategoriesByCommerceDiscountId
-
countCategoriesByCommerceDiscountId
int countCategoriesByCommerceDiscountId(long commerceDiscountId, String name, boolean inlineSQLHelper) -
countCPDefinitionsByCommerceDiscountId
-
countCPDefinitionsByCommerceDiscountId
-
countPricingClassesByCommerceDiscountId
-
countPricingClassesByCommerceDiscountId
int countPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, boolean inlineSQLHelper) -
findCategoriesByCommerceDiscountId
List<CommerceDiscountRel> findCategoriesByCommerceDiscountId(long commerceDiscountId, String name, int start, int end) -
findCategoriesByCommerceDiscountId
List<CommerceDiscountRel> findCategoriesByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper) -
findCPDefinitionsByCommerceDiscountId
List<CommerceDiscountRel> findCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId, int start, int end) -
findCPDefinitionsByCommerceDiscountId
List<CommerceDiscountRel> findCPDefinitionsByCommerceDiscountId(long commerceDiscountId, String name, String languageId, int start, int end, boolean inlineSQLHelper) -
findPricingClassesByCommerceDiscountId
List<CommerceDiscountRel> findPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, int start, int end) -
findPricingClassesByCommerceDiscountId
List<CommerceDiscountRel> findPricingClassesByCommerceDiscountId(long commerceDiscountId, String title, int start, int end, boolean inlineSQLHelper)
-