| Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type SandBoxItemType |
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,
Long temporaryId,
Long originalId)
|
SandBoxItem |
SandBoxItemDao.addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
String groupDescription,
Long temporaryId,
Long originalId)
|
SandBoxItem |
SandBoxItemDaoImpl.addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
String groupDescription,
Long temporaryId,
Long originalId)
|
SandBoxItem |
SandBoxItemDao.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId)
|
SandBoxItem |
SandBoxItemDaoImpl.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId)
|
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType)
|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType)
|