- cacheResult(Assignment) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Caches the assignment in the entity cache if it is enabled.
- cacheResult(List<Assignment>) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Caches the assignments in the entity cache if it is enabled.
- cacheResult(TestResult) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Caches the test result in the entity cache if it is enabled.
- cacheResult(List<TestResult>) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Caches the test results in the entity cache if it is enabled.
- cacheResult(Uol) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Caches the uol in the entity cache if it is enabled.
- cacheResult(List<Uol>) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Caches the uols in the entity cache if it is enabled.
- classRoomId - Variable in class com.qti.slayer.model.impl.UolCacheModel
-
- CLASSROOMID_COLUMN_BITMASK - Static variable in class com.qti.slayer.model.impl.UolModelImpl
-
- clearCache() - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Clears the cache for all assignments.
- clearCache(Assignment) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Clears the cache for the assignment.
- clearCache(List<Assignment>) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
- clearCache() - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Clears the cache for all test results.
- clearCache(TestResult) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Clears the cache for the test result.
- clearCache(List<TestResult>) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
- clearCache() - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Clears the cache for all uols.
- clearCache(Uol) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Clears the cache for the uol.
- clearCache(List<Uol>) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
- clone() - Method in class com.qti.slayer.model.impl.AssignmentModelImpl
-
- clone() - Method in class com.qti.slayer.model.impl.TestResultModelImpl
-
- clone() - Method in class com.qti.slayer.model.impl.UolModelImpl
-
- COLUMN_BITMASK_ENABLED - Static variable in class com.qti.slayer.model.impl.AssignmentModelImpl
-
- COLUMN_BITMASK_ENABLED - Static variable in class com.qti.slayer.model.impl.TestResultModelImpl
-
- COLUMN_BITMASK_ENABLED - Static variable in class com.qti.slayer.model.impl.UolModelImpl
-
- com.qti - package com.qti
-
- com.qti.slayer.model.impl - package com.qti.slayer.model.impl
-
- com.qti.slayer.service.base - package com.qti.slayer.service.base
-
- com.qti.slayer.service.http - package com.qti.slayer.service.http
-
- com.qti.slayer.service.impl - package com.qti.slayer.service.impl
-
- com.qti.slayer.service.persistence - package com.qti.slayer.service.persistence
-
- companyId - Variable in class com.qti.slayer.model.impl.UolCacheModel
-
- compareTo(Assignment) - Method in class com.qti.slayer.model.impl.AssignmentModelImpl
-
- compareTo(TestResult) - Method in class com.qti.slayer.model.impl.TestResultModelImpl
-
- compareTo(Uol) - Method in class com.qti.slayer.model.impl.UolModelImpl
-
- countAll() - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Returns the number of assignments.
- countAll() - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Returns the number of test results.
- countAll() - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Returns the number of uols.
- countByAssessmentTestId(long) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Returns the number of uols where assessmentTestId = ?.
- countByClassRoomId(long) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Returns the number of uols where classRoomId = ?.
- countByUolId(long) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Returns the number of test results where uolId = ?.
- countByUserId(long) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Returns the number of assignments where userId = ?.
- countByUserId(long) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Returns the number of test results where userId = ?.
- countryId - Variable in class com.qti.slayer.model.impl.UolCacheModel
-
- create(AssignmentPK) - Method in class com.qti.slayer.service.persistence.AssignmentPersistenceImpl
-
Creates a new assignment with the primary key.
- create(TestResultPK) - Method in class com.qti.slayer.service.persistence.TestResultPersistenceImpl
-
Creates a new test result with the primary key.
- create(long) - Method in class com.qti.slayer.service.persistence.UolPersistenceImpl
-
Creates a new uol with the primary key.
- createAssignment(AssignmentPK) - Method in class com.qti.slayer.service.base.AssignmentLocalServiceBaseImpl
-
Creates a new assignment with the primary key.
- createDate - Variable in class com.qti.slayer.model.impl.UolCacheModel
-
- createTestResult(TestResultPK) - Method in class com.qti.slayer.service.base.TestResultLocalServiceBaseImpl
-
Creates a new test result with the primary key.
- createUol(long) - Method in class com.qti.slayer.service.base.UolLocalServiceBaseImpl
-
Creates a new uol with the primary key.