Enum Class DefaultCartActionAuditUserTypes

java.lang.Object
java.lang.Enum<DefaultCartActionAuditUserTypes>
com.broadleafcommerce.cartoperation.domain.enums.DefaultCartActionAuditUserTypes
All Implemented Interfaces:
CartActionAuditUserType, Serializable, Comparable<DefaultCartActionAuditUserTypes>, Constable

@Deprecated public enum DefaultCartActionAuditUserTypes extends Enum<DefaultCartActionAuditUserTypes> implements CartActionAuditUserType
Deprecated.
in favor of DefaultUserTypes
  • Enum Constant Details

    • BLC_ACCOUNT_MEMBER

      public static final DefaultCartActionAuditUserTypes BLC_ACCOUNT_MEMBER
      Deprecated.
      Represents a customer user who is an account member.
    • BLC_ACCOUNT_APPROVER

      public static final DefaultCartActionAuditUserTypes BLC_ACCOUNT_APPROVER
      Deprecated.
      Represents a customer user who has permission to approve account carts.
    • BLC_CUSTOMER

      public static final DefaultCartActionAuditUserTypes BLC_CUSTOMER
      Deprecated.
      Represents a customer.
    • BLC_SALES_REP

      public static final DefaultCartActionAuditUserTypes BLC_SALES_REP
      Deprecated.
      Represents a sales representative.

      Typically used for users who can manage and respond to quotes.

  • Method Details

    • values

      public static DefaultCartActionAuditUserTypes[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DefaultCartActionAuditUserTypes valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isBroadleafAccountMember

      public static boolean isBroadleafAccountMember(String cartActionAuditUserType)
      Deprecated.
    • isBroadleafAccountApprover

      public static boolean isBroadleafAccountApprover(String cartActionAuditUserType)
      Deprecated.
    • isBroadleafCustomer

      public static boolean isBroadleafCustomer(String cartActionAuditUserType)
      Deprecated.
    • isBroadleafSalesRep

      public static boolean isBroadleafSalesRep(String cartActionAuditUserType)
      Deprecated.