|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.vc.config.EffectivityConfigSpec
The EffectivityConfigSpec can be used to filter elements to return only those that are effective, given a date/unit value and (possibly) a configuration item.
Use the newEffectivityConfigSpec
static factory method(s),
not the EffectivityConfigSpec
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
EffectivityManageable
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
static String |
EFFECTIVE_CONFIG_ITEM
Label for the attribute; The ConfigurationItem that constrains the effectiveDate/effectiveUnit values. |
static String |
EFFECTIVE_DATE
Label for the attribute; When a date value is specified, only versions with a date range that includes the value are considered. |
static String |
EFFECTIVE_UNIT
Label for the attribute; The string value that must fit in the range of a version using the standard string comparison (which would yield 9 > 10). |
private static int |
EFFECTIVE_UNIT_UPPER_LIMIT
|
private ConfigurationItemReference |
effectiveConfigItemRef
|
private Timestamp |
effectiveDate
|
private String |
effectiveUnit
|
static String |
EFFECTIVITY_TYPE
Label for the attribute; The effectivityType can be any of the EffectivityType values. |
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
EffectivityConfigSpec()
|
Method Summary | |
QuerySpec |
appendSearchCriteria(QuerySpec querySpec)
For a non-null date value with no effectiveConfigItem, appends a "configItemRef = NULL AND getEffectiveDate() >= startDate AND (getEffectiveDate() <= endDate OR endDate = WTDatedEffectivity.END_DATE)". |
private void |
effectiveUnitValidate(String a_EffectiveUnit)
|
ClassInfo |
getClassInfo()
Returns the ClassInfo object for this class. |
String |
getConceptualClassname()
Deprecated. |
ConfigurationItem |
getEffectiveConfigItem()
Gets the value of the attribute: EFFECTIVE_CONFIG_ITEM. |
Timestamp |
getEffectiveDate()
Gets the value of the attribute: EFFECTIVE_DATE. |
String |
getEffectiveUnit()
Gets the value of the attribute: EFFECTIVE_UNIT. |
EffectivityType |
getEffectivityType()
Gets the value of the attribute: EFFECTIVITY_TYPE. |
protected void |
initialize(ConfigurationItem effectiveConfigItem,
String effectiveUnit)
Supports initialization, following construction of an instance. |
protected void |
initialize(ConfigurationItem effectiveConfigItem,
Timestamp effectiveDate)
Supports initialization, following construction of an instance. |
protected void |
initialize(Timestamp effectiveDate)
Supports initialization, following construction of an instance. |
static EffectivityConfigSpec |
newEffectivityConfigSpec(ConfigurationItem effectiveConfigItem,
String effectiveUnit)
Constructs a unit-based EffectivityConfigSpec with the given configuration item and effective value. |
static EffectivityConfigSpec |
newEffectivityConfigSpec(ConfigurationItem effectiveConfigItem,
Timestamp effectiveDate)
Constructs an EffectivityConfigSpec with a configuration item-based date effective value. |
static EffectivityConfigSpec |
newEffectivityConfigSpec(Timestamp effectiveDate)
Constructs an EffectivityConfigSpec with a global effective date value. |
QueryResult |
process(QueryResult results)
Returns the latest version for each master if more than one version for a particular master is effective. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(EffectivityConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setEffectiveConfigItem(ConfigurationItem a_EffectiveConfigItem)
Sets the value of the attribute: EFFECTIVE_CONFIG_ITEM. |
void |
setEffectiveDate(Timestamp a_EffectiveDate)
Sets the value of the attribute: EFFECTIVE_DATE. |
void |
setEffectiveUnit(String a_EffectiveUnit)
Sets the value of the attribute: EFFECTIVE_UNIT. |
String |
toString()
Returns the conceptual (modeled) name for the class. |
void |
validateInstance()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String EFFECTIVE_DATE
private Timestamp effectiveDate
public static final String EFFECTIVE_UNIT
private static int EFFECTIVE_UNIT_UPPER_LIMIT
private String effectiveUnit
public static final String EFFECTIVITY_TYPE
EffectivityType
,
Constant Field Valuespublic static final String EFFECTIVE_CONFIG_ITEM
private ConfigurationItemReference effectiveConfigItemRef
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public EffectivityConfigSpec()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(EffectivityConfigSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public Timestamp getEffectiveDate()
public void setEffectiveDate(Timestamp a_EffectiveDate) throws WTPropertyVetoException
a_EffectiveDate
-
WTPropertyVetoException
public String getEffectiveUnit()
public void setEffectiveUnit(String a_EffectiveUnit) throws WTPropertyVetoException
a_EffectiveUnit
-
WTPropertyVetoException
private void effectiveUnitValidate(String a_EffectiveUnit) throws WTPropertyVetoException
a_EffectiveUnit
-
WTPropertyVetoException
public EffectivityType getEffectivityType() throws ObjectNoLongerExistsException
ObjectNoLongerExistsException
EffectivityType
public ConfigurationItem getEffectiveConfigItem() throws ObjectNoLongerExistsException
ObjectNoLongerExistsException
public void setEffectiveConfigItem(ConfigurationItem a_EffectiveConfigItem) throws WTPropertyVetoException
a_EffectiveConfigItem
-
WTPropertyVetoException
public QuerySpec appendSearchCriteria(QuerySpec querySpec) throws WTException, QueryException
For a non-null unit value, appends a "configItemRef = getEffectiveConfigItem() AND getEffectiveUnit() >= startNumber AND (getEffectiveUnit() <= endNumber OR endNumber = UnitEffectivity.END_NUMBER)".
appendSearchCriteria
in interface ConfigSpec
querySpec
- A QuerySpec with a target class that is Iterated.
WTException
QueryException
QuerySpec
,
SearchCondition
public QueryResult process(QueryResult results) throws WTException
process
in interface ConfigSpec
results
- QueryResult of iterations to filter. Assumed to be the result of a query that included the additional search conditions applied by appendSearchCriteria. Note that after enumerating through the elements of this QueryResult, it should be reset.
WTException
QueryResult
,
Iterated
public static EffectivityConfigSpec newEffectivityConfigSpec(Timestamp effectiveDate) throws WTPropertyVetoException
effectiveDate
-
WTPropertyVetoException
protected void initialize(Timestamp effectiveDate) throws WTPropertyVetoException
effectiveDate
-
WTPropertyVetoException
public static EffectivityConfigSpec newEffectivityConfigSpec(ConfigurationItem effectiveConfigItem, Timestamp effectiveDate) throws WTPropertyVetoException
effectiveConfigItem
- effectiveDate
-
WTPropertyVetoException
protected void initialize(ConfigurationItem effectiveConfigItem, Timestamp effectiveDate) throws WTPropertyVetoException
effectiveConfigItem
- effectiveDate
-
WTPropertyVetoException
public static EffectivityConfigSpec newEffectivityConfigSpec(ConfigurationItem effectiveConfigItem, String effectiveUnit) throws WTPropertyVetoException
effectiveConfigItem
- effectiveUnit
-
WTPropertyVetoException
protected void initialize(ConfigurationItem effectiveConfigItem, String effectiveUnit) throws WTPropertyVetoException
effectiveConfigItem
- effectiveUnit
-
WTPropertyVetoException
public void validateInstance() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |