|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractOrganizationalUnit
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)
|
|
|
getContactMembership(ContactMembershipQuery query)
Retrieves the value for the reference contactMembership
for the specified query. |
|
|
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 |
|---|
<T extends ContactMembership> List<T> getContactMembership(ContactMembershipQuery query)
contactMembership
for the specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addContactMembership(String id,
ContactMembership newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addContactMembership(ContactMembership newValue)
newValue - The element to be appended.void removeContactMembership(String id)
<T extends CreditLimit> List<T> getCreditLimit(CreditLimitQuery query)
creditLimit for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addCreditLimit(String id,
CreditLimit newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addCreditLimit(CreditLimit newValue)
newValue - The element to be appended.void removeCreditLimit(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||