Uses of Enum
com.broadleafcommerce.dataimport.domain.ImportStatus
Packages that use ImportStatus
Package
Description
-
Uses of ImportStatus in com.broadleafcommerce.dataimport.domain
Methods in com.broadleafcommerce.dataimport.domain that return ImportStatusModifier 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.Methods in com.broadleafcommerce.dataimport.domain with parameters of type ImportStatusModifier and TypeMethodDescriptionvoid
Import.setStatus
(ImportStatus status) Current status, see state diagram for statuses as they flow through the systemConstructors in com.broadleafcommerce.dataimport.domain with parameters of type ImportStatusModifierConstructorDescriptionImport
(String id, ImportStatus status) Convenience constructor, primarily for testing with id and status. -
Uses of ImportStatus in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return ImportStatusMethods in com.broadleafcommerce.dataimport.provider.jpa.domain with parameters of type ImportStatus