public class TestResultLocalServiceImpl extends TestResultLocalServiceBaseImpl
All custom service methods should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy their definitions into the TestResultLocalService
interface.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
TestResultLocalServiceBaseImpl
,
TestResultLocalServiceUtil
Constructor and Description |
---|
TestResultLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.qti.slayer.model.TestResult |
getTestResult(java.lang.String uolIdStr,
java.lang.String userIdStr)
Creates a new test result with the primary key.
|
addTestResult, afterPropertiesSet, createTestResult, deleteTestResult, deleteTestResult, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchTestResult, getAssignmentLocalService, getAssignmentPersistence, getAssignmentService, getBeanIdentifier, getCounterLocalService, getPersistedModel, getResourceLocalService, getResourcePersistence, getResourceService, getTestResult, getTestResultLocalService, getTestResultPersistence, getTestResults, getTestResultsCount, getTestResultService, getUolLocalService, getUolPersistence, getUolService, getUserLocalService, getUserPersistence, getUserService, invokeMethod, setAssignmentLocalService, setAssignmentPersistence, setAssignmentService, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setResourcePersistence, setResourceService, setTestResultLocalService, setTestResultPersistence, setTestResultService, setUolLocalService, setUolPersistence, setUolService, setUserLocalService, setUserPersistence, setUserService, updateTestResult, updateTestResult
public com.qti.slayer.model.TestResult getTestResult(java.lang.String uolIdStr, java.lang.String userIdStr)
uolIdStr
- uolId primary key for the new test resultuserIdStr
- userId primary keys for the new test result