wt.maturity
Interface MaturityServiceSvr

All Known Implementing Classes:
StandardMaturityService

public interface MaturityServiceSvr



Supported API: false

Extendable: false


Method Summary
 void lockTargets(PromotionNotice pn)
          Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets.
 void promoteTargets(PromotionNotice pn)
          Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice.
 void unlockTargets(PromotionNotice pn)
          Given a PromotionNotice validate and set to the create state the associated PromotionTargets.
 

Method Detail

lockTargets

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

Supported API: false

Parameters:
pn -
Throws:
WTException

promoteTargets

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

Supported API: false

Parameters:
pn -
Throws:
WTException

unlockTargets

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

Supported API: false

Parameters:
pn -
Throws:
WTException