org.broadleafcommerce.openadmin.server.service.persistence
Class SandBoxIdGenerationServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.persistence.SandBoxIdGenerationServiceImpl
All Implemented Interfaces:
SandBoxIdGenerationService

public class SandBoxIdGenerationServiceImpl
extends Object
implements SandBoxIdGenerationService


Field Summary
protected  Map<String,org.broadleafcommerce.openadmin.server.service.persistence.SandBoxIdGenerationServiceImpl.Id> idTypeIdMap
           
protected  SandBoxIdGenerationDao sandBoxIdGenerationDao
           
 
Constructor Summary
SandBoxIdGenerationServiceImpl()
           
 
Method Summary
 Long findNextId(String idType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sandBoxIdGenerationDao

protected SandBoxIdGenerationDao sandBoxIdGenerationDao

idTypeIdMap

protected Map<String,org.broadleafcommerce.openadmin.server.service.persistence.SandBoxIdGenerationServiceImpl.Id> idTypeIdMap
Constructor Detail

SandBoxIdGenerationServiceImpl

public SandBoxIdGenerationServiceImpl()
Method Detail

findNextId

public Long findNextId(String idType)
Specified by:
findNextId in interface SandBoxIdGenerationService


Copyright © 2012. All Rights Reserved.