com.retek.component.customerorder.paymentfsm
Class CustomerOrderPaymentStateModel

java.lang.Object
  extended bycom.retek.fsm.StateModel
      extended bycom.retek.component.customerorder.paymentfsm.CustomerOrderPaymentStateModel

public class CustomerOrderPaymentStateModel
extends com.retek.fsm.StateModel


Field Summary
 com.retek.fsm.State approvedProcessState
           
 com.retek.fsm.State approvedState
           
protected  com.retek.fsm.StateTransition approvedToPreSettledTransition
           
 com.retek.fsm.State authorizationFailedState
           
 com.retek.fsm.State authorizationProcessState
           
 com.retek.fsm.State authorizingState
           
 com.retek.fsm.State cancelledState
           
 com.retek.fsm.State declinedState
           
 com.retek.fsm.State expiredState
           
 com.retek.fsm.State fraudState
           
 com.retek.fsm.State manualAuthorizationProcessState
           
protected  com.retek.fsm.StateTransition manualAuthToManuallyApprovedTransition
           
 com.retek.fsm.State manuallyApprovedState
           
 com.retek.fsm.State newState
           
 com.retek.fsm.State paymentConsolidationState
           
 com.retek.fsm.State paymentProcessState
           
 com.retek.fsm.State preSettledState
           
protected  com.retek.fsm.StateTransition preSettledToSettledTransition
           
 com.retek.fsm.State redeemedState
           
 com.retek.fsm.State referralState
           
 com.retek.fsm.State settledState
           
 com.retek.fsm.State splitPaymentState
           
protected  com.retek.fsm.StateTransition transition
           
 com.retek.fsm.State waitingAuthState
           
 com.retek.fsm.State waitingForManualAuthorizationState
           
protected  com.retek.fsm.StateTransition waitingForManualAuthToManuallyApprovedTransition
           
 
Fields inherited from class com.retek.fsm.StateModel
DBBUILD_EVENT_DESCRIPTOR_CODE, PARTCHANGED_EVENT_DESCRIPTOR_CODE, START_EVENT_DESCRIPTOR_CODE
 
Constructor Summary
CustomerOrderPaymentStateModel()
           
 
Method Summary
 RcomRmmEvent getAllocateSettlementEvent()
           
protected  java.util.Collection getApprovedProcessToApprovedProcessStateOnCheckExpireEventGuards()
           
protected  java.util.Collection getApprovedProcessToExpiredStateOnCheckExpireEventGuards()
           
 RcomRmmEvent getAuthorizeEvent()
           
 RcomRmmEvent getCancelEvent()
           
 RcomRmmEvent getCheckExpireEvent()
           
 RcomRmmEvent getFinishAuthorizeEvent()
           
 RcomRmmEvent getFinishSettlementEvent()
           
 RcomRmmEvent getFinishSplitPaymentEvent()
           
 RcomRmmEvent getManualAuthorizeEvent()
           
 RcomRmmEvent getNewToPaymentConsolidationEvent()
           
 RcomRmmEvent getNewToWaitingAuthEvent()
           
 RcomRmmEvent getPaymentConsildationEvent()
           
static java.lang.String getPaymentConsolidationEventCode()
           
 RcomRmmEvent getRedeemEvent()
           
 RcomRmmEvent getSplitPaymentEvent()
           
 
Methods inherited from class com.retek.fsm.StateModel
buildDecisionState, buildEventDescriptor, buildEventDescriptor, buildInternalTransition, buildState, buildTransition, findEventDescriptorForCode, findEventFanout, findEventFanoutForUI, findStateForCode, findTransitions, getAllNonSuperStates, getDbBuildEventDescriptor, getPartChangedEventDescriptor, getStartEventDescriptor, getStartState, mapHasTransitions, setStartState, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

manualAuthToManuallyApprovedTransition

protected com.retek.fsm.StateTransition manualAuthToManuallyApprovedTransition

waitingForManualAuthToManuallyApprovedTransition

protected com.retek.fsm.StateTransition waitingForManualAuthToManuallyApprovedTransition

approvedToPreSettledTransition

protected com.retek.fsm.StateTransition approvedToPreSettledTransition

preSettledToSettledTransition

protected com.retek.fsm.StateTransition preSettledToSettledTransition

transition

protected com.retek.fsm.StateTransition transition

newState

public com.retek.fsm.State newState

waitingAuthState

public com.retek.fsm.State waitingAuthState

authorizingState

public com.retek.fsm.State authorizingState

declinedState

public com.retek.fsm.State declinedState

fraudState

public com.retek.fsm.State fraudState

approvedState

public com.retek.fsm.State approvedState

referralState

public com.retek.fsm.State referralState

expiredState

public com.retek.fsm.State expiredState

waitingForManualAuthorizationState

public com.retek.fsm.State waitingForManualAuthorizationState

preSettledState

public com.retek.fsm.State preSettledState

settledState

public com.retek.fsm.State settledState

cancelledState

public com.retek.fsm.State cancelledState

authorizationFailedState

public com.retek.fsm.State authorizationFailedState

manuallyApprovedState

public com.retek.fsm.State manuallyApprovedState

authorizationProcessState

public com.retek.fsm.State authorizationProcessState

paymentProcessState

public com.retek.fsm.State paymentProcessState

manualAuthorizationProcessState

public com.retek.fsm.State manualAuthorizationProcessState

approvedProcessState

public com.retek.fsm.State approvedProcessState

redeemedState

public com.retek.fsm.State redeemedState

paymentConsolidationState

public com.retek.fsm.State paymentConsolidationState

splitPaymentState

public com.retek.fsm.State splitPaymentState
Constructor Detail

CustomerOrderPaymentStateModel

public CustomerOrderPaymentStateModel()
Method Detail

getApprovedProcessToExpiredStateOnCheckExpireEventGuards

protected java.util.Collection getApprovedProcessToExpiredStateOnCheckExpireEventGuards()

getApprovedProcessToApprovedProcessStateOnCheckExpireEventGuards

protected java.util.Collection getApprovedProcessToApprovedProcessStateOnCheckExpireEventGuards()

getAuthorizeEvent

public RcomRmmEvent getAuthorizeEvent()

getFinishAuthorizeEvent

public RcomRmmEvent getFinishAuthorizeEvent()

getManualAuthorizeEvent

public RcomRmmEvent getManualAuthorizeEvent()

getAllocateSettlementEvent

public RcomRmmEvent getAllocateSettlementEvent()

getFinishSettlementEvent

public RcomRmmEvent getFinishSettlementEvent()

getCheckExpireEvent

public RcomRmmEvent getCheckExpireEvent()

getCancelEvent

public RcomRmmEvent getCancelEvent()

getRedeemEvent

public RcomRmmEvent getRedeemEvent()

getNewToWaitingAuthEvent

public RcomRmmEvent getNewToWaitingAuthEvent()

getNewToPaymentConsolidationEvent

public RcomRmmEvent getNewToPaymentConsolidationEvent()

getPaymentConsildationEvent

public RcomRmmEvent getPaymentConsildationEvent()

getSplitPaymentEvent

public RcomRmmEvent getSplitPaymentEvent()

getFinishSplitPaymentEvent

public RcomRmmEvent getFinishSplitPaymentEvent()

getPaymentConsolidationEventCode

public static java.lang.String getPaymentConsolidationEventCode()


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