@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 IdGenerationService
public Long findNextId(String idType, Long batchSize)
findNextId
in interface IdGenerationService
Copyright © 2019. All rights reserved.