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

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

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.commons.domain.core.impl
 

Classes in com.retek.commons.domain.core.impl that implement BusinessObject
 class BusinessObjectImpl
           
 

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.inventory.impl
 

Classes in com.retek.component.inventory.impl that implement BusinessObject
 class InventoryImpl
           
 class InventoryQtyBucketImpl
           
 class InventoryQtyImpl
           
 class PurchaseOrderImpl
           
 class SupplierInventoryImpl
           
 

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.item.impl
 

Classes in com.retek.component.item.impl that implement BusinessObject
 class AbstractItemThresholdableItem
           
 class DepartmentImpl
           
 class DifferentiatorGroupHeaderImpl
           
 class DifferentiatorImpl
           
 class DifferentiatorTypeImpl
           
 class DirectShipItemSupplierImpl
           
 class ItemClassImpl
           
 class ItemFreeFormUdaImpl
           
 class ItemImpl
           
 class ItemLocationImpl
           
 class ItemSubclassImpl
           
 class ItemSupplierCountryAttributeImpl
           
 class ItemSupplierImpl
           
 class PackImpl
           
 class SellableItemImpl
           
 class SkuImpl
           
 class StyleImpl
           
 class UdaHeaderImpl
           
 class UdaValueImpl
           
 

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.payment.impl
 

Classes in com.retek.component.payment.impl that implement BusinessObject
 class AvsCodeImpl
           
 class CashPaymentImpl
           
 class CheckPaymentImpl
           
 class CreditCardPaymentImpl
           
 class GiftCertificatePaymentImpl
           
 class MerchandiseCertificatePaymentImpl
           
 class MoneyOrderPaymentImpl
           
 class PaymentImpl
           
 class RewardCertificatePaymentImpl
           
 class StoredValueCardPaymentImpl
           
 

Uses of BusinessObject in com.retek.component.supplier
 

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

Uses of BusinessObject in com.retek.component.supplier.impl
 

Classes in com.retek.component.supplier.impl that implement BusinessObject
 class SupplierContactMethodImpl
           
 class SupplierImpl
           
 class SupplierLocationImpl
           
 

Uses of BusinessObject in com.retek.component.supplier.integration.rib
 

Subinterfaces of BusinessObject in com.retek.component.supplier.integration.rib
 interface SupplierLocationRib
           
 interface SupplierRib
           
 



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