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