com.beasys.commerce.foundation
Interface BusinessPolicy

All Superinterfaces
BusinessSmartComponent, Serializable
All Known Subinterfaces:
TransitionPolicy
All Known Implementing Classes:
TransitionPolicyImpl

Deprecated

@Deprecated
public interface BusinessPolicy
extends BusinessSmartComponent

A business policy provides for the implementation of instance specific methods, commonly referred to as the Strategy Pattern (Gamma et al) or the Individual Instance Method Pattern (Fowler). For each BusinessPolicy, there is a corresponding home and implementation class. Specialized policies can then be created by deriving from the policy's implementation class and programming different business logic.

See Also
BusinessPolicyManager



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.