| 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) |
SandBoxItem |
SandBoxItemDaoImpl.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId) |
SandBoxItem |
SandBoxItemDao.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId) |
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType) |
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType) |
| Modifier and Type | Method and Description |
|---|---|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
List<SandBoxItemType> sandBoxItemTypes) |
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
List<SandBoxItemType> sandBoxItemTypes) |
| Modifier and Type | Field and Description |
|---|---|
static SandBoxItemType |
SandBoxItemType.PAGE |
static SandBoxItemType |
SandBoxItemType.STATIC_ASSET |
static SandBoxItemType |
SandBoxItemType.STRUCTURED_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
static SandBoxItemType |
SandBoxItemType.getInstance(String type) |
SandBoxItemType |
SandBoxItem.getSandBoxItemType() |
SandBoxItemType |
SandBoxItemImpl.getSandBoxItemType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxItem.setSandBoxItemType(SandBoxItemType itemType) |
void |
SandBoxItemImpl.setSandBoxItemType(SandBoxItemType sandBoxItemType) |
Copyright © 2015. All Rights Reserved.