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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Represents a customer user who has permission to approve account carts.Deprecated.Represents a customer user who is an account member.Deprecated.Represents a customer.Deprecated.Represents a sales representative. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isBroadleafAccountApprover
(String cartActionAuditUserType) Deprecated.static boolean
isBroadleafAccountMember
(String cartActionAuditUserType) Deprecated.static boolean
isBroadleafCustomer
(String cartActionAuditUserType) Deprecated.static boolean
isBroadleafSalesRep
(String cartActionAuditUserType) Deprecated.Deprecated.Returns the enum constant of this class with the specified name.static DefaultCartActionAuditUserTypes[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.broadleafcommerce.cartoperation.domain.enums.CartActionAuditUserType
name
-
Enum Constant Details
-
BLC_ACCOUNT_MEMBER
Deprecated.Represents a customer user who is an account member. -
BLC_ACCOUNT_APPROVER
Deprecated.Represents a customer user who has permission to approve account carts. -
BLC_CUSTOMER
Deprecated.Represents a customer. -
BLC_SALES_REP
Deprecated.Represents a sales representative.Typically used for users who can manage and respond to quotes.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
isBroadleafAccountMember
Deprecated. -
isBroadleafAccountApprover
Deprecated. -
isBroadleafCustomer
Deprecated. -
isBroadleafSalesRep
Deprecated.
-
DefaultUserTypes