org.opencrx.kernel.account1.jmi1
Interface AbstractOrganizationalUnit

All Superinterfaces:
AbstractOrganizationalUnit, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
Organization, OrganizationalUnit

public interface AbstractOrganizationalUnit
extends AbstractOrganizationalUnit, RefObject

Abstract class AbstractOrganizationalUnit


Method Summary
 void addContactMembership(ContactMembership newValue)
          
 void addContactMembership(String id, ContactMembership newValue)
          
 void addCreditLimit(CreditLimit newValue)
          
 void addCreditLimit(String id, CreditLimit newValue)
          
<T extends ContactMembership>
List<T>
getContactMembership(ContactMembershipQuery query)
          Retrieves the value for the reference contactMembership for the specified query.
<T extends CreditLimit>
List<T>
getCreditLimit(CreditLimitQuery query)
          Retrieves the value for the reference creditLimit for the specified query.
 void removeContactMembership(String id)
          
 void removeCreditLimit(String id)
          
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnit
getContactMembership, getCreditLimit, getDescription, getName, setDescription, setName
 
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
 

Method Detail

getContactMembership

<T extends ContactMembership> List<T> getContactMembership(ContactMembershipQuery query)
Retrieves the value for the reference contactMembership for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

addContactMembership

void addContactMembership(String id,
                          ContactMembership newValue)

Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addContactMembership

void addContactMembership(ContactMembership newValue)

Parameters:
newValue - The element to be appended.

removeContactMembership

void removeContactMembership(String id)


getCreditLimit

<T extends CreditLimit> List<T> getCreditLimit(CreditLimitQuery query)
Retrieves the value for the reference creditLimit for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

addCreditLimit

void addCreditLimit(String id,
                    CreditLimit newValue)

Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addCreditLimit

void addCreditLimit(CreditLimit newValue)

Parameters:
newValue - The element to be appended.

removeCreditLimit

void removeCreditLimit(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.