public interface WorkflowListgridService
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.openadmin.web.form.component.ListGrid |
getEntityChangeHistoryListGrid(String sectionKey,
org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria... criteria)
Returns a listgrid containing entity level change history for the specified criteria
|
org.broadleafcommerce.openadmin.web.form.component.ListGrid |
getGenericWorkflowListGrid(org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest ppr,
String sectionKey,
boolean shouldRetrieveRecords)
Returns a generic workflow listgrid for the supplied
PersistencePackageRequest and sectionKey |
org.broadleafcommerce.openadmin.web.form.component.ListGrid |
getGenericWorkflowListGrid(String customCriteria,
Class<?> clazz,
List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs,
String sectionKey,
Long sandBoxId)
Returns a generic workflow listgrid for the supplied parameters
|
org.broadleafcommerce.openadmin.web.form.component.ListGrid |
getGenericWorkflowListGrid(String customCriteria,
Class<?> clazz,
List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs,
String sectionKey,
Long sandBoxId,
boolean shouldRetrieveRecords)
Returns a generic workflow listgrid for the supplied parameters
|
org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest |
getWorkflowPpr(String customCriteria,
Class<?> clazz,
List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs,
Long sandBoxId)
If the sandBoxId argument is null, this method will not apply any restrictions for the sandBoxId
or for the archivedFlag properties
|
org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest getWorkflowPpr(String customCriteria, Class<?> clazz, List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs, Long sandBoxId)
customCriteria
- clazz
- fascs
- sandBoxId
- org.broadleafcommerce.openadmin.web.form.component.ListGrid getGenericWorkflowListGrid(String customCriteria, Class<?> clazz, List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs, String sectionKey, Long sandBoxId) throws org.broadleafcommerce.common.exception.ServiceException
customCriteria
- clazz
- fascs
- sectionKey
- sandBoxId
- org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.openadmin.web.form.component.ListGrid getGenericWorkflowListGrid(String customCriteria, Class<?> clazz, List<org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria> fascs, String sectionKey, Long sandBoxId, boolean shouldRetrieveRecords) throws org.broadleafcommerce.common.exception.ServiceException
customCriteria
- clazz
- fascs
- sectionKey
- sandBoxId
- shouldRetrieveRecords
- org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.openadmin.web.form.component.ListGrid getGenericWorkflowListGrid(org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest ppr, String sectionKey, boolean shouldRetrieveRecords) throws org.broadleafcommerce.common.exception.ServiceException
PersistencePackageRequest
and sectionKeyppr
- sectionKey
- shouldRetrieveRecords
- org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.openadmin.web.form.component.ListGrid getEntityChangeHistoryListGrid(String sectionKey, org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria... criteria) throws org.broadleafcommerce.common.exception.ServiceException
sectionKey
- criteria
- org.broadleafcommerce.common.exception.ServiceException
Copyright © 2019. All rights reserved.