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)
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:
-
Field Summary
Fields inherited from class wt.maturity._PromotionSeed
EXTERNALIZATION_VERSION_UID, PROMOTABLE_ROLE, PROMOTION_NOTICE_ROLEFields inherited from class wt.fc._ObjectToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic PromotionSeednewPromotionSeed(PromotionNotice thePromotionNotice, Promotable thePromotable) Default factory method to construct an instance of this class
Supported API: trueMethods inherited from class wt.maturity._PromotionSeed
getClassInfo, getConceptualClassname, getPromotable, getPromotionNotice, getType, readExternal, readExternal, readVersion, setPromotable, setPromotionNotice, super_readExternal_PromotionSeed, super_readVersion_PromotionSeed, super_writeExternal_PromotionSeed, writeExternal, writeExternalMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRemoteRoleAObjectId, getRemoteRoleBObjectId, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, isRoleANonpersistentProxy, isRoleBNonpersistentProxy, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.fc._ObjectToObjectLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToObjectLink, super_readVersion_ObjectToObjectLink, super_writeExternal_ObjectToObjectLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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
-