Uses of Interface
org.opencrx.kernel.contract1.jmi1.AbstractSalesOrderPosition

Packages that use AbstractSalesOrderPosition
org.opencrx.kernel.contract1.jmi1   
 

Uses of AbstractSalesOrderPosition in org.opencrx.kernel.contract1.jmi1
 

Subinterfaces of AbstractSalesOrderPosition in org.opencrx.kernel.contract1.jmi1
 interface SalesOrderPosition
          Class SalesOrderPosition
 

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AbstractSalesOrderPosition
<T extends AbstractSalesOrderPosition>
List<T>
SalesOrder.getPosition(AbstractSalesOrderPositionQuery query)
          Retrieves the value for the reference position for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractSalesOrderPosition
 AbstractSalesOrderPosition SalesOrder.getPosition(boolean idIsPersistent, String id)
          Retrieves the value for the reference position for the specified qualifier attribute value.
 AbstractSalesOrderPosition SalesOrder.getPosition(String id)
          Retrieves the value for the reference position for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractSalesOrderPosition
 void SalesOrder.addPosition(boolean idIsPersistent, String id, AbstractSalesOrderPosition position)
          Adds the specified element to the set of the values for the reference position.
 void SalesOrder.addPosition(String id, AbstractSalesOrderPosition position)
          Adds the specified element to the set of the values for the reference position using a reassignable qualifier.
 



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