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 ExportStatusExport. getStatus()The overall status of the export.Methods in com.broadleafcommerce.common.dataexport.domain with parameters of type ExportStatus Modifier and Type Method Description voidExport. 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 ExportStatusJpaExport. getStatus()Methods in com.broadleafcommerce.common.dataexport.provider.jpa.domain with parameters of type ExportStatus Modifier and Type Method Description voidJpaExport. 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 ExportStatusExportStatus. 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.
-