|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EffectivityManageable | |
wt.clients.beans | |
wt.effectivity | Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff
to assert that a PDM object is effective under certain conditions,
but this package's EffectivityService is not normally used
(instead use wt.eff 's EffService , EffConfigSpecAssistant and EffGroupAssistant ). |
wt.epm | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of EffectivityManageable in wt.clients.beans |
Fields in wt.clients.beans declared as EffectivityManageable | |
private EffectivityManageable |
EffectivityTaskLogic.object
|
Methods in wt.clients.beans that return EffectivityManageable | |
EffectivityManageable |
EffectivityTaskLogic.getObject()
This is the public getter for the EffectivityManageable
object. |
EffectivityManageable |
EffectivityPanel.getObject()
This is the public getter for the EffectivityManageable
object for which the Effectivity is being
edited or viewed. |
Methods in wt.clients.beans with parameters of type EffectivityManageable | |
void |
EffectivityTaskLogic.setObject(EffectivityManageable object)
This sets the EffectivityManageable object of the
taskLogic and retrieves the Effectivity for that
object. |
void |
EffectivityTaskLogic.setObject(EffectivityManageable object,
Effectivity new_effectivity)
This sets the EffectivityManageable object of the
taskLogic and sets the Effectivity for that
object to the passed in Effectivity. |
void |
EffectivityPanel.setObject(EffectivityManageable object)
Use this method to set the EffectivityManageable
object for which the Effectivity will be edited
or viewed. |
void |
EffectivityPanel.setObject(EffectivityManageable object,
Effectivity new_effectivity)
Use this method to assign an already created Effectivity
to an EffectivityManageable . |
Constructors in wt.clients.beans with parameters of type EffectivityManageable | |
EffectivityTaskLogic(EffectivityManageable object)
This instantiates the EffectivityTaskLogic
and sets the current EffectivityManageable
object. |
Uses of EffectivityManageable in wt.effectivity |
Methods in wt.effectivity that return EffectivityManageable | |
EffectivityManageable |
EffectivityManageableEffectivity.getTarget()
Gets the object for the association that plays role: TARGET_ROLE. |
Methods in wt.effectivity with parameters of type EffectivityManageable | |
void |
EffectivityManageableEffectivity.setTarget(EffectivityManageable target)
Sets the object for the association that plays role: TARGET_ROLE. |
static EffectivityManageableEffectivity |
EffectivityManageableEffectivity.newEffectivityManageableEffectivity(Effectivity eff,
EffectivityManageable target)
Default factory for the class. |
private static void |
EffectivityHelper.setVersionedTarget(Effectivity effectivity,
EffectivityManageable effectivityManageable)
Helper method of setEffectivityTarget for setting the Effectivity target to an EffectivityManageable object. |
Uses of EffectivityManageable in wt.epm |
Classes in wt.epm that implement EffectivityManageable | |
class |
EPMDocument
Use the newEPMDocument static factory method(s), not the
EPMDocument constructor, to construct instances of this
class. |
Uses of EffectivityManageable in wt.part |
Classes in wt.part that implement EffectivityManageable | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |