Uses of Enum Class
com.broadleafcommerce.sandbox.domain.ChangeStatusType
Packages that use ChangeStatusType
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of ChangeStatusType in com.broadleafcommerce.sandbox.domain
Methods in com.broadleafcommerce.sandbox.domain that return ChangeStatusTypeModifier and TypeMethodDescriptionstatic ChangeStatusTypeReturns the enum constant of this class with the specified name.static ChangeStatusType[]ChangeStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.sandbox.domain with parameters of type ChangeStatusTypeModifier and TypeMethodDescriptionChangeStatusType.awaitingRejectionCompletion(ChangeStatusType... additions) ChangeStatusType.restingApproved(ChangeStatusType... additions) ChangeStatusType.restingCompletionApproved(ChangeStatusType... additions) ChangeStatusType.restingCompletionPromoted(ChangeStatusType... additions) ChangeStatusType.restingCompletionScheduled(ChangeStatusType... additions) ChangeStatusType.restingCompletionUser(ChangeStatusType... additions) ChangeStatusType.restingPromoted(ChangeStatusType... additions) ChangeStatusType.restingScheduled(ChangeStatusType... additions) ChangeStatusType.restingUser(ChangeStatusType... additions) -
Uses of ChangeStatusType in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type ChangeStatusTypeModifier 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) Method parameters in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with type arguments of type ChangeStatusTypeModifier 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 ChangeStatusType in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type ChangeStatusTypeModifier 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.Method parameters in com.broadleafcommerce.sandbox.repository.nontrackable with type arguments of type ChangeStatusTypeModifier 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.