Uses of Interface
org.opencrx.kernel.contract1.jmi1.AccountAssignmentContract

Packages that use AccountAssignmentContract
org.opencrx.kernel.contract1.jmi1   
 

Uses of AccountAssignmentContract in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AccountAssignmentContract
<T extends AccountAssignmentContract>
List<T>
AbstractContract.getAssignedAccount(AccountAssignmentContractQuery query)
          Retrieves the value for the reference assignedAccount for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return AccountAssignmentContract
 AccountAssignmentContract AccountAssignmentContractClass.createAccountAssignmentContract()
          Creates an instance of class AccountAssignmentContract.
 AccountAssignmentContract AccountAssignmentContractClass.getAccountAssignmentContract(Object object)
          Creates an instance of class AccountAssignmentContract based on the specified Object instance.
 AccountAssignmentContract AbstractContract.getAssignedAccount(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedAccount for the specified qualifier attribute value.
 AccountAssignmentContract AbstractContract.getAssignedAccount(String id)
          Retrieves the value for the reference assignedAccount for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AccountAssignmentContract
 void AbstractContract.addAssignedAccount(boolean idIsPersistent, String id, AccountAssignmentContract assignedAccount)
          Adds the specified element to the set of the values for the reference assignedAccount.
 void AbstractContract.addAssignedAccount(String id, AccountAssignmentContract assignedAccount)
          Adds the specified element to the set of the values for the reference assignedAccount using a reassignable qualifier.
 



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