Uses of Interface
org.opencrx.kernel.depot1.cci2.CompoundBooking

Packages that use CompoundBooking
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.activity1.jdo2   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.depot1.cci2   
org.opencrx.kernel.depot1.jdo2   
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.plugin.application.depot1   
 

Uses of CompoundBooking in org.opencrx.kernel.activity1.cci2
 

Methods in org.opencrx.kernel.activity1.cci2 that return CompoundBooking
 CompoundBooking AbstractWorkRecord.getWorkCb()
          Retrieves the value for the reference workCb.
 

Uses of CompoundBooking in org.opencrx.kernel.activity1.jdo2
 

Methods in org.opencrx.kernel.activity1.jdo2 that return CompoundBooking
 CompoundBooking ActivityWorkRecord.getWorkCb()
          Retrieves the value for the reference workCb.
 

Uses of CompoundBooking in org.opencrx.kernel.contract1.cci2
 

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type CompoundBooking
<T extends CompoundBooking>
List<T>
AbstractContract.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
 

Methods in org.opencrx.kernel.contract1.cci2 that return CompoundBooking
 CompoundBooking UpdateInventoryResult.getCompoundBooking()
          Retrieves the value for the optional structure field compoundBooking.
 

Uses of CompoundBooking in org.opencrx.kernel.contract1.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 with type parameters of type CompoundBooking
<T extends CompoundBooking>
List<T>
SalesOrder.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
<T extends CompoundBooking>
List<T>
Quote.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
<T extends CompoundBooking>
List<T>
Opportunity.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
<T extends CompoundBooking>
List<T>
Lead.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
<T extends CompoundBooking>
List<T>
Invoice.getInventoryCb()
          Retrieves the Collection of objects referenced by inventoryCb.
 

Uses of CompoundBooking in org.opencrx.kernel.depot1.cci2
 

Methods in org.opencrx.kernel.depot1.cci2 with type parameters of type CompoundBooking
<T extends CompoundBooking>
SegmentContainsCompoundBooking.Cb<T>
Segment.getCb()
          Retrieves a set containing all the elements for the reference cb.
 

Methods in org.opencrx.kernel.depot1.cci2 that return CompoundBooking
 CompoundBooking CancelCompoundBookingResult.getCancelBooking()
          Retrieves the value for the structure field cancelBooking.
 CompoundBooking SingleBooking.getCb()
          Retrieves the value for the reference cb.
 CompoundBooking CreateBookingResult.getCompoundBooking()
          Retrieves the value for the optional structure field compoundBooking.
 CompoundBooking CreateBookingByProductParams.getReversalOf()
          Retrieves the value for the optional structure field reversalOf.
 CompoundBooking CreateBookingByPositionParams.getReversalOf()
          Retrieves the value for the optional structure field reversalOf.
 CompoundBooking CreateBookingByPositionNameParams.getReversalOf()
          Retrieves the value for the optional structure field reversalOf.
 CompoundBooking CompoundBooking.getReversalOf()
          Retrieves the value for the reference reversalOf.
 

Methods in org.opencrx.kernel.depot1.cci2 with parameters of type CompoundBooking
 void SingleBooking.setCb(CompoundBooking cb)
          Sets a new value for the reference cb.
 void CompoundBooking.setReversalOf(CompoundBooking reversalOf)
          Sets a new value for the reference reversalOf.
 

Uses of CompoundBooking in org.opencrx.kernel.depot1.jdo2
 

Classes in org.opencrx.kernel.depot1.jdo2 that implement CompoundBooking
 class CompoundBooking
          Class CompoundBooking
 

Methods in org.opencrx.kernel.depot1.jdo2 with type parameters of type CompoundBooking
<T extends CompoundBooking>
SegmentContainsCompoundBooking.Cb<T>
Segment.getCb()
          Retrieves a set containing all the elements for the reference cb.
 

Methods in org.opencrx.kernel.depot1.jdo2 that return CompoundBooking
 CompoundBooking SingleBooking.getCb()
          Retrieves the value for the reference cb.
 CompoundBooking CompoundBooking.getReversalOf()
          Retrieves the value for the reference reversalOf.
 

Methods in org.opencrx.kernel.depot1.jdo2 with parameters of type CompoundBooking
 void SingleBooking.setCb(CompoundBooking cb)
          Sets a new value for the reference cb.
 void CompoundBooking.setReversalOf(CompoundBooking reversalOf)
          Sets a new value for the reference reversalOf.
 

Uses of CompoundBooking in org.opencrx.kernel.depot1.jmi1
 

Subinterfaces of CompoundBooking in org.opencrx.kernel.depot1.jmi1
 interface CompoundBooking
          Class CompoundBooking
 

Methods in org.opencrx.kernel.depot1.jmi1 with parameters of type CompoundBooking
 void SingleBooking.setCb(CompoundBooking cb)
          Sets a new value for the reference cb.
 void CompoundBooking.setReversalOf(CompoundBooking reversalOf)
          Sets a new value for the reference reversalOf.
 

Uses of CompoundBooking in org.opencrx.kernel.plugin.application.depot1
 

Fields in org.opencrx.kernel.plugin.application.depot1 declared as CompoundBooking
protected  CompoundBooking CompoundBookingImpl.next
           
 

Constructors in org.opencrx.kernel.plugin.application.depot1 with parameters of type CompoundBooking
CompoundBookingImpl(CompoundBooking current, CompoundBooking next)
           
 



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