org.opencrx.kernel.account1.cci
Class AbstractFilterAccountImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefObject_1
      extended by org.opencrx.kernel.account1.cci.AbstractFilterAccountImpl
All Implemented Interfaces:
Serializable, PersistenceCapable, RefBaseObject, RefFeatured, RefObject, AbstractFilterAccount, AbstractFilter, RefObject_1_0

public class AbstractFilterAccountImpl
extends RefObject_1
implements AbstractFilterAccount

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldManager, 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
AbstractFilterAccountImpl(Object_1_0 object, RefClass refClass)
           
 
Method Summary
 void addAccountFilterProperty(AccountFilterProperty newValue)
           
 void addAccountFilterProperty(String id, AccountFilterProperty newValue)
           
protected  void addFilteredAccount(Account newValue)
           
protected  void addFilteredAccount(String id, Account newValue)
           
 CountFilteredObjectsResult countFilteredAccount()
           
 CountFilteredObjectsResult countFilteredAccount(Void params)
           
 Collection getAccountFilterProperty()
          Retrieves a collection containing all the elements for the reference accountFilterProperty.
 List getAccountFilterProperty(AccountFilterPropertyFilter filter)
          Retrieves the value for the reference accountFilterProperty for the specified filter.
 List getAccountFilterProperty(AccountFilterPropertyQuery query)
          Retrieves the value for the reference accountFilterProperty for the specified query.
 AccountFilterProperty getAccountFilterProperty(String id)
          Retrieves the value for the reference accountFilterProperty for the specified qualifier attribute value.
 Collection getFilteredAccount()
          Retrieves a collection containing all the elements for the reference filteredAccount.
 List getFilteredAccount(AccountFilter filter)
          Retrieves the value for the reference filteredAccount for the specified filter.
 List getFilteredAccount(AccountQuery query)
          Retrieves the value for the reference filteredAccount for the specified query.
 Account getFilteredAccount(String id)
          Retrieves the value for the reference filteredAccount for the specified qualifier attribute value.
 void removeAccountFilterProperty(String id)
           
protected  void removeFilteredAccount(String id)
           
 void setAccountFilterProperty(AccountFilterProperty[] newValue)
           
 void setAccountFilterProperty(List newValue)
           
protected  void setFilteredAccount(Account[] newValue)
           
protected  void setFilteredAccount(List 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

AbstractFilterAccountImpl

public AbstractFilterAccountImpl(Object_1_0 object,
                                 RefClass refClass)
Method Detail

setAccountFilterProperty

public void setAccountFilterProperty(List newValue)

setAccountFilterProperty

public void setAccountFilterProperty(AccountFilterProperty[] newValue)

getAccountFilterProperty

public AccountFilterProperty getAccountFilterProperty(String id)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference accountFilterProperty for the specified qualifier attribute value.

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

getAccountFilterProperty

public Collection getAccountFilterProperty()
Description copied from interface: AbstractFilterAccount
Retrieves a collection containing all the elements for the reference accountFilterProperty.

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

getAccountFilterProperty

public List getAccountFilterProperty(AccountFilterPropertyFilter filter)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference accountFilterProperty for the specified filter.

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

getAccountFilterProperty

public List getAccountFilterProperty(AccountFilterPropertyQuery query)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference accountFilterProperty for the specified query.

Specified by:
getAccountFilterProperty in interface AbstractFilterAccount
Returns:
The filtered collection of referenced objects.

addAccountFilterProperty

public void addAccountFilterProperty(String id,
                                     AccountFilterProperty newValue)
Specified by:
addAccountFilterProperty in interface AbstractFilterAccount
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addAccountFilterProperty

public void addAccountFilterProperty(AccountFilterProperty newValue)
Specified by:
addAccountFilterProperty in interface AbstractFilterAccount
Parameters:
newValue - The element to be appended.

removeAccountFilterProperty

public void removeAccountFilterProperty(String id)
Specified by:
removeAccountFilterProperty in interface AbstractFilterAccount

countFilteredAccount

public CountFilteredObjectsResult countFilteredAccount(Void params)
                                                throws RefException
Specified by:
countFilteredAccount in interface AbstractFilterAccount
Throws:
RefException

countFilteredAccount

public CountFilteredObjectsResult countFilteredAccount()
                                                throws RefException
Specified by:
countFilteredAccount in interface AbstractFilterAccount
Throws:
RefException

setFilteredAccount

protected void setFilteredAccount(List newValue)

setFilteredAccount

protected void setFilteredAccount(Account[] newValue)

getFilteredAccount

public Account getFilteredAccount(String id)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference filteredAccount for the specified qualifier attribute value.

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

getFilteredAccount

public Collection getFilteredAccount()
Description copied from interface: AbstractFilterAccount
Retrieves a collection containing all the elements for the reference filteredAccount.

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

getFilteredAccount

public List getFilteredAccount(AccountFilter filter)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference filteredAccount for the specified filter.

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

getFilteredAccount

public List getFilteredAccount(AccountQuery query)
Description copied from interface: AbstractFilterAccount
Retrieves the value for the reference filteredAccount for the specified query.

Specified by:
getFilteredAccount in interface AbstractFilterAccount
Returns:
The filtered collection of referenced objects.

addFilteredAccount

protected void addFilteredAccount(String id,
                                  Account newValue)

addFilteredAccount

protected void addFilteredAccount(Account newValue)

removeFilteredAccount

protected void removeFilteredAccount(String id)


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.