Uses of Enum Class
org.broadleafcommerce.common.web.EnforceEnterpriseCollectionBehaviorState
Packages that use EnforceEnterpriseCollectionBehaviorState
-
Uses of EnforceEnterpriseCollectionBehaviorState in org.broadleafcommerce.common.web
Fields in org.broadleafcommerce.common.web declared as EnforceEnterpriseCollectionBehaviorStateModifier and TypeFieldDescriptionprotected EnforceEnterpriseCollectionBehaviorStateBroadleafRequestContext.enforceEnterpriseCollectionBehaviorStateMethods in org.broadleafcommerce.common.web that return EnforceEnterpriseCollectionBehaviorStateModifier and TypeMethodDescriptionBroadleafRequestContext.getEnforceEnterpriseCollectionBehaviorState()Defines the state in which sandboxable collections in the Enterprise module should adhere to Broadleaf defined behavior.Returns the enum constant of this class with the specified name.EnforceEnterpriseCollectionBehaviorState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.common.web with parameters of type EnforceEnterpriseCollectionBehaviorStateModifier and TypeMethodDescriptionvoidBroadleafRequestContext.setEnforceEnterpriseCollectionBehaviorState(EnforceEnterpriseCollectionBehaviorState enforceEnterpriseCollectionBehaviorState) Returns the state in which sandboxable collections in the Enterprise module should adhere to Broadleaf defined behavior.