org.opencrx.kernel.plugin.application.contract1
Class AbstractContractImpl

java.lang.Object
  extended by org.opencrx.kernel.plugin.application.contract1.AbstractContractImpl

public class AbstractContractImpl
extends Object


Field Summary
protected  AbstractContract current
           
protected  AbstractContract next
           
 
Constructor Summary
AbstractContractImpl(AbstractContract current, AbstractContract next)
           
 
Method Summary
 CreatePositionResult createPosition(CreatePositionParams params)
           
 Backend getBackend()
           
 Void removePendingInventoryBookings()
           
 Void reprice()
           
 UpdateInventoryResult updateInventory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected final AbstractContract current

next

protected final AbstractContract next
Constructor Detail

AbstractContractImpl

public AbstractContractImpl(AbstractContract current,
                            AbstractContract next)
Method Detail

getBackend

public Backend getBackend()

updateInventory

public UpdateInventoryResult updateInventory()

removePendingInventoryBookings

public Void removePendingInventoryBookings()

reprice

public Void reprice()

createPosition

public CreatePositionResult createPosition(CreatePositionParams params)


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