© 2005 BEA Systems, Inc.

com.beasys.commerce.foundation
Interface BusinessPolicyManager


public interface BusinessPolicyManager

The Business Policy Manager provides an interface by which a set of Business Policies can be associated with any object that implements it.

See Also:
BusinessPolicy

Method Summary
 void addBusinessPolicy(String policyKey, BusinessPolicy businessPolicy)
          Add a new business policy to the object with the specified key
 BusinessPolicy getBusinessPolicy(String policyKey)
          Retrieve the business policy with the specified key.
 BusinessPolicy removeBusinessPolicy(String policyKey)
          Remove the business policy with the specified key.
 

Method Detail

addBusinessPolicy

public void addBusinessPolicy(String policyKey,
                              BusinessPolicy businessPolicy)
                       throws SystemException,
                              RemoteException
Add a new business policy to the object with the specified key

Throws:
SystemException
RemoteException

getBusinessPolicy

public BusinessPolicy getBusinessPolicy(String policyKey)
                                 throws SystemException,
                                        RemoteException
Retrieve the business policy with the specified key.

Throws:
SystemException
RemoteException

removeBusinessPolicy

public BusinessPolicy removeBusinessPolicy(String policyKey)
                                    throws SystemException,
                                           RemoteException
Remove the business policy with the specified key.

Throws:
SystemException
RemoteException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved