Uses of Enum
com.broadleafcommerce.dataimport.domain.ImportStatus
Package
Description
-
Uses of ImportStatus in com.broadleafcommerce.dataimport.domain
Modifier and TypeMethodDescriptionImport.getStatus()
Current status, see state diagram for statuses as they flow through the systemstatic ImportStatus
Returns the enum constant of this type with the specified name.static ImportStatus[]
ImportStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Import.setStatus
(ImportStatus status) Current status, see state diagram for statuses as they flow through the systemModifierConstructorDescriptionImport
(String id, ImportStatus status) Convenience constructor, primarily for testing with id and status. -
Uses of ImportStatus in com.broadleafcommerce.dataimport.provider.jpa.domain