public interface TreeListGridService
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse |
addEntityWithRootColumnDisplayOrder(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
String[] customCriteria,
List<org.broadleafcommerce.openadmin.dto.SectionCrumb> sectionCrumb)
Creates an entity with the rootDisplayOrder
|
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse |
updateRootDisplayOrder(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
List<org.broadleafcommerce.openadmin.dto.SectionCrumb> sectionCrumbs)
Updates the rootDisplayOrder of the given entity
|
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse addEntityWithRootColumnDisplayOrder(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
String[] customCriteria,
List<org.broadleafcommerce.openadmin.dto.SectionCrumb> sectionCrumb)
throws org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.common.exception.ServiceExceptionorg.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse updateRootDisplayOrder(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
List<org.broadleafcommerce.openadmin.dto.SectionCrumb> sectionCrumbs)
throws org.broadleafcommerce.common.exception.ServiceException,
ClassNotFoundException
org.broadleafcommerce.common.exception.ServiceExceptionClassNotFoundExceptionCopyright © 2021. All rights reserved.