Class AbstractCouponWebServicesTest

All Implemented Interfaces:
JaloSessionHolder
Direct Known Subclasses:
MultiCodeCouponWebServicesTest, SingleCodeCouponWebServicesTest

public abstract class AbstractCouponWebServicesTest extends ServicelayerTest
  • Field Details

  • Constructor Details

    • AbstractCouponWebServicesTest

      public AbstractCouponWebServicesTest()
  • Method Details

    • updateCouponStatus

      protected javax.ws.rs.core.Response updateCouponStatus(String couponId, Boolean active)
    • updateCouponStatusWithoutAuthorization

      protected javax.ws.rs.core.Response updateCouponStatusWithoutAuthorization(String couponId, Boolean active)
    • testPutEmptyCouponStatusWsDTO

      public void testPutEmptyCouponStatusWsDTO()
    • testPutInvalidCouponStatusWsDTO

      public void testPutInvalidCouponStatusWsDTO()
    • validateCouponWithoutAuthorization

      protected javax.ws.rs.core.Response validateCouponWithoutAuthorization(String couponId)
    • validateMultiCodeCouponUsingClientCredentials

      protected javax.ws.rs.core.Response validateMultiCodeCouponUsingClientCredentials(String couponId)
    • validateCouponUsingClientCredentials

      protected javax.ws.rs.core.Response validateCouponUsingClientCredentials(String couponId)
    • validateCouponWithCustomerIdUsingClientCredentials

      protected javax.ws.rs.core.Response validateCouponWithCustomerIdUsingClientCredentials(String couponId, String customerId)
    • getCouponWsUtils

      protected CouponWsUtils getCouponWsUtils()
    • getCouponCodeGenerationService

      protected CouponCodeGenerationService getCouponCodeGenerationService()