org.broadleafcommerce.openadmin.server.dao
Class SandBoxItemDaoImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.dao.SandBoxItemDaoImpl
- All Implemented Interfaces:
- SandBoxItemDao
@Repository(value="blSandBoxItemDao")
public class SandBoxItemDaoImpl
- extends java.lang.Object
- implements SandBoxItemDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
manager
protected org.springframework.orm.jpa.JpaTransactionManager manager
SandBoxItemDaoImpl
public SandBoxItemDaoImpl()
retrieveById
public SandBoxItem retrieveById(java.lang.Long id)
- Specified by:
retrieveById in interface SandBoxItemDao
retrieveBySandboxAndOriginalItemId
public SandBoxItem retrieveBySandboxAndOriginalItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long originalItemId)
- Specified by:
retrieveBySandboxAndOriginalItemId in interface SandBoxItemDao
retrieveBySandboxAndTemporaryItemId
public SandBoxItem retrieveBySandboxAndTemporaryItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long tempItemId)
- Specified by:
retrieveBySandboxAndTemporaryItemId in interface SandBoxItemDao
addSandBoxItem
public void addSandBoxItem(SandBox sbox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
java.lang.String description,
java.lang.Long temporaryId,
java.lang.Long originalId)
- Specified by:
addSandBoxItem in interface SandBoxItemDao
updateSandBoxItem
public SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
- Specified by:
updateSandBoxItem in interface SandBoxItemDao
Copyright © 2011. All Rights Reserved.