org.opencrx.kernel.plugin.application.account1
Class AccountImpl

java.lang.Object
  extended by org.opencrx.kernel.plugin.application.account1.AccountImpl

public class AccountImpl
extends Object


Field Summary
protected  Account current
           
protected  Account next
           
 
Constructor Summary
AccountImpl(Account current, Account next)
           
 
Method Summary
 CreateInvoiceResult createInvoice(CreateInvoiceParams params)
           
 CreateLeadResult createLead(CreateLeadParams params)
           
 CreateOpportunityResult createOpportunity(CreateOpportunityParams params)
           
 CreateQuoteResult createQuote(CreateQuoteParams params)
           
 CreateSalesOrderResult createSalesOrder(CreateSalesOrderParams 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 Account current

next

protected final Account next
Constructor Detail

AccountImpl

public AccountImpl(Account current,
                   Account next)
Method Detail

getBackend

public Backend getBackend()

createLead

public CreateLeadResult createLead(CreateLeadParams params)
                            throws RefException
Throws:
RefException

createOpportunity

public CreateOpportunityResult createOpportunity(CreateOpportunityParams params)
                                          throws RefException
Throws:
RefException

createQuote

public CreateQuoteResult createQuote(CreateQuoteParams params)
                              throws RefException
Throws:
RefException

createSalesOrder

public CreateSalesOrderResult createSalesOrder(CreateSalesOrderParams params)
                                        throws RefException
Throws:
RefException

createInvoice

public CreateInvoiceResult createInvoice(CreateInvoiceParams 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.