Package wt.maturity
Interface MaturityServiceSvr
public interface MaturityServiceSvr
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidGiven a PromotionNotice validate and set to the LOCK state the associated PromotionTargets.voidGiven a PromotionNotice validate and set to the promotion state defined in the PromotionNotice.voidGiven a PromotionNotice validate and set to the create state the associated PromotionTargets.
-
Method Details
-
lockTargets
Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets.
Supported API: true- Parameters:
pn-- Throws:
WTException
-
promoteTargets
Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice.
Supported API: true- Parameters:
pn-- Throws:
WTException
-
unlockTargets
Given a PromotionNotice validate and set to the create state the associated PromotionTargets.
Supported API: true- Parameters:
pn-- Throws:
WTException
-