Class PromoCodeListProcess

java.lang.Object
com.skava.promotion.process.PromoCodeListProcess

@Component public class PromoCodeListProcess extends Object
A class to perform CRUD operation on promo code list
Since:
8.0
Version:
8.0
Author:
Infosys Equinox
  • Field Details

    • promoCodeListRepository

      @Autowired public PromoCodeListRepository promoCodeListRepository
      Holds the instance of PromoCodeListRepository
    • promoCodeListItemsRepository

      @Autowired public PromoCodeListItemsRepository promoCodeListItemsRepository
      Holds the instance of promoCodeListItemsRepository
    • promoCodeListItemsProcess

      @Autowired public PromoCodeListItemsProcess promoCodeListItemsProcess
      Holds the instance of PromoCodeListItemsProcess
    • collectionAttributeprocess

      @Autowired protected CollectionAttributeProcess collectionAttributeprocess
      Holds the instance of collectionAttributeprocess
  • Constructor Details

    • PromoCodeListProcess

      public PromoCodeListProcess()
  • Method Details