org.broadleafcommerce.openadmin.server.dao
Class SandBoxIdGenerationDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.dao.SandBoxIdGenerationDaoImpl
All Implemented Interfaces:
SandBoxIdGenerationDao

public class SandBoxIdGenerationDaoImpl
extends Object
implements SandBoxIdGenerationDao


Field Summary
protected  Long defaultBatchSize
           
protected  Long defaultBatchStart
           
protected  javax.persistence.EntityManager em
           
 
Constructor Summary
SandBoxIdGenerationDaoImpl()
           
 
Method Summary
 SandBoxIdGeneration findNextId(String idType)
           
 Long getDefaultBatchSize()
           
 Long getDefaultBatchStart()
           
 void setDefaultBatchSize(Long defaultBatchSize)
           
 void setDefaultBatchStart(Long defaultBatchStart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultBatchSize

protected Long defaultBatchSize

defaultBatchStart

protected Long defaultBatchStart

em

protected javax.persistence.EntityManager em
Constructor Detail

SandBoxIdGenerationDaoImpl

public SandBoxIdGenerationDaoImpl()
Method Detail

findNextId

public SandBoxIdGeneration findNextId(String idType)
                               throws javax.persistence.OptimisticLockException,
                                      Exception
Specified by:
findNextId in interface SandBoxIdGenerationDao
Throws:
javax.persistence.OptimisticLockException
Exception

getDefaultBatchSize

public Long getDefaultBatchSize()

setDefaultBatchSize

public void setDefaultBatchSize(Long defaultBatchSize)

getDefaultBatchStart

public Long getDefaultBatchStart()

setDefaultBatchStart

public void setDefaultBatchStart(Long defaultBatchStart)


Copyright © 2012. All Rights Reserved.