org.opencrx.kernel.plugin.application.depot1
Class DepotEntityImpl

java.lang.Object
  extended by org.opencrx.kernel.plugin.application.depot1.DepotEntityImpl

public class DepotEntityImpl
extends Object


Field Summary
protected  DepotEntity current
           
protected  DepotEntity next
           
 
Constructor Summary
DepotEntityImpl(DepotEntity current, DepotEntity next)
           
 
Method Summary
 CreateBookingResult createBookingByPosition(CreateBookingByPositionParams params)
           
 CreateBookingResult createBookingByPositionName(CreateBookingByPositionNameParams params)
           
 CreateBookingResult createBookingByProduct(CreateBookingByProductParams params)
           
 Backend getBackend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected final DepotEntity current

next

protected final DepotEntity next
Constructor Detail

DepotEntityImpl

public DepotEntityImpl(DepotEntity current,
                       DepotEntity next)
Method Detail

getBackend

public Backend getBackend()

createBookingByPosition

public CreateBookingResult createBookingByPosition(CreateBookingByPositionParams params)

createBookingByPositionName

public CreateBookingResult createBookingByPositionName(CreateBookingByPositionNameParams params)

createBookingByProduct

public CreateBookingResult createBookingByProduct(CreateBookingByProductParams params)


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