Class IdGenerationServiceImpl
java.lang.Object
org.broadleafcommerce.common.id.service.IdGenerationServiceImpl
- All Implemented Interfaces:
IdGenerationService
@Service("blIdGenerationService")
public class IdGenerationServiceImpl
extends Object
implements IdGenerationService
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdGenerationDao
protected Map<String,
IdGenerationServiceImpl.Id> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindNextId
(String idType) findNextId
(String idType, Long batchSize) protected IdGeneration
getCurrentIdRange
(String idType, Long batchSize)
-
Field Details
-
idGenerationDao
-
idTypeIdMap
-
-
Constructor Details
-
IdGenerationServiceImpl
public IdGenerationServiceImpl()
-
-
Method Details
-
findNextId
- Specified by:
findNextId
in interfaceIdGenerationService
-
findNextId
- Specified by:
findNextId
in interfaceIdGenerationService
-
getCurrentIdRange
-