Uses of Interface
com.retek.commons.domain.core.BusinessObject

Packages that use BusinessObject
com.retek.commons.domain.core.exception   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.payment   
com.retek.component.supplier   
 

Uses of BusinessObject in com.retek.commons.domain.core.exception
 

Methods in com.retek.commons.domain.core.exception with parameters of type BusinessObject
 boolean BusinessProblem.isSource(BusinessObject businessObject)
           
 

Uses of BusinessObject in com.retek.component.inventory
 

Subinterfaces of BusinessObject in com.retek.component.inventory
 interface Inventory
           
 interface InventoryQty
           
 interface InventoryQtyBucket
           
 interface PurchaseOrder
           
 interface SupplierInventory
           
 

Uses of BusinessObject in com.retek.component.item
 

Subinterfaces of BusinessObject in com.retek.component.item
 interface Department
           
 interface Differentiator
           
 interface DifferentiatorGroupHeader
           
 interface DifferentiatorType
           
 interface DirectShipItemSupplier
           
 interface Item
           
 interface ItemClass
           
 interface ItemFreeFormUda
           
 interface ItemLocation
           
 interface ItemSubclass
           
 interface ItemSupplier
           
 interface ItemSupplierCountryAttribute
           
 interface Pack
           
 interface SellableItem
           
 interface Sku
           
 interface Style
           
 interface UdaHeader
           
 interface UdaValue
           
 

Uses of BusinessObject in com.retek.component.payment
 

Subinterfaces of BusinessObject in com.retek.component.payment
 interface AvsCode
          A simple value holder for AVS code.
 interface CashPayment
          The CashPayment interface does not currently contain any additional functionality beyond what is found in the Payment interface.
 interface CheckPayment
          This interface CheckPayment is a form of payment with information specific to payments made by check.
 interface CreditCardPayment
          This interface CreditCardPayment extends the base Payment interface by adding new methods and fields specific to Credit Card payments.
 interface GiftCertificatePayment
          This interface GiftCertificatePayment is similar to MerchandiseCertificatePayment in that it extends Payment via the addition of a control number.
 interface MerchandiseCertificatePayment
          This interface MerchandiseCertificatePayment is similar to GiftCertificatePayment in that it extends Payment via the addition of a control number.
 interface MoneyOrderPayment
          MoneyOrderPayment is not yet functionally implemented in the API despite the presence of this interface and should not be used.
 interface Payment
          A high level independent interface that is implemented by all the Tender Types.
 interface RewardCertificatePayment
          Issued by a third party PLCC company when a customer reaches a certain threshold of charges on their credit card.
 interface StoredValueCardPayment
          Provides methods needed to interact with a stored value card payment.
 

Uses of BusinessObject in com.retek.component.supplier
 

Subinterfaces of BusinessObject in com.retek.component.supplier
 interface Supplier
           
 interface SupplierContactMethod
           
 interface SupplierLocation
           
 



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