Package wt.maturity

Interface MaturityServiceSvr


public interface MaturityServiceSvr


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets.
    void
    Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice.
    void
    Given a PromotionNotice validate and set to the create state the associated PromotionTargets.
  • Method Details

    • lockTargets

      void lockTargets(PromotionNotice pn) throws WTException
      Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets.

      Supported API: true
      Parameters:
      pn -
      Throws:
      WTException
    • promoteTargets

      void promoteTargets(PromotionNotice pn) throws WTException
      Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice.

      Supported API: true
      Parameters:
      pn -
      Throws:
      WTException
    • unlockTargets

      void unlockTargets(PromotionNotice pn) throws WTException
      Given a PromotionNotice validate and set to the create state the associated PromotionTargets.

      Supported API: true
      Parameters:
      pn -
      Throws:
      WTException