Class RuleLibraryService

java.lang.Object
com.beassolution.rule.service.base.BaseService<RuleLibrary>
com.beassolution.rule.service.RuleLibraryService
All Implemented Interfaces:
BaseCrudOperation<RuleLibrary>
Direct Known Subclasses:
RuleLibraryServiceImpl

public abstract class RuleLibraryService extends BaseService<RuleLibrary>
  • Constructor Details

    • RuleLibraryService

      public RuleLibraryService(cz.jirutka.rsql.parser.RSQLParser rsqlParser, RuleLibraryRepository repository, org.modelmapper.ModelMapper modelMapper, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)