Uses of Enum Class
com.broadleafcommerce.sandbox.domain.ChangeState
Packages that use ChangeState
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of ChangeState in com.broadleafcommerce.sandbox.domain
Methods in com.broadleafcommerce.sandbox.domain that return ChangeStateModifier and TypeMethodDescriptionstatic ChangeState
Returns the enum constant of this class with the specified name.static ChangeState[]
ChangeState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.sandbox.domain that return types with arguments of type ChangeStateModifier and TypeMethodDescriptionstatic List<ChangeState>
ChangeState.validForDeployment()
Valid states that can successfully undergo a deployment. -
Uses of ChangeState in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type ChangeStateModifier and TypeMethodDescriptionJpaCustomizedChangeDeployRepository.cleanupBatch
(String startingId, List<ChangeStatusType> detectStatuses, List<ChangeState> detectStates, ChangeStatusType targetStatus, ChangeState targetState, List<ChangeStatusType> summaryDetectStatuses, List<ChangeState> summaryDetectStates, Object source) JpaCustomizedChangeSummaryGroupRepository.cleanupBatch
(String startingId, boolean archive, List<ChangeStatusType> detectStatuses, List<ChangeState> detectStates, ChangeStatusType targetStatus, ChangeState targetState, List<ChangeStatusType> summaryDetectStatuses, List<ChangeState> summaryDetectStates, Object source) -
Uses of ChangeState in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type ChangeStateModifier and TypeMethodDescriptionCustomizedChangeDeployRepository.cleanupBatch
(String startingId, List<ChangeStatusType> detectStatuses, List<ChangeState> detectStates, ChangeStatusType targetStatus, ChangeState targetState, List<ChangeStatusType> summaryDetectStatuses, List<ChangeState> summaryDetectStates, Object source) Check a bag of ChangeDeploy entities for completion state.CustomizedChangeSummaryGroupRepository.cleanupBatch
(String startingId, boolean archive, List<ChangeStatusType> detectStatuses, List<ChangeState> detectStates, ChangeStatusType targetStatus, ChangeState targetState, List<ChangeStatusType> summaryDetectStatuses, List<ChangeState> summaryDetectStates, Object source) Check a bag of ChangeSummaryGroup entities for completion state.