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, 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, PendingEff, PendingStringEff
All Known Implementing Classes:
_PendingBlockEffectivity, _PendingDateEffectivity, _PendingLotNumberEffectivity, _PendingMSNEffectivity, _PendingSerialNumberEffectivity, PendingBlockEffectivity, PendingDateEffectivity, PendingLotNumberEffectivity, PendingMSNEffectivity, PendingSerialNumberEffectivity

public interface _PendingEff extends EffRecord
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Determines whether this pending effectivity statement has been applied yet.

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.eff.form._EffForm

    EFF_CONTEXT, EFF_CONTEXT_REFERENCE, RANGE

    Fields inherited from interface wt.eff._EffRecord

    CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, EFF_TYPE_MODIFIER, TARGET, TARGET_REFERENCE

    Fields inherited from interface wt.ufid._Federatable

    FEDERATABLE_INFO

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.eff.EffRecord

    serialVersionUID

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether this pending effectivity statement has been applied yet.
    void
    setProcessed(boolean processed)
    Determines whether this pending effectivity statement has been applied yet.

    Methods inherited from interface wt.fc.adminlock._AdministrativelyLockable

    getAdministrativeLock, setAdministrativeLock

    Methods inherited from interface wt.eff.form._EffForm

    getEffContext, getEffContextReference, getRange, setEffContext, setEffContextReference, setRange

    Methods inherited from interface wt.eff._EffRecord

    getCreation, getCreationReference, getDeletion, getDeletionReference, getEffTypeModifier, getTarget, getTargetReference, setCreation, setCreationReference, setDeletion, setDeletionReference, setEffTypeModifier, setTarget, setTargetReference

    Methods inherited from interface wt.ufid._Federatable

    getFederatableInfo, setFederatableInfo

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.eff.EffRecord

    getAdditionalAttributeMap, setAdditionalAttributeMap

    Methods inherited from interface wt.fc.NetFactor

    getClassInfo, getConceptualClassname

    Methods inherited from interface wt.fc.ObjectMappable

    readExternal, writeExternal

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity, getType
  • Field Details

  • Method Details

    • isProcessed

      boolean isProcessed()
      Determines whether this pending effectivity statement has been applied yet.

      Supported API: true

      See Also:
    • setProcessed

      void setProcessed(boolean processed) throws WTPropertyVetoException
      Determines whether this pending effectivity statement has been applied yet.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: