public class ImportStatusWrapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImportStatusWrapper.ImportDetailWrapper |
Modifier and Type | Field and Description |
---|---|
protected Date |
createdDate |
protected List<ImportStatusWrapper.ImportDetailWrapper> |
details |
protected Date |
lastUpdateDate |
protected Double |
percentComplete |
protected String |
status |
protected Long |
statusId |
protected String |
statusUrl |
protected int |
totalRecords |
Constructor and Description |
---|
ImportStatusWrapper(com.broadleafcommerce.process.domain.Process parent) |
ImportStatusWrapper(com.broadleafcommerce.process.domain.Process parent,
javax.servlet.http.HttpServletRequest req) |
protected String status
protected Date createdDate
protected Date lastUpdateDate
protected int totalRecords
protected Double percentComplete
protected Long statusId
protected String statusUrl
protected List<ImportStatusWrapper.ImportDetailWrapper> details
Copyright © 2020. All rights reserved.