Class FunctionLibraryServiceImpl
java.lang.Object
com.beassolution.rule.service.base.BaseService<FunctionLibrary>
com.beassolution.rule.service.FunctionLibraryService
com.beassolution.rule.service.impl.FunctionLibraryServiceImpl
- All Implemented Interfaces:
BaseCrudOperation<FunctionLibrary>
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionLibraryServiceImpl
(cz.jirutka.rsql.parser.RSQLParser rsqlParser, FunctionLibraryRepository repository, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, org.modelmapper.ModelMapper modelMapper) -
Method Summary
-
Constructor Details
-
FunctionLibraryServiceImpl
public FunctionLibraryServiceImpl(cz.jirutka.rsql.parser.RSQLParser rsqlParser, FunctionLibraryRepository repository, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, org.modelmapper.ModelMapper modelMapper)
-