| Package | Description |
|---|---|
| org.broadleafcommerce.core.purge | |
| org.broadleafcommerce.core.purge.dao |
| Modifier and Type | Method and Description |
|---|---|
PurgeSpecification |
PurgeSpecification.addTableRefFromRoot(String tableName,
String idColumn,
String fkColumn) |
PurgeSpecification |
PurgeSpecification.addTableRefToRoot(String tableName,
String idColumn,
String fkColumn) |
PurgeSpecification |
PurgeSpecification.endRoot() |
PurgeSpecification |
SpecDefinition.getPurgeSpecification() |
PurgeSpecification |
DefaultAnonymousCustomerPurgeSpec.getPurgeSpecification() |
PurgeSpecification |
PurgeSpecification.newRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<PurgeSpecification> |
PurgeSpecification.getTableRefsFromRoot() |
List<PurgeSpecification> |
PurgeSpecification.getTableRefsToRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecDefinition.setPurgeSpecification(PurgeSpecification purgeSpecification) |
void |
DefaultAnonymousCustomerPurgeSpec.setPurgeSpecification(PurgeSpecification customerPurgeSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecBasedPurgeDao.cascadeDeleteList(PurgeSpecification purgeSpec,
String fkColumnName,
List<Long> parentDeleteList) |
void |
DefaultSpecPurgeDaoImpl.cascadeDeleteList(PurgeSpecification purgeSpec,
String fkColumnName,
List<Long> parentDeleteList)
Entry point into the deletion process.
|
Copyright © 2020. All rights reserved.