Package wt.maturity

Class PromotionSeed

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.maturity._PromotionSeed
wt.maturity.PromotionSeed
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class, versions=2538346186404157511L, roleA=@GeneratedRole(name="thePromotionNotice",type=PromotionNotice.class), roleB=@GeneratedRole(name="thePromotable",type=Promotable.class), tableProperties=@TableProperties(compositeUnique1="roleAObjectRef.key.id+roleBObjectRef.key.id",tableName="PromotionSeed")) public class PromotionSeed extends wt.maturity._PromotionSeed
The PromotionSeed object represents a link between the initially selected promotables and the promotion request. This link has largely been phased out of use.

The PromotionSeed does not support holding a reference to a working copy. There is a WinDU and WinRU that exists in order to detect and repair any references to a working copy. (PromotableWorkingCopyDT/RT)

Use the newPromotionSeed static factory method(s), not the PromotionSeed constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • newPromotionSeed

      public static PromotionSeed newPromotionSeed(PromotionNotice thePromotionNotice, Promotable thePromotable) throws WTException
      Default factory method to construct an instance of this class

      Supported API: true
      Parameters:
      thePromotionNotice -
      thePromotable -
      Returns:
      PromotionSeed
      Throws:
      WTException