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()
           
 org.openmdx.base.jmi1.Void removePendingInventoryBookings(org.openmdx.base.jmi1.Void params)
           
 org.openmdx.base.jmi1.Void reprice(org.openmdx.base.jmi1.Void params)
           
 UpdateInventoryResult updateInventory(org.openmdx.base.jmi1.Void params)
           
 
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(org.openmdx.base.jmi1.Void params)
                                      throws RefException
Throws:
RefException

removePendingInventoryBookings

public org.openmdx.base.jmi1.Void removePendingInventoryBookings(org.openmdx.base.jmi1.Void params)
                                                          throws RefException
Throws:
RefException

reprice

public org.openmdx.base.jmi1.Void reprice(org.openmdx.base.jmi1.Void params)
                                   throws RefException
Throws:
RefException

createPosition

public CreatePositionResult createPosition(CreatePositionParams params)
                                    throws RefException
Throws:
RefException


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