Interface CommerceDiscountRelFinder
@ProviderType
public interface CommerceDiscountRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countCategoriesByCommerceDiscountId
(long commerceDiscountId, String name) int
countCategoriesByCommerceDiscountId
(long commerceDiscountId, String name, boolean inlineSQLHelper) int
countCPDefinitionsByCommerceDiscountId
(long commerceDiscountId, String name, String languageId) int
countCPDefinitionsByCommerceDiscountId
(long commerceDiscountId, String name, String languageId, boolean inlineSQLHelper) int
countPricingClassesByCommerceDiscountId
(long commerceDiscountId, String title) int
countPricingClassesByCommerceDiscountId
(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)
-