The PriceListSecurityPolicy class is located in the atg.commerce.security package. The class needs to have the following signatures:

public class PriceListSecurityPolicy
  extends SecuredRepositorySecurityPolicy
{
  public AccessControlList getEffectiveAccessControlList(Object pObject);

  protected AccessControlList getACLForPrice(SecuredRepositoryItem pItem);

  protected AccessControlList getACLForComplexPrice(SecuredRepositoryItem pItem);
}

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices