@Service(value="blIdGenerationService") public class IdGenerationServiceImpl extends Object implements IdGenerationService
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerationDao |
idGenerationDao |
protected Map<String,org.broadleafcommerce.profile.core.service.IdGenerationServiceImpl.Id> |
idTypeIdMap |
| Constructor and Description |
|---|
IdGenerationServiceImpl() |
protected IdGenerationDao idGenerationDao
public Long findNextId(String idType)
findNextId in interface IdGenerationServicepublic Long findNextId(String idType, Long batchSize)
findNextId in interface IdGenerationServiceCopyright © 2015. All Rights Reserved.