public interface EnterpriseStateManager
Modifier and Type | Method and Description |
---|---|
void |
endAdditionStatusFiltering() |
void |
endCascadePromote() |
void |
endIgnoreCloning()
Any persistence operation performed after this call will resume the default behavior regarding clone generation
|
void |
endIgnoreUnOwnedCollectionHandling() |
void |
endProductionAdminFilterState()
Resume normal filter operation for the admin application, which is to use
com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxFilterEnabler . |
void |
endTemplateSite() |
Boolean |
getAdditionStatusFiltering() |
Boolean |
getCascadePromote() |
Boolean |
getIgnoreUnOwnedCollectionHandling() |
Long |
getTemplateSite() |
void |
startAdditionStatusFiltering() |
void |
startCascadePromote() |
void |
startIgnoreCloning()
Any persistence operation performed after this call will not cause the enterprise backend to generate a clone
|
void |
startIgnoreUnOwnedCollectionHandling() |
void |
startProductionAdminFilterState()
Any operation performed after this call in the admin application will utilize the production Hibernate filter
(
com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxProdFilterEnabler ), rather
than the normal sandbox filter (com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxFilterEnabler ). |
void |
startTemplateSite(Long siteId) |
void startAdditionStatusFiltering()
void endAdditionStatusFiltering()
Boolean getAdditionStatusFiltering()
void startCascadePromote()
void endCascadePromote()
Boolean getCascadePromote()
void startTemplateSite(Long siteId)
void endTemplateSite()
Long getTemplateSite()
void startIgnoreUnOwnedCollectionHandling()
void endIgnoreUnOwnedCollectionHandling()
Boolean getIgnoreUnOwnedCollectionHandling()
void startIgnoreCloning()
void endIgnoreCloning()
void startProductionAdminFilterState()
com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxProdFilterEnabler
), rather
than the normal sandbox filter (com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxFilterEnabler
).void endProductionAdminFilterState()
com.broadleafcommerce.enterprise.workflow.persistence.filter.SandBoxFilterEnabler
.Copyright © 2019. All rights reserved.