com.retek.component.salesaudit
Interface SaeElement
- All Superinterfaces:
- BusinessObject, ElementObject, SecondClassObject
- All Known Subinterfaces:
- SaeAccommodation, SaeCustomer, SaeDiscount, SaeItem, SaePayment, SaeService, SaeTax, SaeTransaction
- All Known Implementing Classes:
- SaeAccommodationImpl, SaeCustomerImpl, SaeDiscountImpl, SaeElementImpl, SaeItemImpl, SaePaymentImpl, SaeServiceImpl, SaeTaxImpl, SaeTransactionImpl
- public interface SaeElement
- extends ElementObject
Interface defining the operations for an element
within a sales audit transaction.
SALES_AUDIT_YES
public static final java.lang.String SALES_AUDIT_YES
- See Also:
- Constant Field Values
SALES_AUDIT_NO
public static final java.lang.String SALES_AUDIT_NO
- See Also:
- Constant Field Values
accept
public void accept(SaeElementVisitor txnVisitor)
throws SystemException
- Accept a transaction visitor.
- Parameters:
txnVisitor
- transaction visitor
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28