Uses of Class
com.broadleafcommerce.common.dataexport.support.ExportStatus
-
Packages that use ExportStatus Package Description com.broadleafcommerce.common.dataexport.domain com.broadleafcommerce.common.dataexport.provider.jpa.domain com.broadleafcommerce.common.dataexport.support -
-
Uses of ExportStatus in com.broadleafcommerce.common.dataexport.domain
Methods in com.broadleafcommerce.common.dataexport.domain that return ExportStatus Modifier and Type Method Description ExportStatus
Export. getStatus()
The overall status of the export.Methods in com.broadleafcommerce.common.dataexport.domain with parameters of type ExportStatus Modifier and Type Method Description void
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 ExportStatus Modifier and Type Method Description ExportStatus
JpaExport. getStatus()
Methods in com.broadleafcommerce.common.dataexport.provider.jpa.domain with parameters of type ExportStatus Modifier and Type Method Description void
JpaExport. setStatus(ExportStatus status)
-
Uses of ExportStatus in com.broadleafcommerce.common.dataexport.support
Methods in com.broadleafcommerce.common.dataexport.support that return ExportStatus Modifier and Type Method Description static ExportStatus
ExportStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportStatus[]
ExportStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-