com.retek.component.customerorder.impl.command
Class CustomerOrderGeneralRefundPolicyCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customerorder.impl.command.CustomerOrderGeneralRefundPolicyCommand

public class CustomerOrderGeneralRefundPolicyCommand
extends Command


Constructor Summary
CustomerOrderGeneralRefundPolicyCommand()
           
 
Method Summary
protected  void doExecute()
           
 java.util.List getGeneratedPayments()
           
 Money getRefundBalance()
           
 Money getTotalRefundAmount()
           
 CustomerOrderTransactionItem getTransactionItem()
           
 CustomerOrderPaymentTransactionType getTransactionType()
           
 void setOrder(CustomerOrder order)
           
 void setRefundBalance(Money money)
           
 void setTransactionItem(CustomerOrderTransactionItem item)
           
 void setTransactionType(CustomerOrderPaymentTransactionType type)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, getContext, isExecuted, processRules, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerOrderGeneralRefundPolicyCommand

public CustomerOrderGeneralRefundPolicyCommand()
Method Detail

setOrder

public void setOrder(CustomerOrder order)

doExecute

protected void doExecute()
                  throws SystemException,
                         BusinessException
Specified by:
doExecute in class Command
Throws:
SystemException
BusinessException

getRefundBalance

public Money getRefundBalance()

getTransactionItem

public CustomerOrderTransactionItem getTransactionItem()

getTransactionType

public CustomerOrderPaymentTransactionType getTransactionType()

setRefundBalance

public void setRefundBalance(Money money)

setTransactionItem

public void setTransactionItem(CustomerOrderTransactionItem item)

setTransactionType

public void setTransactionType(CustomerOrderPaymentTransactionType type)

getTotalRefundAmount

public Money getTotalRefundAmount()
                           throws SystemException
Throws:
SystemException

getGeneratedPayments

public java.util.List getGeneratedPayments()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28