public interface SandBoxItemDao
Modifier and Type | Method and Description |
---|---|
SandBoxItem |
addSandBoxItem(Long sandBox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
Long temporaryId,
Long originalId) |
SandBoxItem |
addSandBoxItem(Long sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
String description,
String groupDescription,
Long temporaryId,
Long originalId) |
void |
delete(SandBoxItem sandBoxItem) |
List<SandBoxItem> |
retrieveByGroupName(Long sandBoxId,
String groupName) |
SandBoxItem |
retrieveById(Long id) |
SandBoxItem |
retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId) |
List<SandBoxItem> |
retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType) |
List<SandBoxItem> |
retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
List<SandBoxItemType> sandBoxItemTypes) |
List<SandBoxItem> |
retrieveSandBoxItemsForSandbox(Long sandBox) |
SandBoxItem |
updateSandBoxItem(SandBoxItem sandBoxItem) |
SandBoxItem retrieveById(Long id)
SandBoxItem retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
SandBoxItem addSandBoxItem(Long sandBox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
List<SandBoxItem> retrieveSandBoxItemsForSandbox(Long sandBox)
void delete(SandBoxItem sandBoxItem)
List<SandBoxItem> retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
List<SandBoxItem> retrieveByGroupName(Long sandBoxId, String groupName)
List<SandBoxItem> retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
Copyright © 2014. All rights reserved.