BusinessPolicy Interface

com.beasys.commerce.foundation
BusinessPolicy Interface

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.

Related Topics

BusinessPolicyManager


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

TransitionPolicy