public interface MultiTenantAdminEntityService
extends org.broadleafcommerce.openadmin.server.service.AdminEntityService
| Modifier and Type | Method and Description |
|---|---|
void |
revertEntity(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
String id)
Reverts the entity to it's original state before a change was made and deployed,
matching its parent site's state.
|
void |
revertEntity(String entityType,
String id)
Deprecated.
|
add, add, addEntity, addSubCollectionEntity, clearEntityManager, fetch, getAdvancedCollectionRecord, getAdvancedCollectionRecord, getAllRecordsForAllSubCollections, getClassMetadata, getContextSpecificRelationshipId, getForeignEntityName, getIdProperty, getPagedRecordsForCollection, getRecord, getRecords, getRecordsForAllSubCollections, getRecordsForAllSubCollections, getRecordsForCollection, getRecordsForCollection, getRecordsForSelectedTab, getRequestForEntityForm, inspect, populateParentRecordStructure, remove, remove, removeEntity, removeSubCollectionEntity, removeSubCollectionEntity, update, update, updateEntity, updateSubCollectionEntity, updateSubCollectionEntityvoid revertEntity(String entityType, String id) throws org.broadleafcommerce.common.exception.ServiceException
revertEntity(EntityForm, String)entityType - - the type of the entity to be reverted.id - - the id of the entity to be reverted.org.broadleafcommerce.common.exception.ServiceExceptionvoid revertEntity(org.broadleafcommerce.openadmin.web.form.entity.EntityForm entityForm,
String id)
throws org.broadleafcommerce.common.exception.ServiceException
entityForm - - DTO of the entity to be reverted.id - - the id of the entity to be revertedorg.broadleafcommerce.common.exception.ServiceExceptionCopyright © 2020. All rights reserved.