com.retek.component.customerorder.batch
Class CreditCardExpireAuthorizationsSubprocess

java.lang.Object
  extended bycom.retek.component.customerorder.batch.BaseCustomerOrderBatchSubprocess
      extended bycom.retek.component.customerorder.batch.CreditCardExpireAuthorizationsSubprocess
All Implemented Interfaces:
CustomerOrderBatchSubprocess

public class CreditCardExpireAuthorizationsSubprocess
extends BaseCustomerOrderBatchSubprocess

Class which encapsulates data and behavior for executing the credit card expiration subprocess.


Constructor Summary
CreditCardExpireAuthorizationsSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext)
           
 
Method Summary
protected  OrderSearchCriteria createOrderSearchCriteria()
           
protected  boolean doProcessOrder(CustomerOrder order)
           
protected  RetekLogger getLogger()
           
 
Methods inherited from class com.retek.component.customerorder.batch.BaseCustomerOrderBatchSubprocess
doSubprocess, doWorkOnOrders, executeSubprocess, getBatch, getBatchContext, getBatchResult, getBatchUser, getCustomerOrderStateModel, getSubprocessName, getWorkUnitSize, promoteToCompleteFailure, promoteToPartialFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCardExpireAuthorizationsSubprocess

public CreditCardExpireAuthorizationsSubprocess(RcomAbstractBatchProgram parentBatch,
                                                DistributedContext batchContext)
Method Detail

createOrderSearchCriteria

protected final OrderSearchCriteria createOrderSearchCriteria()
                                                       throws SystemException
Specified by:
createOrderSearchCriteria in class BaseCustomerOrderBatchSubprocess
Throws:
SystemException

doProcessOrder

protected final boolean doProcessOrder(CustomerOrder order)
                                throws SystemException
Specified by:
doProcessOrder in class BaseCustomerOrderBatchSubprocess
Throws:
SystemException

getLogger

protected final RetekLogger getLogger()
Specified by:
getLogger in class BaseCustomerOrderBatchSubprocess


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25