Uses of Enum Class
com.broadleafcommerce.common.dataexport.support.ExportStatus
Packages that use ExportStatus
Package
Description
-
Uses of ExportStatus in com.broadleafcommerce.common.dataexport.domain
Methods in com.broadleafcommerce.common.dataexport.domain that return ExportStatusMethods in com.broadleafcommerce.common.dataexport.domain with parameters of type ExportStatusModifier and TypeMethodDescriptionvoid
Export.setStatus
(ExportStatus status) The overall status of the export. -
Uses of ExportStatus in com.broadleafcommerce.common.dataexport.provider.jpa.domain
Methods in com.broadleafcommerce.common.dataexport.provider.jpa.domain that return ExportStatusMethods in com.broadleafcommerce.common.dataexport.provider.jpa.domain with parameters of type ExportStatus -
Uses of ExportStatus in com.broadleafcommerce.common.dataexport.support
Methods in com.broadleafcommerce.common.dataexport.support that return ExportStatusModifier and TypeMethodDescriptionstatic ExportStatus
Returns the enum constant of this class with the specified name.static ExportStatus[]
ExportStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.