|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateEffRange | |
wt.eff | Provides generic base effectivity functionality via EffService , EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity . |
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.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 DateEffRange in wt.eff |
Methods in wt.eff that return DateEffRange | |
static DateEffRange |
DateEffRange.newDateEffRange(Timestamp startValue,
Timestamp endValue)
Factory which sets the start and end value Supported API: true |
static DateEffRange |
DateEffRange.newDateEffRange(Timestamp startValue)
Factory which sets the start value. |
static DateEffRange |
DateEffRange.newDateEffRange()
Null-arg factory. |
static DateEffRange |
DateEffRange.newDateEffRange(Timestamp startValue,
Timestamp endValue)
Factory which sets the start and end value Supported API: true |
static DateEffRange |
DateEffRange.newDateEffRange(Timestamp startValue)
Factory which sets the start value. |
static DateEffRange |
DateEffRange.newDateEffRange()
Null-arg factory. |
Methods in wt.eff with parameters of type DateEffRange | |
protected boolean |
DateEffRange.readVersion(DateEffRange thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected boolean |
DateEffRange.readVersion(DateEffRange thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of DateEffRange in wt.effectivity |
Fields in wt.effectivity declared as DateEffRange | |
private DateEffRange |
WTIncorporationDate.range
Deprecated. |
private DateEffRange |
DatedEffectivity.range
|
Uses of DateEffRange in wt.part |
Fields in wt.part declared as DateEffRange | |
private DateEffRange |
ProductDateEffectivity.range
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |