org.opencrx.kernel.depot1.cci
Interface DepotReferenceHolder
- All Superinterfaces:
- RefBaseObject, RefFeatured, RefObject, RefObject_1_0
- All Known Subinterfaces:
- Absence, AbstractBundledProduct, AbstractContract, AbstractInvoicePosition, AbstractOpportunityPosition, AbstractProduct, AbstractProductBundle, AbstractQuotePosition, AbstractRemovedPosition, AbstractSalesOrderPosition, Activity, ActivityCreator, Asset, BundledProduct, BundledProductType, ComplexProductBundle, ComplexProductBundleType, ContractPosition, EMail, ExternalActivity, Fax, Incident, Invoice, InvoiceBundledProductPosition, InvoiceComplexProductBundlePosition, InvoicePosition, InvoiceProductBundlePosition, InvoiceProductOfferingPosition, Lead, Mailing, Meeting, Mms, Opportunity, OpportunityBundledProductPosition, OpportunityComplexProductBundlePosition, OpportunityPosition, OpportunityProductBundlePosition, OpportunityProductOfferingPosition, PhoneCall, PriceOverrideEnabled, Product, ProductBundle, ProductBundleContainer, ProductBundleType, ProductOffering, Quote, QuoteBundledProductPosition, QuoteComplexProductBundlePosition, QuotePosition, QuoteProductBundlePosition, QuoteProductOfferingPosition, RemovedBundledProductPosition, RemovedComplexProductBundlePosition, RemovedPosition, RemovedProductBundlePosition, RemovedProductOfferingPosition, Resource, SalesOrder, SalesOrderBundledProductPosition, SalesOrderComplexProductBundlePosition, SalesOrderPosition, SalesOrderProductBundlePosition, SalesOrderProductOfferingPosition, SalesVisit, Sms, Task
- All Known Implementing Classes:
- AbsenceImpl, AbstractBundledProductImpl, AbstractContractImpl, AbstractInvoicePositionImpl, AbstractOpportunityPositionImpl, AbstractProductBundleImpl, AbstractProductImpl, AbstractQuotePositionImpl, AbstractRemovedPositionImpl, AbstractSalesOrderPositionImpl, ActivityCreatorImpl, ActivityImpl, AssetImpl, BundledProductImpl, BundledProductTypeImpl, ComplexProductBundleImpl, ComplexProductBundleTypeImpl, ContractPositionImpl, DepotReferenceHolderImpl, EMailImpl, ExternalActivityImpl, FaxImpl, IncidentImpl, InvoiceBundledProductPositionImpl, InvoiceComplexProductBundlePositionImpl, InvoiceImpl, InvoicePositionImpl, InvoiceProductBundlePositionImpl, InvoiceProductOfferingPositionImpl, LeadImpl, MailingImpl, MeetingImpl, MmsImpl, OpportunityBundledProductPositionImpl, OpportunityComplexProductBundlePositionImpl, OpportunityImpl, OpportunityPositionImpl, OpportunityProductBundlePositionImpl, OpportunityProductOfferingPositionImpl, PhoneCallImpl, PriceOverrideEnabledImpl, ProductBundleContainerImpl, ProductBundleImpl, ProductBundleTypeImpl, ProductImpl, ProductOfferingImpl, QuoteBundledProductPositionImpl, QuoteComplexProductBundlePositionImpl, QuoteImpl, QuotePositionImpl, QuoteProductBundlePositionImpl, QuoteProductOfferingPositionImpl, RemovedBundledProductPositionImpl, RemovedComplexProductBundlePositionImpl, RemovedPositionImpl, RemovedProductBundlePositionImpl, RemovedProductOfferingPositionImpl, ResourceImpl, SalesOrderBundledProductPositionImpl, SalesOrderComplexProductBundlePositionImpl, SalesOrderImpl, SalesOrderPositionImpl, SalesOrderProductBundlePositionImpl, SalesOrderProductOfferingPositionImpl, SalesVisitImpl, SmsImpl, TaskImpl
public interface DepotReferenceHolder
- extends RefObject_1_0
| 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 |
getDepotReference
DepotReference getDepotReference(String id)
- Retrieves the value for the reference
depotReference for
the specified qualifier attribute value.
- Parameters:
id - The value for the qualifier attribute that qualifies this reference.
- Returns:
- The possibly null value for this reference.
- Throws:
JmiException - If the value cannot be retrieved for some reason.
getDepotReference
Collection getDepotReference()
- Retrieves a collection containing all the elements for the reference
depotReference.
- Returns:
- A collection containing all the elements for this reference.
- Throws:
JmiException - If the values cannot be retrieved for some reason.
getDepotReference
List getDepotReference(DepotReferenceFilter filter)
- Retrieves the value for the reference
depotReference for
the specified filter.
- Parameters:
filter - filter which is applied to the set of referenced objects.
- Returns:
- The filtered collection of referenced objects.
- Throws:
JmiException - If the value cannot be retrieved for some reason.
getDepotReference
List getDepotReference(DepotReferenceQuery query)
- Retrieves the value for the reference
depotReference for
the specified query.
- Parameters:
predicate - predicate which is applied to the set of referenced objects.
- Returns:
- The filtered collection of referenced objects.
- Throws:
JmiException - If the value cannot be retrieved for some reason.
addDepotReference
void addDepotReference(String id,
DepotReference newValue)
- Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
- Throws:
JmiException - If the value cannot be appended for some reason.
addDepotReference
void addDepotReference(DepotReference newValue)
- Parameters:
newValue - The element to be appended.
- Throws:
JmiException - If the value cannot be appended for some reason.
removeDepotReference
void removeDepotReference(String id)
- Throws:
JmiException - If the value cannot be removed for some reason.
This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.