public interface DeliveryRequestContainer extends DeliveryRequestContainer, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
DeliveryRequestContainer| Modifier and Type | Method and Description |
|---|---|
void |
addDeliveryRequest(boolean idIsPersistent,
String id,
DeliveryRequest deliveryRequest)
Adds the specified element to the set of the values for the reference
deliveryRequest. |
void |
addDeliveryRequest(DeliveryRequest deliveryRequest)
Adds the specified element to the set of the values for the reference
deliveryRequest using an implementation-specific, reassignable qualifier. |
void |
addDeliveryRequest(String id,
DeliveryRequest deliveryRequest)
Adds the specified element to the set of the values for the reference
deliveryRequest using a reassignable qualifier. |
DeliveryRequest |
getDeliveryRequest(boolean idIsPersistent,
String id)
Retrieves the value for the reference
deliveryRequest for the specified qualifier attribute value. |
<T extends DeliveryRequest> |
getDeliveryRequest(DeliveryRequestQuery query)
Retrieves the value for the reference
deliveryRequest for the specified query. |
DeliveryRequest |
getDeliveryRequest(String id)
Retrieves the value for the reference
deliveryRequest for the specified qualifier attribute value. |
getDeliveryRequestrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends DeliveryRequest> List<T> getDeliveryRequest(DeliveryRequestQuery query)
deliveryRequest for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.DeliveryRequest getDeliveryRequest(boolean idIsPersistent, String id)
deliveryRequest for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.DeliveryRequest getDeliveryRequest(String id)
deliveryRequest for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getDeliveryRequest(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addDeliveryRequest(boolean idIsPersistent,
String id,
DeliveryRequest deliveryRequest)
deliveryRequest.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.deliveryRequest - The element to be appended.void addDeliveryRequest(String id, DeliveryRequest deliveryRequest)
deliveryRequest using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.deliveryRequest - The element to be appended.void addDeliveryRequest(DeliveryRequest deliveryRequest)
deliveryRequest using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
deliveryRequest - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.