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 Object
implements IdGenerationService


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

idGenerationDao

protected IdGenerationDao idGenerationDao

idTypeIdMap

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

IdGenerationServiceImpl

public IdGenerationServiceImpl()
Method Detail

findNextId

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


Copyright © 2012. All Rights Reserved.