com.beasys.commerce.foundation
Interface BusinessPolicyManager


Deprecated See BEA Commerce product offering

@Deprecated
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)
          Deprecated See BEA Commerce product offering
 BusinessPolicy getBusinessPolicy(String policyKey)
          Deprecated See BEA Commerce product offering
 BusinessPolicy removeBusinessPolicy(String policyKey)
          Deprecated See BEA Commerce product offering
 

Method Detail

addBusinessPolicy

void addBusinessPolicy(String policyKey,
                       BusinessPolicy businessPolicy)
                       throws SystemException,
                              RemoteException
Deprecated See BEA Commerce product offering

Add a new business policy to the object with the specified key

Throws
SystemException
RemoteException

getBusinessPolicy

BusinessPolicy getBusinessPolicy(String policyKey)
                                 throws SystemException,
                                        RemoteException
Deprecated See BEA Commerce product offering

Retrieve the business policy with the specified key.

Throws
SystemException
RemoteException

removeBusinessPolicy

BusinessPolicy removeBusinessPolicy(String policyKey)
                                    throws SystemException,
                                           RemoteException
Deprecated See BEA Commerce product offering

Remove the business policy with the specified key.

Throws
SystemException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved