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