jsdai.lang
Class AEntitySelect

java.lang.Object
  extended byjsdai.lang.SdaiCommon
      extended byjsdai.lang.A_basis
          extended byjsdai.lang.CAggregate
              extended byjsdai.lang.AEntity
                  extended byjsdai.lang.AEntitySelect
All Implemented Interfaces:
Aggregate, QuerySource, SdaiEventSource

public class AEntitySelect
extends AEntity

Specialized supertype Aggregate, only subtyped by select aggregates


Constructor Summary
AEntitySelect()
          Constructs a new object of aggregate AEntitySelect without aggregation type.
 
Method Summary
 EEntity getByIndex(int index)
          It is getByIndexObject method with return value of type EEntity instead of Object.
 EEntity getCurrentMember(SdaiIterator iter)
          It is getCurrentMemberObject method with return value of type EEntity instead of Object.
 
Methods inherited from class jsdai.lang.AEntity
addAfter, addBefore, addByIndex, addUnordered, findMappingInstances, findMappingInstances, findMappingInstances, findMappingInstances, findMostSpecificMappings, getByIndexEntity, getCurrentMemberEntity, getQuerySourceDomain, getQuerySourceDomainRef, getQuerySourceInstanceRef, getQuerySourceInstances, isMember, removeUnordered, setByIndex, setCurrentMember
 
Methods inherited from class jsdai.lang.CAggregate
addAfter, addAfter, addAfter, addAfter, addAggregateByIndex, addBefore, addBefore, addBefore, addBefore, addByIndex, addByIndex, addByIndex, addByIndex, addSdaiListener, addUnordered, addUnordered, addUnordered, addUnordered, attachIterator, clear, createAggregateAfter, createAggregateAsCurrentMember, createAggregateBefore, createAggregateByIndex, createAggregateUnordered, createIterator, equals, getAggregationType, getByIndexBoolean, getByIndexDouble, getByIndexInt, getByIndexObject, getCurrentMemberBoolean, getCurrentMemberDouble, getCurrentMemberInt, getCurrentMemberObject, getLowerBound, getLowerIndex, getMemberCount, getUpperBound, getUpperIndex, getValueBoundByIndex, hashCode, isMember, isMember, isMember, isMember, query, reindexArray, removeByIndex, removeSdaiListener, removeUnordered, removeUnordered, removeUnordered, removeUnordered, resetArrayIndex, setByIndex, setByIndex, setByIndex, setByIndex, setCurrentMember, setCurrentMember, setCurrentMember, setCurrentMember, testByIndex, testByIndex, testCurrentMember, testCurrentMember, testCurrentMemberI, toString, unsetAll, unsetAll, unsetValueByIndex
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jsdai.lang.SdaiEventSource
addSdaiListener, removeSdaiListener
 

Constructor Detail

AEntitySelect

public AEntitySelect()
Constructs a new object of aggregate AEntitySelect without aggregation type. The aggregates of such kind are used as non-persistent lists.

See Also:
Aggregate.getAggregationType()
Method Detail

getByIndex

public EEntity getByIndex(int index)
                   throws SdaiException
It is getByIndexObject method with return value of type EEntity instead of Object.

Throws:
SdaiException - VT_NVLD, value type invalid.

getCurrentMember

public EEntity getCurrentMember(SdaiIterator iter)
                         throws SdaiException
It is getCurrentMemberObject method with return value of type EEntity instead of Object.

Throws:
SdaiException - VT_NVLD, value type invalid.

Copyright © LKSoftWare GmbH, 1999-2008