Package org.xbricks.sperftest.services
Class RLCResultServiceImpl
java.lang.Object
org.xbricks.sperftest.services.RLCResultServiceImpl
- All Implemented Interfaces:
CRUDService<RLCResult>
,RLCResultService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
List<?>
listAll()
void
processRLC
(String fileName, RLCFile rlcFile) void
saveOrUpdate
(RLCResult domainObject) void
setRLCResultRepository
(RLCResultRepository resultRepository)
-
Constructor Details
-
RLCResultServiceImpl
-
-
Method Details
-
setRLCResultRepository
-
processRLC
- Specified by:
processRLC
in interfaceRLCResultService
-
listAll
- Specified by:
listAll
in interfaceCRUDService<RLCResult>
-
getById
- Specified by:
getById
in interfaceCRUDService<RLCResult>
-
saveOrUpdate
- Specified by:
saveOrUpdate
in interfaceCRUDService<RLCResult>
-
delete
- Specified by:
delete
in interfaceCRUDService<RLCResult>
-