Class OfferServiceImplBase

java.lang.Object
com.skava.promotion.service.impl.OfferServiceImplBase
Direct Known Subclasses:
AssignOfferServiceImpl, BlockOfferServiceImpl, UnAssignOfferServiceImpl, UnblockOfferServiceImpl

@Service public class OfferServiceImplBase extends Object
A class that provides functionality to block a offer.
Since:
8.0
Version:
8.0
Author:
Infosys Equinox
  • Field Details

    • DEBUG_MESSAGE_FORMAT

      public static final String DEBUG_MESSAGE_FORMAT
      See Also:
    • codeAllocationRepo

      @Autowired public CodeAllocationRepository codeAllocationRepo
      Holds the CodeAllocationRepository instance **.
    • codeAllocationProcess

      @Autowired public CodeAllocationProcess codeAllocationProcess
      Holds the CodeAllocationProcess instance **.
    • promotionRepo

      @Autowired public PromotionRepository promotionRepo
      Holds the PromotionRepository instance **.
    • collectionProcess

      @Autowired public CollectionProcess collectionProcess
      Holds the instance for collectionProcess **.
    • messageSource

      @Autowired public org.springframework.context.MessageSource messageSource
      Holds the MessageSource instance **.
    • versionProcess

      @Autowired public VersionProcess versionProcess
  • Constructor Details

    • OfferServiceImplBase

      public OfferServiceImplBase()
  • Method Details