org.opencrx.kernel.product1.jmi1
Interface EditableProductOfferingPosition

All Superinterfaces:
EditableProductOfferingPosition, ProductOfferingPosition, ProductPosition, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
InvoiceProductOfferingPosition, OpportunityProductOfferingPosition, QuoteProductOfferingPosition, SalesOrderProductOfferingPosition

public interface EditableProductOfferingPosition
extends EditableProductOfferingPosition, ProductOfferingPosition

Abstract class EditableProductOfferingPosition


Method Summary
 ProductOffering getBasedOn()
          Retrieves the value for the reference basedOn.
<T extends SelectableItem>
List<T>
getSelectableItem(SelectableItemQuery query)
          Retrieves the value for the reference selectableItem for the specified query.
 
Methods inherited from interface org.opencrx.kernel.product1.cci2.EditableProductOfferingPosition
getSelectableItem
 
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

getSelectableItem

<T extends SelectableItem> List<T> getSelectableItem(SelectableItemQuery query)
Retrieves the value for the reference selectableItem 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.

getBasedOn

ProductOffering getBasedOn()
Retrieves the value for the reference basedOn.

Specified by:
getBasedOn in interface ProductOfferingPosition
Returns:
The – possibly null – value for this reference.


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