@Repository(value="blSandBoxItemDao") public class SandBoxItemDaoImpl extends Object implements SandBoxItemDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
protected org.springframework.orm.jpa.JpaTransactionManager |
manager |
| Constructor and Description |
|---|
SandBoxItemDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
SandBoxItem |
addSandBoxItem(Long sbox,
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) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
protected org.springframework.orm.jpa.JpaTransactionManager manager
public SandBoxItem retrieveById(Long id)
retrieveById in interface SandBoxItemDaopublic SandBoxItem retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
retrieveBySandboxAndTemporaryItemId in interface SandBoxItemDaopublic List<SandBoxItem> retrieveByGroupName(Long sandBoxId, String groupName)
retrieveByGroupName in interface SandBoxItemDaopublic SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
addSandBoxItem in interface SandBoxItemDaopublic SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
addSandBoxItem in interface SandBoxItemDaopublic SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
updateSandBoxItem in interface SandBoxItemDaopublic List<SandBoxItem> retrieveSandBoxItemsForSandbox(Long sandBox)
retrieveSandBoxItemsForSandbox in interface SandBoxItemDaopublic List<SandBoxItem> retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
retrieveSandBoxItemsByTypeForSandbox in interface SandBoxItemDaopublic List<SandBoxItem> retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
retrieveSandBoxItemsByTypesForSandbox in interface SandBoxItemDaopublic void delete(SandBoxItem sandBoxItem)
delete in interface SandBoxItemDaoCopyright © 2013. All rights reserved.