org.broadleafcommerce.profile.core.service
Class IdGenerationServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.IdGenerationServiceImpl
All Implemented Interfaces:
IdGenerationService

@Service(value="blIdGenerationService")
public class IdGenerationServiceImpl
extends java.lang.Object
implements IdGenerationService


Field Summary
protected  IdGenerationDao idGenerationDao
           
protected  java.util.Map<java.lang.String,org.broadleafcommerce.profile.core.service.IdGenerationServiceImpl.Id> idTypeIdMap
           
 
Constructor Summary
IdGenerationServiceImpl()
           
 
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

idGenerationDao

protected IdGenerationDao idGenerationDao

idTypeIdMap

protected java.util.Map<java.lang.String,org.broadleafcommerce.profile.core.service.IdGenerationServiceImpl.Id> idTypeIdMap
Constructor Detail

IdGenerationServiceImpl

public IdGenerationServiceImpl()
Method Detail

findNextId

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


Copyright © 2011. All Rights Reserved.