Package wt.eff
Interface PendingEff
- All Superinterfaces:
wt.fc.adminlock._AdministrativelyLockable,wt.eff.form._EffForm,wt.eff._EffRecord,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,_PendingEff,wt.fc._Persistable,wt.federation._RemotelyLinkable,AdministrativelyLockable,EffForm,EffRecord,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable
- All Known Subinterfaces:
PendingDateEff,PendingStringEff
- All Known Implementing Classes:
_PendingBlockEffectivity,_PendingDateEffectivity,_PendingLotNumberEffectivity,_PendingMSNEffectivity,_PendingSerialNumberEffectivity,PendingBlockEffectivity,PendingDateEffectivity,PendingLotNumberEffectivity,PendingMSNEffectivity,PendingSerialNumberEffectivity
@GenAsPersistable(interfaces=EffRecord.class,properties={@GeneratedProperty(name="processed",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="Determines whether this pending effectivity statement has been applied yet."),@GeneratedProperty(name="propagationOptions",type=PropagationOptions.class,constraints=@PropertyConstraints(required=true))},foreignKeys=@GeneratedForeignKey(name="ChangeRecordPendingEff",foreignKeyRole=@ForeignKeyRole(name="target",type=ChangeRecordIfc.class,cascade=false,referenceType=ObjectReference.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(persistent=true)),myRole=@MyRole(name="eff",cascade=false)))
public interface PendingEff
extends _PendingEff
PendingEff is the parent interface for all pending effectivity
classes. Pending effectivites are effectivity statements associated
to targets which are included on open change activities. When the change
activities are resolved and the resulting parts released, product effectivity
statements are created for the associated pending effectivity statements.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.eff._PendingEff
PROCESSED -
Method Summary
Methods inherited from interface wt.eff._PendingEff
isProcessed, setProcessedMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal