Package wt.part
Class PlantPersistableEffConfigSpec
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.eff._PersistableEffConfigSpec
wt.eff.PersistableEffConfigSpec
wt.part._PlantPersistableEffConfigSpec
wt.part.PlantPersistableEffConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.notify._Notifiable,Notifiable,ConfigSpec
@GenAsPersistable(superClass=PersistableEffConfigSpec.class,
properties=@GeneratedProperty(name="plantEffConfigSpec",type=PlantEffConfigSpec.class,supportedAPI=PRIVATE,javaDoc="Internal storage mechanism for config spec info. Not intended for direct use.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="B")),
foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="plantGroup",type=PlantEffConfigSpecGroup.class,supportedAPI=PRIVATE,javaDoc="The group this PlantPersistableEffConfigSpec is assigned to."),myRole=@MyRole(name="plantEffConfigSpec",cardinality=ONE_TO_MANY,supportedAPI=PRIVATE,javaDoc="All the PlantPersistableEffConfigSpecs for this group.")),
tableProperties=@TableProperties(oracleTableSize=MEDIUM))
public class PlantPersistableEffConfigSpec
extends wt.part._PlantPersistableEffConfigSpec
Persistent wrapper of an
PlantEffConfigSpec (which is ObjectMappable). This PlantPersistableEffConfigSpec can
be associated to an PlantEffConfigSpecGroup.
Use the newPlantPersistableEffConfigSpec static factory method(s), not the
PlantPersistableEffConfigSpec 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
- See Also:
-
Field Summary
Fields inherited from class wt.part._PlantPersistableEffConfigSpec
EXTERNALIZATION_VERSION_UID, PLANT_EFF_CONFIG_SPEC, PLANT_GROUP, PLANT_GROUP_REFERENCEFields inherited from class wt.eff._PersistableEffConfigSpec
EFF_CONFIG_SPEC, GROUP, GROUP_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
Method Summary
Modifier and TypeMethodDescriptionappendSearchCriteria(QuerySpec querySpec) Appends a 'context =and start invalid input: '<'= and (end >= or end = null' to the QuerySpec. Gets the value of the attribute: EFF_CONTEXT.Gets the value of the attribute: EFF_TYPE.getValue()Gets the value of the attribute: VALUE.Gets the value of the attribute: VALUE_AS_STRING.protected voidinitialize(EffContext an_EffContext, Class an_EffType, Serializable a_Value) Supports initialization, following construction of an instance.protected voidinitialize(EffContext an_EffContext, Class an_EffType, String a_ValueAsString) Supports initialization, following construction of an instance.protected voidinitialize(PlantEffConfigSpec an_EffConfigSpec) Supports initialization, following construction of an instance.newPlantPersistableEffConfigSpec(EffContext an_EffContext, Class an_EffType, Serializable a_Value) Factory to construct a PlantPersistableEffConfigSpec based on the context, a type, and a value.newPlantPersistableEffConfigSpec(EffContext an_EffContext, Class an_EffType, String a_ValueAsString) Factory to construct a PlantPersistableEffConfigSpec based on the context, a type, and string value.newPlantPersistableEffConfigSpec(PlantEffConfigSpec an_EffConfigSpec) Factory to construct a PlantPersistableEffConfigSpec based on the context and a type.process(QueryResult results) Returns the elements passed in.voidsetEffContext(EffContext a_EffContext) Sets the value of the attribute: EFF_CONTEXT.voidsetValue(Serializable a_Value) Sets the value of the attribute: VALUE.voidsetValueAsString(String a_ValueAsString) Sets the value of the attribute: VALUE_AS_STRING.Methods inherited from class wt.part._PlantPersistableEffConfigSpec
getClassInfo, getConceptualClassname, getPlantEffConfigSpec, getPlantGroup, getPlantGroupReference, getType, readExternal, readExternal, readVersion, setPlantEffConfigSpec, setPlantGroup, setPlantGroupReference, super_readExternal_PlantPersistableEffConfigSpec, super_readVersion_PlantPersistableEffConfigSpec, super_writeExternal_PlantPersistableEffConfigSpec, writeExternal, writeExternalMethods inherited from class wt.eff.PersistableEffConfigSpec
getRelationalConfigSpec, initialize, newPersistableEffConfigSpec, newPersistableEffConfigSpec, newPersistableEffConfigSpecMethods inherited from class wt.eff._PersistableEffConfigSpec
getEffConfigSpec, getGroup, getGroupReference, readVersion, setEffConfigSpec, setGroup, setGroupReference, super_readExternal_PersistableEffConfigSpec, super_readVersion_PersistableEffConfigSpec, super_writeExternal_PersistableEffConfigSpecMethods inherited from class wt.enterprise.Simple
getBusinessType, getIdentity, initializeMethods inherited from class wt.enterprise._Simple
getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_SimpleMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
getEffContext
Gets the value of the attribute: EFF_CONTEXT. The context for which the value should be applied to.
Supported API: true- Overrides:
getEffContextin classPersistableEffConfigSpec- Returns:
- EffContext
- Throws:
ObjectNoLongerExistsException
-
setEffContext
Sets the value of the attribute: EFF_CONTEXT. The context for which the value should be applied to.
Supported API: true- Overrides:
setEffContextin classPersistableEffConfigSpec- Parameters:
a_EffContext-- Throws:
WTPropertyVetoException
-
getEffType
Gets the value of the attribute: EFF_TYPE. The Eff class (type).
Supported API: true- Overrides:
getEffTypein classPersistableEffConfigSpec- Returns:
- Class
-
getValue
Gets the value of the attribute: VALUE. The value represented by this Eff.
Supported API: true- Overrides:
getValuein classPersistableEffConfigSpec- Returns:
- Serializable
-
setValue
Sets the value of the attribute: VALUE. The value represented by this Eff.
Supported API: true- Overrides:
setValuein classPersistableEffConfigSpec- Parameters:
a_Value-- Throws:
WTPropertyVetoException
-
getValueAsString
Gets the value of the attribute: VALUE_AS_STRING. The value, represented as a String.
Supported API: true- Overrides:
getValueAsStringin classPersistableEffConfigSpec- Returns:
- String
-
setValueAsString
Sets the value of the attribute: VALUE_AS_STRING. The value, represented as a String.
Supported API: true- Overrides:
setValueAsStringin classPersistableEffConfigSpec- Parameters:
a_ValueAsString-- Throws:
WTPropertyVetoException
-
appendSearchCriteria
Appends a 'context =and start invalid input: '<'= and (end >= or end = null' to the QuerySpec.
Supported API: true- Specified by:
appendSearchCriteriain interfaceConfigSpec- Overrides:
appendSearchCriteriain classPersistableEffConfigSpec- Parameters:
querySpec- A QuerySpec with a target class that is Iterated.- Returns:
- QuerySpec
- Throws:
WTExceptionQueryException- See Also:
-
process
Returns the elements passed in.
Supported API: true- Specified by:
processin interfaceConfigSpec- Overrides:
processin classPersistableEffConfigSpec- Parameters:
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.- Returns:
- QueryResult
- Throws:
WTException- See Also:
-
newPlantPersistableEffConfigSpec
public static PlantPersistableEffConfigSpec newPlantPersistableEffConfigSpec(PlantEffConfigSpec an_EffConfigSpec) throws WTPropertyVetoException Factory to construct a PlantPersistableEffConfigSpec based on the context and a type. The value is left null.
Supported API: true- Parameters:
an_EffConfigSpec-- Returns:
- PlantPersistableEffConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
an_EffConfigSpec-- Throws:
WTPropertyVetoException
-
newPlantPersistableEffConfigSpec
public static PlantPersistableEffConfigSpec newPlantPersistableEffConfigSpec(EffContext an_EffContext, Class an_EffType, Serializable a_Value) throws WTPropertyVetoException Factory to construct a PlantPersistableEffConfigSpec based on the context, a type, and a value.
Supported API: true- Parameters:
an_EffContext-an_EffType-a_Value-- Returns:
- PlantPersistableEffConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
protected void initialize(EffContext an_EffContext, Class an_EffType, Serializable a_Value) throws WTPropertyVetoException Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classPersistableEffConfigSpec- Parameters:
an_EffContext-an_EffType-a_Value-- Throws:
WTPropertyVetoException
-
newPlantPersistableEffConfigSpec
public static PlantPersistableEffConfigSpec newPlantPersistableEffConfigSpec(EffContext an_EffContext, Class an_EffType, String a_ValueAsString) throws WTPropertyVetoException Factory to construct a PlantPersistableEffConfigSpec based on the context, a type, and string value.
Supported API: true- Parameters:
an_EffContext-an_EffType-a_ValueAsString-- Returns:
- PlantPersistableEffConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
protected void initialize(EffContext an_EffContext, Class an_EffType, String a_ValueAsString) throws WTPropertyVetoException Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classPersistableEffConfigSpec- Parameters:
an_EffContext-an_EffType-a_ValueAsString-- Throws:
WTPropertyVetoException
-