org.openmdx.ui1.cci
Class ElementDefinitionImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefObject_1
      extended by org.openmdx.ui1.cci.ElementDefinitionImpl
All Implemented Interfaces:
Serializable, javax.jdo.spi.PersistenceCapable, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0, BasicObject, ContextCapable, ExtentCapable, ViewCapable, AbstractElementDefinition, ElementDefinition

public class ElementDefinitionImpl
extends org.openmdx.base.accessor.jmi.spi.RefObject_1
implements ElementDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
 
Field Summary
 
Fields inherited from interface javax.jdo.spi.PersistenceCapable
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
ElementDefinitionImpl(org.openmdx.base.accessor.generic.cci.Object_1_0 object, javax.jmi.reflect.RefClass refClass)
           
 
Method Summary
 void addAdditionalElementDefinition(AdditionalElementDefinition newValue)
           
 void addAdditionalElementDefinition(String id, AdditionalElementDefinition newValue)
           
 void addAlternateElementDefinition(AlternateElementDefinition newValue)
           
 void addAlternateElementDefinition(String id, AlternateElementDefinition newValue)
           
protected  void addContext(Context newValue)
           
protected  void addContext(String id, Context newValue)
           
protected  void addView(String namespace, View newValue)
           
protected  void addView(View newValue)
           
 Collection getAdditionalElementDefinition()
          Retrieves a collection containing all the elements for the reference additionalElementDefinition.
 List getAdditionalElementDefinition(AdditionalElementDefinitionFilter filter)
          Retrieves the value for the reference additionalElementDefinition for the specified filter.
 List getAdditionalElementDefinition(AdditionalElementDefinitionQuery query)
          Retrieves the value for the reference additionalElementDefinition for the specified query.
 AdditionalElementDefinition getAdditionalElementDefinition(String id)
          Retrieves the value for the reference additionalElementDefinition for the specified qualifier attribute value.
 Collection getAlternateElementDefinition()
          Retrieves a collection containing all the elements for the reference alternateElementDefinition.
 List getAlternateElementDefinition(AlternateElementDefinitionFilter filter)
          Retrieves the value for the reference alternateElementDefinition for the specified filter.
 List getAlternateElementDefinition(AlternateElementDefinitionQuery query)
          Retrieves the value for the reference alternateElementDefinition for the specified query.
 AlternateElementDefinition getAlternateElementDefinition(String id)
          Retrieves the value for the reference alternateElementDefinition for the specified qualifier attribute value.
 String getBackColor()
           
 String getColor()
           
 Collection getContext()
          Retrieves the objects referenced by context.
 Context getContext(String id)
          Retrieves the value for the reference context for the specified qualifier attribute value.
 Date getCreatedAt()
          Retrieves the value for the attribute createdAt.
protected  Date getCreatedAt(int index)
           
 Set getCreatedBy()
           
 String getDataBindingName()
           
 Integer getDecimalPlaces()
           
 List getDisplayValueExpr()
           
 String getDisplayValueExpr(int index)
           
 List getEventHandler()
           
 String getEventHandler(int index)
           
 String getIconKey()
           
 String getIdentity()
          Retrieves the value for the attribute identity.
protected  String getIdentity(int index)
           
 BigDecimal getIncrement()
           
 List getLabel()
           
 String getLabel(int index)
           
 Integer getMaxLength()
           
 Integer getMaxMember()
           
 String getMaxValue()
           
 List getMemberDefaultValue()
           
 String getMemberDefaultValue(int index)
           
 List getMemberElementName()
           
 String getMemberElementName(int index)
           
 List getMemberMimeType()
           
 String getMemberMimeType(int index)
           
 String getMinValue()
           
 Date getModifiedAt()
          Retrieves the value for the attribute modifiedAt.
protected  Date getModifiedAt(int index)
           
 Set getModifiedBy()
           
 String getMultiplicity()
           
 List getOrder()
           
 int getOrder(int index)
           
 List getOrderFieldGroup()
           
 int getOrderFieldGroup(int index)
           
 List getOrderObjectContainer()
           
 int getOrderObjectContainer(int index)
           
 List getShortLabel()
           
 String getShortLabel(int index)
           
 Integer getShowMaxMember()
           
 Integer getSizeXWeight()
           
 Integer getSkipRow()
           
 Integer getSpanRow()
           
 Integer getTitleIndex()
           
 List getToolTip()
           
 String getToolTip(int index)
           
 Collection getView()
          Retrieves a collection containing all the elements for the reference view.
 View getView(String namespace)
          Retrieves the value for the reference view for the specified qualifier attribute value.
 List getView(ViewFilter filter)
          Retrieves the value for the reference view for the specified filter.
 List getView(ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 boolean isActive()
          Retrieves the value for the attribute active.
protected  boolean isActive(int index)
           
 Boolean isChangeable()
           
 Boolean isColumnBreak()
           
 Boolean isFilterable()
           
 Boolean isHasThousandsSeparator()
           
 Boolean isInPlace()
           
 Boolean isPassword()
           
 Boolean isSortable()
           
 void removeAdditionalElementDefinition(String id)
           
 void removeAlternateElementDefinition(String id)
           
protected  void removeContext(String id)
           
protected  void removeView(String namespace)
           
 void setActive(boolean newValue)
          Sets a new value for the attribute active.
protected  void setActive(int index, boolean newValue)
           
 void setAdditionalElementDefinition(AdditionalElementDefinition[] newValue)
           
 void setAdditionalElementDefinition(List newValue)
           
 void setAlternateElementDefinition(AlternateElementDefinition[] newValue)
           
 void setAlternateElementDefinition(List newValue)
           
 void setBackColor(String newValue)
          Sets a new value for the attribute backColor.
 void setChangeable(Boolean newValue)
          Sets a new value for the attribute changeable.
 void setColor(String newValue)
          Sets a new value for the attribute color.
 void setColumnBreak(Boolean newValue)
          Sets a new value for the attribute columnBreak.
protected  void setContext(Context[] newValue)
           
protected  void setContext(List newValue)
           
protected  void setCreatedAt(Date newValue)
           
protected  void setCreatedAt(int index, Date newValue)
           
protected  void setCreatedBy(Set newValue)
           
protected  void setCreatedBy(String[] newValue)
           
 void setDataBindingName(String newValue)
          Sets a new value for the attribute dataBindingName.
 void setDecimalPlaces(Integer newValue)
          Sets a new value for the attribute decimalPlaces.
 void setDisplayValueExpr(List newValue)
           
 void setDisplayValueExpr(String[] newValue)
           
 void setEventHandler(List newValue)
           
 void setEventHandler(String[] newValue)
           
 void setFilterable(Boolean newValue)
          Sets a new value for the attribute filterable.
 void setHasThousandsSeparator(Boolean newValue)
          Sets a new value for the attribute hasThousandsSeparator.
 void setIconKey(String newValue)
          Sets a new value for the attribute iconKey.
protected  void setIdentity(int index, String newValue)
           
protected  void setIdentity(String newValue)
           
 void setIncrement(BigDecimal newValue)
          Sets a new value for the attribute increment.
 void setInPlace(Boolean newValue)
          Sets a new value for the attribute inPlace.
 void setLabel(List newValue)
           
 void setLabel(String[] newValue)
           
 void setMaxLength(Integer newValue)
          Sets a new value for the attribute maxLength.
 void setMaxMember(Integer newValue)
          Sets a new value for the attribute maxMember.
 void setMaxValue(String newValue)
          Sets a new value for the attribute maxValue.
 void setMemberDefaultValue(List newValue)
           
 void setMemberDefaultValue(String[] newValue)
           
 void setMemberElementName(List newValue)
           
 void setMemberElementName(String[] newValue)
           
 void setMemberMimeType(List newValue)
           
 void setMemberMimeType(String[] newValue)
           
 void setMinValue(String newValue)
          Sets a new value for the attribute minValue.
protected  void setModifiedAt(Date newValue)
           
protected  void setModifiedAt(int index, Date newValue)
           
protected  void setModifiedBy(Set newValue)
           
protected  void setModifiedBy(String[] newValue)
           
 void setMultiplicity(String newValue)
          Sets a new value for the attribute multiplicity.
 void setOrder(int[] newValue)
           
 void setOrder(List newValue)
           
 void setOrderFieldGroup(int[] newValue)
           
 void setOrderFieldGroup(List newValue)
           
 void setOrderObjectContainer(int[] newValue)
           
 void setOrderObjectContainer(List newValue)
           
 void setPassword(Boolean newValue)
          Sets a new value for the attribute isPassword.
 void setShortLabel(List newValue)
           
 void setShortLabel(String[] newValue)
           
 void setShowMaxMember(Integer newValue)
          Sets a new value for the attribute showMaxMember.
 void setSizeXWeight(Integer newValue)
          Sets a new value for the attribute sizeXWeight.
 void setSkipRow(Integer newValue)
          Sets a new value for the attribute skipRow.
 void setSortable(Boolean newValue)
          Sets a new value for the attribute sortable.
 void setSpanRow(Integer newValue)
          Sets a new value for the attribute spanRow.
 void setTitleIndex(Integer newValue)
          Sets a new value for the attribute titleIndex.
 void setToolTip(List newValue)
           
 void setToolTip(String[] newValue)
           
protected  void setView(List newValue)
           
protected  void setView(View[] newValue)
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefObject_1
equals, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoProvideField, jdoProvideFields, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, refAddEventListener, refAddToUnitOfWork, refAddValue, refAddValue, refAddValue, refClass, refContext, refDefaultFetchGroup, refDelegate, refDelete, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refImmediateComposite, refImmediatePackage, refInitialize, refInitialize, refInvokeOperation, refInvokeOperation, refIsDeleted, refIsDirty, refIsInstanceOf, refIsNew, refIsPersistent, refIsWriteProtected, refMetaObject, refMofId, refOutermostComposite, refOutermostPackage, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refRemoveValue, refRemoveValue, refSetValue, refSetValue, refSetValue, refSetValue, refVerifyConstraints, refWriteProtect, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

ElementDefinitionImpl

public ElementDefinitionImpl(org.openmdx.base.accessor.generic.cci.Object_1_0 object,
                             javax.jmi.reflect.RefClass refClass)
Method Detail

getCreatedAt

public Date getCreatedAt()
Description copied from interface: BasicObject
Retrieves the value for the attribute createdAt.

Specified by:
getCreatedAt in interface BasicObject
Returns:
The non-null value for attribute createdAt.

getCreatedAt

protected Date getCreatedAt(int index)

setCreatedAt

protected void setCreatedAt(Date newValue)

setCreatedAt

protected void setCreatedAt(int index,
                            Date newValue)

getCreatedBy

public Set getCreatedBy()
Specified by:
getCreatedBy in interface BasicObject
Returns:
A set containing all elements for this attribute.

setCreatedBy

protected void setCreatedBy(Set newValue)

setCreatedBy

protected void setCreatedBy(String[] newValue)

getModifiedAt

public Date getModifiedAt()
Description copied from interface: BasicObject
Retrieves the value for the attribute modifiedAt.

Specified by:
getModifiedAt in interface BasicObject
Returns:
The non-null value for attribute modifiedAt.

getModifiedAt

protected Date getModifiedAt(int index)

setModifiedAt

protected void setModifiedAt(Date newValue)

setModifiedAt

protected void setModifiedAt(int index,
                             Date newValue)

getModifiedBy

public Set getModifiedBy()
Specified by:
getModifiedBy in interface BasicObject
Returns:
A set containing all elements for this attribute.

setModifiedBy

protected void setModifiedBy(Set newValue)

setModifiedBy

protected void setModifiedBy(String[] newValue)

setContext

protected void setContext(List newValue)

setContext

protected void setContext(Context[] newValue)

getContext

public Context getContext(String id)
Description copied from interface: ContextCapable
Retrieves the value for the reference context for the specified qualifier attribute value.

Specified by:
getContext in interface ContextCapable
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getContext

public Collection getContext()
Description copied from interface: ContextCapable
Retrieves the objects referenced by context.

Specified by:
getContext in interface ContextCapable
Returns:
The collection of referenced objects.

addContext

protected void addContext(String id,
                          Context newValue)

addContext

protected void addContext(Context newValue)

removeContext

protected void removeContext(String id)

getIdentity

public String getIdentity()
Description copied from interface: ExtentCapable
Retrieves the value for the attribute identity.

Specified by:
getIdentity in interface ExtentCapable
Returns:
The non-null value for attribute identity.

getIdentity

protected String getIdentity(int index)

setIdentity

protected void setIdentity(String newValue)

setIdentity

protected void setIdentity(int index,
                           String newValue)

setView

protected void setView(List newValue)

setView

protected void setView(View[] newValue)

getView

public View getView(String namespace)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified qualifier attribute value.

Specified by:
getView in interface ViewCapable
Parameters:
namespace - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getView

public Collection getView()
Description copied from interface: ViewCapable
Retrieves a collection containing all the elements for the reference view.

Specified by:
getView in interface ViewCapable
Returns:
A collection containing all the elements for this reference.

getView

public List getView(ViewFilter filter)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified filter.

Specified by:
getView in interface ViewCapable
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getView

public List getView(ViewQuery query)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified query.

Specified by:
getView in interface ViewCapable
Returns:
The filtered collection of referenced objects.

addView

protected void addView(String namespace,
                       View newValue)

addView

protected void addView(View newValue)

removeView

protected void removeView(String namespace)

getBackColor

public String getBackColor()
Specified by:
getBackColor in interface AbstractElementDefinition
Returns:
The possibly null value for attribute backColor.

setBackColor

public void setBackColor(String newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute backColor.

Specified by:
setBackColor in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute backColor.

isChangeable

public Boolean isChangeable()
Specified by:
isChangeable in interface AbstractElementDefinition
Returns:
The possibly null value for attribute changeable.

setChangeable

public void setChangeable(Boolean newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute changeable.

Specified by:
setChangeable in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute changeable.

getColor

public String getColor()
Specified by:
getColor in interface AbstractElementDefinition
Returns:
The possibly null value for attribute color.

setColor

public void setColor(String newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute color.

Specified by:
setColor in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute color.

isColumnBreak

public Boolean isColumnBreak()
Specified by:
isColumnBreak in interface AbstractElementDefinition
Returns:
The possibly null value for attribute columnBreak.

setColumnBreak

public void setColumnBreak(Boolean newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute columnBreak.

Specified by:
setColumnBreak in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute columnBreak.

getDataBindingName

public String getDataBindingName()
Specified by:
getDataBindingName in interface AbstractElementDefinition
Returns:
The possibly null value for attribute dataBindingName.

setDataBindingName

public void setDataBindingName(String newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute dataBindingName.

Specified by:
setDataBindingName in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute dataBindingName.

getDecimalPlaces

public Integer getDecimalPlaces()
Specified by:
getDecimalPlaces in interface AbstractElementDefinition
Returns:
The possibly null value for attribute decimalPlaces.

setDecimalPlaces

public void setDecimalPlaces(Integer newValue)
Description copied from interface: AbstractElementDefinition
Sets a new value for the attribute decimalPlaces.

Specified by:
setDecimalPlaces in interface AbstractElementDefinition
Parameters:
newValue - The possibly null new value for attribute decimalPlaces.

getDisplayValueExpr

public List getDisplayValueExpr()
Specified by:
getDisplayValueExpr in interface AbstractElementDefinition
Returns:
A list containing all elements for this attribute.

getDisplayValueExpr

public String getDisplayValueExpr(int index)
Specified by:
getDisplayValueExpr in interface AbstractElementDefinition
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setDisplayValueExpr

public void setDisplayValueExpr(List newValue)
Specified by:
setDisplayValueExpr in interface AbstractElementDefinition
Parameters:
newValue - A list containing all the new elements for this attribute.

setDisplayValueExpr

public void setDisplayValueExpr(String[] newValue)
Specified by:
setDisplayValueExpr in interface AbstractElementDefinition
Parameters:
newValue - An array containing all the new elements for this attribute.

getEventHandler

public List getEventHandler()
Specified by:
getEventHandler in interface AbstractElementDefinition
Returns:
A list containing all elements for this attribute.

getEventHandler

public String getEventHandler(int index)
Specified by:
getEventHandler in interface AbstractElementDefinition
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.