Uses of Class
com.retek.commons.util.type.ExportState

Packages that use ExportState
com.retek.commons.util.type   
com.retek.component.customer   
com.retek.component.customerorder   
 

Uses of ExportState in com.retek.commons.util.type
 

Fields in com.retek.commons.util.type declared as ExportState
static ExportState ExportState.NOT_READY
           
static ExportState ExportState.READY
           
static ExportState ExportState.EXPORTED
           
 

Methods in com.retek.commons.util.type that return ExportState
static ExportState ExportState.fromCode(java.lang.String orderStatusCode)
           
 

Methods in com.retek.commons.util.type with parameters of type ExportState
 void ExportState.checkTransition(ExportState that, boolean exportedToReadyAllowed)
           
 void ExportState.checkTransition(ExportState that)
           
 

Uses of ExportState in com.retek.component.customer
 

Methods in com.retek.component.customer that return ExportState
 ExportState StoredValueCardCashout.getSalesAuditExportState()
           
 

Methods in com.retek.component.customer with parameters of type ExportState
 void StoredValueCardCashout.setSalesAuditExportState(ExportState exportState)
           
 

Uses of ExportState in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ExportState
 ExportState ShippedContainer.getSalesAuditExportState()
           
 ExportState CustomerOrderPayment.getSalesAuditPaidInState()
          Return the Sales Audit transaction trigger state for the payment with respect to PAIDIN liability transaction processing.
 ExportState CustomerOrderPayment.getSalesAuditPaidOutState()
          Return the Sales Audit transaction trigger state for the payment with respect to PAIDOU liability transaction processing.
 ExportState Accommodation.getSalesAuditExportState()
           
 ExportState ReturnLine.getSalesAuditExportState()
           
 

Methods in com.retek.component.customerorder with parameters of type ExportState
 void ShippedContainer.setSalesAuditExportState(ExportState exportState)
           
 void Accommodation.setSalesAuditExportState(ExportState exportState)
           
 void ReturnLine.setSalesAuditExportState(ExportState state)
           
 



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