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 java.lang.Object
implements SandBoxIdGenerationService


Field Summary
protected  java.util.Map<java.lang.String,org.broadleafcommerce.openadmin.server.service.persistence.SandBoxIdGenerationServiceImpl.Id> idTypeIdMap
           
protected  SandBoxIdGenerationDao sandBoxIdGenerationDao
           
 
Constructor Summary
SandBoxIdGenerationServiceImpl()
           
 
Method Summary
 java.lang.Long findNextId(java.lang.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 java.util.Map<java.lang.String,org.broadleafcommerce.openadmin.server.service.persistence.SandBoxIdGenerationServiceImpl.Id> idTypeIdMap
Constructor Detail

SandBoxIdGenerationServiceImpl

public SandBoxIdGenerationServiceImpl()
Method Detail

findNextId

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


Copyright © 2011. All Rights Reserved.