| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.dao | |
| org.broadleafcommerce.openadmin.server.domain |
| Modifier and Type | Method and Description |
|---|---|
SandBoxItem |
SandBoxItemDaoImpl.addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
Long temporaryId,
Long originalId) |
SandBoxItem |
SandBoxItemDao.addSandBoxItem(Long sandBox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
Long temporaryId,
Long originalId) |
SandBoxItem |
SandBoxItemDaoImpl.addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
String groupDescription,
Long temporaryId,
Long originalId) |
SandBoxItem |
SandBoxItemDao.addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
String groupDescription,
Long temporaryId,
Long originalId) |
| Modifier and Type | Field and Description |
|---|---|
static SandBoxOperationType |
SandBoxOperationType.ADD |
static SandBoxOperationType |
SandBoxOperationType.DELETE |
static SandBoxOperationType |
SandBoxOperationType.UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static SandBoxOperationType |
SandBoxOperationType.getInstance(String type) |
SandBoxOperationType |
SandBoxItem.getSandBoxOperationType() |
SandBoxOperationType |
SandBoxItemImpl.getSandBoxOperationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxItem.setSandBoxOperationType(SandBoxOperationType type) |
void |
SandBoxItemImpl.setSandBoxOperationType(SandBoxOperationType sandboxOperationType) |
Copyright © 2015. All Rights Reserved.