@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 SandBoxItemDao
public SandBoxItem retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
retrieveBySandboxAndTemporaryItemId
in interface SandBoxItemDao
public List<SandBoxItem> retrieveByGroupName(Long sandBoxId, String groupName)
retrieveByGroupName
in interface SandBoxItemDao
public SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
addSandBoxItem
in interface SandBoxItemDao
public SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
addSandBoxItem
in interface SandBoxItemDao
public SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
updateSandBoxItem
in interface SandBoxItemDao
public List<SandBoxItem> retrieveSandBoxItemsForSandbox(Long sandBox)
retrieveSandBoxItemsForSandbox
in interface SandBoxItemDao
public List<SandBoxItem> retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
retrieveSandBoxItemsByTypeForSandbox
in interface SandBoxItemDao
public List<SandBoxItem> retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
retrieveSandBoxItemsByTypesForSandbox
in interface SandBoxItemDao
public void delete(SandBoxItem sandBoxItem)
delete
in interface SandBoxItemDao
Copyright © 2014. All rights reserved.