Interface CommercePriceModifierRelFinder
@ProviderType
public interface CommercePriceModifierRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countCategoriesByCommercePriceModifierId
(long commercePriceModifierId, String name) int
countCategoriesByCommercePriceModifierId
(long commercePriceModifierId, String name, boolean inlineSQLHelper) int
countCPDefinitionsByCommercePriceModifierId
(long commercePriceModifierId, String name, String languageId) int
countCPDefinitionsByCommercePriceModifierId
(long commercePriceModifierId, String name, String languageId, boolean inlineSQLHelper) int
countPricingClassesByCommercePriceModifierId
(long commercePriceModifierId, String title) int
countPricingClassesByCommercePriceModifierId
(long commercePriceModifierId, String title, boolean inlineSQLHelper) findCategoriesByCommercePriceModifierId
(long commercePriceModifierId, String name, int start, int end) findCategoriesByCommercePriceModifierId
(long commercePriceModifierId, String name, int start, int end, boolean inlineSQLHelper) findCPDefinitionsByCommercePriceModifierId
(long commercePriceModifierId, String name, String languageId, int start, int end) findCPDefinitionsByCommercePriceModifierId
(long commercePriceModifierId, String name, String languageId, int start, int end, boolean inlineSQLHelper) findPricingClassesByCommercePriceModifierId
(long commercePriceModifierId, String title, int start, int end) findPricingClassesByCommercePriceModifierId
(long commercePriceModifierId, String title, int start, int end, boolean inlineSQLHelper)
-
Method Details
-
countCategoriesByCommercePriceModifierId
-
countCategoriesByCommercePriceModifierId
int countCategoriesByCommercePriceModifierId(long commercePriceModifierId, String name, boolean inlineSQLHelper) -
countCPDefinitionsByCommercePriceModifierId
-
countCPDefinitionsByCommercePriceModifierId
-
countPricingClassesByCommercePriceModifierId
-
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)
-